1 2004-08-17 Wim Taymans <wim@fluendo.com>
3 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4 (theora_get_formats), (theora_dec_src_convert),
5 (theora_dec_sink_convert), (theora_dec_src_query),
6 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
9 2004-08-17 Wim Taymans <wim@fluendo.com>
11 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
13 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
16 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17 Mark delta units in the muxer.
18 Try to decode the packet after an out-of-sync error from
21 2004-08-17 Wim Taymans <wim@fluendo.com>
23 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24 (gst_multifdsink_init), (gst_multifdsink_add),
25 (gst_multifdsink_client_queue_buffer),
26 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
27 * gst/tcp/gstmultifdsink.h:
28 Added option to send a keyframe to clients as the first buffer.
29 Make timeout property writable.
31 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
36 * gst/tcp/gstmultifdsink.c:
37 fix index comparison, should include 0
39 2004-08-16 Wim Taymans <wim@fluendo.com>
41 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
42 (gst_fdset_add_fd), (gst_fdset_remove_fd),
43 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
44 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
46 copy when reallocing for poll so the select arguments don't get
47 changed during the call
49 2004-08-16 Wim Taymans <wim@fluendo.com>
51 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
52 (gst_theora_enc_class_init), (theora_enc_sink_link),
53 (theora_buffer_from_packet), (theora_enc_chain):
54 Fix bug where buffers were not marked as keyframes
57 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
59 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
60 (gst_lame_preset_get_type), (gst_lame_class_init):
61 describe the enum values for vbr mode and presets more verbosely
63 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
65 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
66 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
67 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
68 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
70 add preset property to lame so it can use lame presets
72 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
74 * ext/lame/gstlame.c: (gst_lame_get_property):
75 whoops forgot break, thanks teuf
77 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
79 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
80 (gst_lame_class_init), (gst_lame_src_getcaps),
81 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
82 (gst_lame_get_property), (gst_lame_setup):
84 fix lame's broken vbr stuff, allow it to resample if need be, and also
85 make xing header optional
87 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
89 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
90 added getcaps function so samplerate doesnt get fixated to silly values
92 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
94 * ext/lame/gstlame.c: (gst_lame_src_link):
97 2004-08-12 Johan Dahlin <johan@gnome.org>
99 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
100 checks. Doesn't matter what state we are in. Interfaces are a
101 compile time thing, not runtime. It also broke the python bindings.
103 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
105 * ext/lame/gstlame.c: (gst_lame_src_link):
106 made source pad link function check if sinkpad is ok..fixes the problem
107 where core fixates the output rate of lame stupidly
109 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
111 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
112 * sys/v4l/v4l_calls.c:
113 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
114 fix fixate function to handle nonsimple caps.
115 remove bogus check in _link
118 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
120 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
121 set default compression ratio paramter to 0.0 so bitrate parameter
124 2004-08-11 David Schleef <ds@schleef.org>
126 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
128 2004-08-11 David Schleef <ds@schleef.org>
130 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
133 2004-08-11 David Schleef <ds@schleef.org>
135 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
137 2004-08-11 David Schleef <ds@schleef.org>
139 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
141 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
142 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
144 * gst/auparse/gstauparse.c: Fix plugin license field.
145 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
146 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
147 * gst/rtp/gstrtp.c: Fix plugin license field.
149 2004-08-11 Wim Taymans <wim@fluendo.com>
151 * gst/tcp/Makefile.am:
152 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
153 (ensure_size), (gst_fdset_new), (gst_fdset_free),
154 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
155 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
156 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
157 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
158 (gst_fdset_fd_can_write), (gst_fdset_wait):
159 * gst/tcp/gstfdset.h:
160 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
161 (gst_multifdsink_class_init), (gst_multifdsink_init),
162 (gst_multifdsink_add), (gst_multifdsink_remove),
163 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
164 (gst_multifdsink_remove_client_link),
165 (gst_multifdsink_handle_client_read),
166 (gst_multifdsink_client_queue_data),
167 (gst_multifdsink_client_queue_caps),
168 (gst_multifdsink_client_queue_buffer),
169 (gst_multifdsink_handle_client_write),
170 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
171 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
172 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
173 (gst_multifdsink_close):
174 * gst/tcp/gstmultifdsink.h:
175 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
176 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
177 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
178 (gst_tcpserversink_close):
179 * gst/tcp/gsttcpserversink.h:
180 Abstracted away the select call, implemented poll (yes we ran into
181 the 1024 limit in production).
183 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
186 * gst/tcp/gsttcpplugin.c:
187 improve debuggging, remove assert
189 2004-08-10 Wim Taymans <wim@fluendo.com>
191 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
192 (gst_client_status_get_type), (gst_multifdsink_class_init),
193 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
194 (gst_multifdsink_handle_client_read),
195 (gst_multifdsink_handle_client_write),
196 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
197 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
198 (gst_multifdsink_get_property):
199 * gst/tcp/gstmultifdsink.h:
200 * gst/tcp/gsttcp-marshal.list:
201 Starting to prepare for specifying buffer time in other units
202 than buffers. Expose remove reason in signal.
204 2004-08-10 Wim Taymans <wim@fluendo.com>
206 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
207 (gst_multifdsink_remove), (gst_multifdsink_clear),
208 (gst_multifdsink_remove_client_link),
209 (gst_multifdsink_handle_client_read),
210 (gst_multifdsink_client_queue_data),
211 (gst_multifdsink_client_queue_buffer),
212 (gst_multifdsink_handle_client_write),
213 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
214 (gst_multifdsink_chain), (gst_multifdsink_close):
215 * gst/tcp/gstmultifdsink.h:
216 Added more debugging info. Changed the way clients are
217 removed from the lists. Fixed a bug where a bad file descriptor
218 could cause many clients to be removed.
220 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
222 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
223 allow all pixel-aspect-ratios, not just 1:1
225 2004-08-09 David Schleef <ds@schleef.org>
227 * sys/glsink/ARB_multitexture.h: Remove old files.
228 * sys/glsink/EXT_paletted_texture.h:
229 * sys/glsink/NV_register_combiners.h:
230 * sys/glsink/gstgl_nvimage.c:
231 * sys/glsink/gstgl_pdrimage.c:
232 * sys/glsink/gstgl_rgbimage.c:
233 * sys/glsink/gstglsink.c:
234 * sys/glsink/gstglsink.h:
235 * sys/glsink/gstglxwindow.c:
236 * sys/glsink/regcomb_yuvrgb.c:
238 2004-08-09 David Schleef <ds@schleef.org>
240 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
241 GL sink plugin. (Bug #147302)
243 * configure.ac: Test for OpenGL
244 * sys/Makefile.am: Use test for OpenGL
245 * sys/glsink/Makefile.am:
246 * sys/glsink/glimagesink.c: rewrite
247 * sys/glsink/glimagesink.h: rewrite
249 2004-08-09 David Schleef <ds@schleef.org>
251 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
253 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
254 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
255 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
257 2004-08-09 Wim Taymans <wim@fluendo.com>
259 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
260 (gst_multifdsink_add), (gst_multifdsink_get_stats),
261 (gst_multifdsink_client_remove),
262 (gst_multifdsink_handle_client_read),
263 (gst_multifdsink_handle_client_write),
264 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
265 Do a bit more logging, make the client_read code more robust.
267 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
269 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
270 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
271 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
272 (gst_jpegdec_init), (gst_jpegdec_chain):
273 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
274 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
275 cleanups, debugging fixes and memleak plugging
277 2004-08-09 Wim Taymans <wim@fluendo.com>
279 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
280 (theora_get_formats), (theora_dec_src_convert),
281 (theora_dec_sink_convert), (theora_dec_src_query),
282 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
283 (theora_dec_change_state):
284 Don't crash on missing header packets.
286 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
290 Added Albanian translation (Laurent Dhima)
294 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
296 * ext/lame/gstlame.c:
299 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
301 * sys/ximage/ximagesink.c:
302 * sys/xvimage/xvimagesink.c:
303 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
305 2004-08-06 Wim Taymans <wim@fluendo.com>
307 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
308 (gst_multifdsink_add), (gst_multifdsink_get_stats),
309 (gst_multifdsink_client_remove),
310 (gst_multifdsink_handle_client_read),
311 (gst_multifdsink_handle_client_write),
312 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
313 Make sure we don't try to read more from a client that what
314 ioctl says us or we deadlock.
316 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
318 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
319 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
320 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
321 decouple running_time and n_frames so it can handle changing
322 framerate while running
324 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
330 2004-08-04 Benjamin Otte <otte@gnome.org>
332 * gst/videotestsrc/gstvideotestsrc.c:
333 (gst_videotestsrc_get_capslist), (generate_capslist),
335 generate the list of supported caps at startup and reuse it instead
336 of always generating it
338 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
340 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
341 whoops, last checkin broke normal build
343 2004-08-03 Benjamin Otte <otte@gnome.org>
345 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
346 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
347 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
348 (gst_alsa_mixer_get_option):
349 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
350 (dvdnavsrc_print_event):
351 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
352 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
353 (gst_ogg_mux_pad_unlink):
354 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
355 (gst_multipart_mux_pad_unlink):
356 * gst/videofilter/gstvideobalance.c:
357 (gst_videobalance_colorbalance_set_value):
358 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
359 (gst_videomixer_pad_unlink):
361 * sys/oss/gstossmixer.c:
362 * sys/v4l/gstv4lcolorbalance.c:
363 * sys/v4l/gstv4ltuner.c:
364 * sys/v4l/v4lsrc_calls.c:
365 * sys/v4l2/gstv4l2colorbalance.c:
366 * sys/v4l2/gstv4l2tuner.c:
367 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
369 2004-08-03 Benjamin Otte <otte@gnome.org>
371 * examples/dynparams/filter.c: (ui_control_create):
372 * examples/gstplay/player.c: (print_tag):
373 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
374 * ext/gdk_pixbuf/gstgdkanimation.c:
375 (gst_gdk_animation_iter_may_advance):
376 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
377 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
378 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
379 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
380 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
381 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
382 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
383 * gst/sine/demo-dparams.c: (main):
384 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
385 * testsuite/alsa/formats.c: (create_pipeline):
386 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
387 fixes for G_DISABLE_ASSERT and friends
388 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
389 (mp3_type_frame_length_from_header), (mp3_type_find),
391 require mp3 typefinding to have at least MIN_HEADERS valid headers
392 add typefinding for AAC adts files
394 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
396 * sys/ximage/ximagesink.c:
397 (gst_ximagesink_calculate_pixel_aspect_ratio):
398 * sys/xvimage/xvimagesink.c:
399 (gst_xvimagesink_calculate_pixel_aspect_ratio):
400 Make sure we calculate pixel-aspect-ratio using floating point maths
402 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
407 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
409 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
410 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
411 add debugging for display PAR calculation
413 2004-08-02 David Schleef <ds@schleef.org>
415 * configure.ac: Fix mikmod CFLAGS.
417 2004-07-27 Benjamin Otte <otte@gnome.org>
419 * gst/audioscale/gstaudioscale.c:
420 - fix templates to only support S16, it's the only format that works
421 - make caps nego code use try_set_caps_nonfixed and fixation instead
422 of try_set_caps twice, which is not nice for autopluggers
423 - change rank to secondary, so autopluggers can pick it up after
426 2004-08-02 Iain <iain@prettypeople.org>
428 * gst/interleave/interleave.c (interleave_init),
429 (interleave_request_new_pad),
430 (interleave_pad_removed),
431 (interleave_buffered_loop): Use the real pad count, not the artificial
434 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
436 * configure.ac: bump nano back to development
438 === release 0.8.3 ===
440 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
442 * configure.ac: releasing 0.8.3, "Water"
444 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
446 * sys/xvimage/xvimagesink.c:
447 (gst_xvimagesink_calculate_pixel_aspect_ratio),
448 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
449 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
450 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
451 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
452 * sys/xvimage/xvimagesink.h:
453 apply similar PAR fixes as to ximagesink
455 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
457 patch from: Benjamin Otte
459 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
460 add link function to lame. Fixes #148986.
462 2004-08-02 Johan Dahlin <johan@gnome.org>
464 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
467 2004-07-30 David Schleef <ds@schleef.org>
469 * gst/videomixer/Makefile.am: Fix things that should have been
470 fixed in the last checkin.
472 2004-07-30 David Schleef <ds@schleef.org>
474 * gst/multipart/Makefile.am: Fix things that should have been
475 fixed in the last checkin.
477 2004-07-30 David Schleef <ds@schleef.org>
479 * testsuite/multifilesink/Makefile.am: Fix unused variable.
481 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
484 bump nano for prerelease
496 2004-07-30 Wim Taymans <wim@fluendo.com>
498 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
499 (gst_multifdsink_add), (gst_multifdsink_remove),
500 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
501 (gst_multifdsink_client_remove),
502 (gst_multifdsink_handle_client_write),
503 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
504 * gst/tcp/gstmultifdsink.h:
505 Recover from a select with a bad file descriptor by removing
508 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
511 fix requirement of core
512 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
513 (gst_play_pipeline_setup):
514 don't use colorspace element. do use hermescolorspace element.
515 make macro to get a colorspace element.
516 mark strings for translation.
530 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
532 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
533 fix default for newmedia flag
535 2004-07-30 Wim Taymans <wim@fluendo.com>
537 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
538 (gst_theora_dec_init), (theora_get_formats),
539 (theora_dec_src_convert), (theora_dec_sink_convert),
540 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
541 (theora_dec_chain), (theora_dec_set_property),
542 (theora_dec_get_property):
543 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
544 (gst_theora_enc_class_init), (gst_theora_enc_init),
545 (theora_enc_sink_link), (theora_enc_chain),
546 (theora_enc_set_property), (theora_enc_get_property):
547 Added cropping option to theora decoder.
548 Added border option to theora encoder.
550 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
552 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
553 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
554 (gst_pngenc_set_property):
555 * ext/libpng/gstpngenc.h:
556 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
558 2004-07-30 Wim Taymans <wim@fluendo.com>
560 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
561 (theora_enc_sink_link), (theora_enc_chain),
562 (theora_enc_set_property), (theora_enc_get_property):
563 Fix encoding of non-multiple-of-16 video.
565 2004-07-29 David Schleef <ds@schleef.org>
567 * configure.ac: make test for audiofile more strict
569 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
571 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
572 give different names to typefind functions
574 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
576 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
577 (gst_ximagesink_calculate_pixel_aspect_ratio),
578 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
579 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
580 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
581 (gst_ximagesink_get_property), (gst_ximagesink_init):
582 * sys/ximage/ximagesink.h:
583 allocate PAR's dynamically.
584 use autodetected PAR if no object-set PAR is given.
585 add workaround for directfb's X not setting physical size.
586 fix to xvimagesink will follow tomorrow.
588 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
590 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
591 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
592 (gst_shout2send_get_type), (gst_shout2send_set_clock),
593 (gst_shout2send_class_init), (gst_shout2send_init),
594 (set_shout_metadata), (gst_shout2send_set_metadata),
595 (gst_shout2send_chain), (gst_shout2send_set_property),
596 (gst_shout2send_get_property), (gst_shout2send_connect),
597 (gst_shout2send_change_state):
598 * ext/shout2/gstshout2.h:
599 - fix for sending mp3 audio to icecast2 server, if pad link function not
600 called before PAUSED state
601 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
602 - added tagging support for mp3 audio broadcasted
603 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
606 2004-07-28 Wim Taymans <wim@fluendo.com>
608 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
609 (gst_ogg_demux_push):
610 Return query failure when we don't know the length of
611 an ogg stream insteda of returning TRUE with a bogus value.
613 2004-07-28 Wim Taymans <wim@fluendo.com>
615 * ext/theora/theoradec.c: (theora_get_formats),
616 (theora_dec_src_convert), (theora_dec_sink_convert),
617 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
619 Don't screw up the 1 Chroma for 1 luma sample situation when we
620 have an odd offset/width by adding a black border in those cases.
622 2004-07-28 Wim Taymans <wim@fluendo.com>
624 * ext/theora/theoradec.c: (theora_get_formats),
625 (theora_dec_src_convert), (theora_dec_sink_convert),
626 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
628 * ext/theora/theoraenc.c: (theora_enc_sink_link):
629 Added first attempt at cropping of the image as required by the
630 theora spec. We need more properties in the caps (offset_x,
631 offset_y,stride) to implement this correctly.
633 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
636 Update the README to use dvddemux
637 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
638 Ensure getcaps returns a subset of the template caps
639 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
640 (gst_mpeg2subt_init):
641 Ensure getcaps returns a subset of the template caps
642 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
643 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
644 (gst_dvd_demux_get_subpicture_stream),
645 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
646 * gst/mpegstream/gstdvddemux.h:
647 Set the explicit caps on the current_video pad before pushing
649 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
650 (gst_mpeg_demux_get_audio_stream):
651 Free caps used to gst_pad_set_explicit_caps, which takes a const
654 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
656 * configure.ac: update GStreamer requirement to 0.8.4 because of
659 2004-07-28 Wim Taymans <wim@fluendo.com>
661 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
662 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
663 Add the pad to the element after setting up the caps. This
664 makes it a lot easier to autoplug.
666 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
668 * gst/median/gstmedian.c:
669 * gst/mpeg2subt/gstmpeg2subt.c:
670 * gst/mpegaudioparse/gstmpegaudioparse.c:
671 * gst/mpegstream/gstdvddemux.c:
672 * gst/mpegstream/gstmpegdemux.c:
673 * gst/mpegstream/gstmpegpacketize.c:
674 * gst/rtjpeg/gstrtjpeg.c:
675 * gst/rtjpeg/gstrtjpegdec.c:
676 * gst/rtjpeg/gstrtjpegenc.c:
677 * gst/sine/gstsinesrc.c:
678 * gst/smooth/gstsmooth.c:
679 * gst/smpte/gstsmpte.c:
680 * gst/smpte/gstsmpte.h:
681 * gst/stereo/gststereo.c:
682 * gst/videofilter/gstgamma.c:
683 * gst/videofilter/gstvideobalance.c:
684 * gst/videofilter/gstvideofilter.c:
685 * gst/videofilter/gstvideoflip.c:
686 * gst/videoscale/gstvideoscale.c:
687 * gst/videoscale/videoscale.c:
688 * gst/videotestsrc/gstvideotestsrc.c:
689 * gst/videotestsrc/videotestsrc.c:
690 * gst/wavenc/gstwavenc.c:
691 * gst/wavparse/gstwavparse.c:
692 fix local includes and 64 bits constants
694 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
697 * gst-libs/gst/*/*.vcproj:
701 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
703 * testsuite/alsa/Makefile.am:
704 * testsuite/alsa/srcstate.c:
705 add test for alsasrc changing state
708 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
710 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
712 * gst/silence/gstsilence.h:
713 fix silence generation for 16bit raw audio
715 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
717 * gst/matroska/matroska-demux.c:
718 (gst_matroska_demux_parse_metadata),
719 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
720 * gst/mpegaudio/common.c:
721 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
722 (gst_videoscale_getcaps), (gst_videoscale_link),
723 (gst_videoscale_src_fixate), (gst_videoscale_init),
724 (gst_videoscale_finalize):
725 * gst/videoscale/gstvideoscale.h:
726 * gst/videotestsrc/gstvideotestsrc.c:
727 (gst_videotestsrc_get_capslist):
728 * gst/wavenc/gstwavenc.c:
729 * sys/oss/gstossmixer.c: (fill_labels):
730 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
731 (gst_ximagesink_handle_xevents),
732 (gst_ximagesink_calculate_pixel_aspect_ratio),
733 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
734 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
735 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
736 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
737 (gst_ximagesink_init), (gst_ximagesink_class_init):
738 * sys/ximage/ximagesink.h:
739 * sys/xvimage/xvimagesink.c:
740 (gst_xvimagesink_calculate_pixel_aspect_ratio),
741 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
742 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
743 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
744 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
745 * sys/xvimage/xvimagesink.h:
746 first batch of pixel aspect ratio commits.
748 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
750 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
751 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
752 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
753 handle stride, needs work if we want to move stride handling
754 upstream, but works correctly for our purposes.
756 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
758 * gst/videoscale/README:
760 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
761 (gst_videoscale_chain):
762 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
763 (gst_videoscale_get_size):
764 add get_size function that handles stride like videotestsrc.
765 fixes conversion for YUV formats for as much as I can test them.
767 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
769 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
770 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
771 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
772 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
773 (gst_xvimagesink_xvimage_put):
774 further cleanups, logging, error handling and synchronizing
776 2004-07-27 Wim Taymans <wim@fluendo.com>
778 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
779 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
780 (gst_videomixer_pad_set_property),
781 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
782 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
783 (gst_videomixer_class_init), (gst_videomixer_init),
784 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
785 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
786 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
787 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
788 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
789 (gst_videomixer_loop), (plugin_init):
790 Be a nicer negotiation citizen and provide a getcaps function on
791 the srcpad. This also fixes a crash when resizing.
793 2004-07-27 Julien MOUTTE <julien@moutte.net>
795 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
796 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
798 2004-07-27 Wim Taymans <wim@fluendo.com>
800 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
801 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
802 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
803 (gst_pngenc_set_property):
804 * ext/libpng/gstpngenc.h:
805 Added snapshot property to pngenc.
806 removed g_print from pngdec
808 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
810 * gst/ac3parse/ac3parse.vcproj
811 * gst/adder/adder.vcproj
812 * gst/alpha/alpha.vcproj
813 * gst/alpha/alphacolor.vcproj
814 * gst/asfdemux/asf.vcproj
815 * gst/audioconvert/audioconvert.vcproj
816 * gst/audiorate/audiorate.vcproj
817 * gst/audioscale/audioscale.vcproj
818 * gst/auparse/auparse.vcproj
820 * gst/cdxaparse/cdxaparse.vcproj
821 * gst/chart/chart.vcproj
822 * gst/colorspace/colorspace.vcproj
823 * gst/cutter/cutter.vcproj
824 * gst/debug/debug.vcproj
825 * gst/debug/efence.vcproj
826 * gst/debug/navigationtest.vcproj
827 * gst/deinterlace/deinterlace.vcproj
828 * gst/effectv/effectv.vcproj
829 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
830 * gst/filter/filter.vcproj
831 * gst/flx/flxdec.vcproj
832 * gst/goom/goom.vcproj
833 * gst/interleave/interleave.vcproj
834 * gst/law/alaw.vcproj
835 * gst/law/mulaw.vcproj
836 * gst/matroska/matroska.vcproj
837 * gst/median/median.vcproj
838 * gst/mixmatrix/mixmatrix.vcproj
839 * gst/mpeg1sys/mpeg1systemencode.vcproj
840 * gst/mpeg1videoparse/mp1videoparse.vcproj
841 * gst/mpeg2sub/mpeg2subt.vcproj
842 * gst/mpegaudio/mpegaudio.vcproj
843 * gst/mpegaudioparse/mpegaudioparse.vcproj
844 * gst/mpegstream/mpegstream.vcproj
845 * gst/multifilesink/multifilesink.vcproj
846 * gst/multipart/multipart.vcproj
847 * gst/oneton/oneton.vcproj
848 * gst/overlay/overlay.vcproj
849 * gst/passthrough/passthrough.vcproj
850 * gst/qtdemux/qtdemux.vcproj
851 * gst/realmedia/rmdemux.vcproj
852 * gst/rtjpeg/rtjpeg.vcproj
854 * gst/silence/silence.vcproj
855 * gst/sine/sinesrc.vcproj
856 * gst/smooth/smooth.vcproj
857 * gst/smpte/smpte.vcproj
858 * gst/spectrum/spectrum.vcproj
859 * gst/speed/speed.vcproj
860 * gst/stereo/stereo.vcproj
861 * gst/switch/switch.vcproj
862 * gst/tags/tagedit.vcproj
864 * gst/typefind/typefindfunctions.vcproj
866 * gst/videobox/videobox.vcproj
867 * gst/videocrop/videocrop.vcproj
868 * gst/videodrop/videodrop.vcproj
869 * gst/videofilter/gamma.vcproj
870 * gst/videofilter/videobalance.vcproj
871 * gst/videofilter/videofilter.vcproj
872 * gst/videofilter/videoflip.vcproj
873 * gst/videoflip/videoflip.vcproj
874 * gst/videomixer/videomixer.vcproj
875 * gst/videorate/videorate.vcproj
876 * gst/videoscale/videoscale.vcproj
877 * gst/videotestsrc/videotestsrc.vcproj
878 * gst/virtualdub/virtualdub.vcproj
879 * gst/volenv/volenv.vcproj
880 * gst/volume/volume.vcproj
881 * gst/wavenc/wavenc.vcproj
882 * gst/wavparse/wavparse.vcproj
883 * gst/y4m/y4menc.vcproj
884 * gst-libs/gst/audio/audio.vcproj
885 * gst-libs/gst/audio/audiofilter.vcproj
886 * gst-libs/gst/colorbalance/colorbalance.vcproj
887 * gst-libs/gst/idct/idtc.vcproj
888 * gst-libs/gst/media-info/media-info.vcproj
889 * gst-libs/gst/mixer/mixer.vcproj
890 * gst-libs/gst/navigation/navigation.vcproj
891 * gst-libs/gst/play/play.vcproj
892 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
893 * gst-libs/gst/resample/resample.vcproj
894 * gst-libs/gst/riff/riff.vcproj
895 * gst-libs/gst/tuner/tuner.vcproj
896 * gst-libs/gst/video/video.vcproj
897 * gst-libs/gst/xoverlay/xoverlay.vcproj
898 avoid problems with math.h, fix release dependancy
899 rename GStreamer-0.8.lib to libgstreamer.lib
901 2004-07-27 Julien MOUTTE <julien@moutte.net>
903 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
904 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
905 the atom is not available we have to unlock the mutex. Fixes #148023
907 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
909 * gst-libs/gst/media-info/media-info.h:
910 issue for a vararg macro with MSVC
912 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
914 * gst/effectv/effectv.vcproj
915 * gst-libs/gst/idct/idct.vcproj:
916 * gst-libs/gst/media-info/media-info.vcproj:
917 * gst-libs/gst/navigation/navigation.vcproj:
918 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
919 * gst-libs/gst/video/video.vcproj:
920 * gst-libs/gst/xoverlay/xoverlay.vcproj:
921 fixes for build problems
923 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
925 * gst-libs/gst/audio/audio.def:
926 * gst-libs/gst/audio/riff.def:
927 add some definitions needed by plugins
929 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
931 * gst/asfdemux/gstasfmux.c
932 Fix some 64 bits constants to be glib friendly
934 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
936 * gst/ac3parse/gstac3parse.c
937 * gst/audioscale/gstaudioscale.c
938 * gst/auparse/gstauparse.c
939 * gst/colorspace/gstcolorspace.c
940 * gst/colorspace/yuv2rgb.h
943 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
946 add more plugins to the build
948 2004-07-26 Julien MOUTTE <julien@moutte.net>
950 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
951 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
953 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
955 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
956 (gst_level_set_property), (gst_level_get_property),
957 (gst_level_base_init), (gst_level_class_init):
958 add debugging categories. cleanups.
960 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
962 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
963 (gst_videoscale_planar411), (gst_videoscale_planar400),
964 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
965 (gst_videoscale_scale_nearest_str1),
966 (gst_videoscale_scale_nearest_str2),
967 (gst_videoscale_scale_nearest_str4),
968 (gst_videoscale_scale_nearest_16bit),
969 (gst_videoscale_scale_nearest_24bit):
971 tested with 320x240 -> 321, 322, 324 x240
972 tested with YV12, I420, YUY2, UYVY
973 fixed packed422rev (don't think it could have worked before)
976 2004-07-26 Benjamin Otte <otte@gnome.org>
978 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
979 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
981 add debugging category, add error checks like checking return values
982 of setup calls, make sure it still works after
983 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
985 2004-07-26 Wim Taymans <wim@fluendo.com>
987 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
988 (gst_mpeg_demux_get_audio_stream),
989 (gst_mpeg_demux_process_private):
990 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
991 Check for error codes from the negotiation functions. Make sure
992 we really set the pad caps when a new pad is created.
994 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
996 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
997 (gst_ffmpeg_caps_to_pix_fmt):
998 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
999 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1000 (gst_ffmpegcolorspace_pad_link):
1001 don't make function do two things at the same time without reason.
1003 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
1005 * gst/ac3parse/ac3parse.vcproj
1006 * gst/adder/adder.vcproj
1007 * gst/alpha/alpha.vcproj
1008 * gst/alpha/alphacolor.vcproj
1009 * gst/asfdemux/asf.vcproj
1010 * gst/audioconvert/audioconvert.vcproj
1011 * gst/audiorate/audiorate.vcproj
1012 * gst/audioscale/audioscale.vcproj
1013 * gst/auparse/auparse.vcproj
1014 * gst/avi/avi.vcproj
1015 * gst/cdxaparse/cdxaparse.vcproj
1016 * gst/chart/chart.vcproj
1017 * gst/colorspace/colorspace.vcproj
1018 * gst/cutter/cutter.vcproj
1019 * gst/debug/debug.vcproj
1020 * gst/debug/efence.vcproj
1021 * gst/debug/navigationtest.vcproj
1022 * gst/deinterlace/deinterlace.vcproj
1023 * gst/effectv/effectv.vcproj
1024 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
1025 * gst/filter/filter.vcproj
1026 * gst/flx/flxdec.vcproj
1027 * gst/goom/goom.vcproj
1028 * gst/interleave/interleave.vcproj
1029 * gst/law/alaw.vcproj
1030 * gst/law/mulaw.vcproj
1031 * gst/matroska/matroska.vcproj
1032 * gst/median/median.vcproj
1033 * gst/mixmatrix/mixmatrix.vcproj
1034 * gst/mpeg1sys/mpeg1systemencode.vcproj
1035 * gst/mpeg1videoparse/mp1videoparse.vcproj
1036 * gst/mpeg2sub/mpeg2subt.vcproj
1037 * gst/mpegaudio/mpegaudio.vcproj
1038 * gst/mpegaudioparse/mpegaudioparse.vcproj
1039 * gst/mpegstream/mpegstream.vcproj
1040 * gst/multifilesink/multifilesink.vcproj
1041 * gst/multipart/multipart.vcproj
1042 * gst/oneton/oneton.vcproj
1043 * gst/overlay/overlay.vcproj
1044 * gst/passthrough/passthrough.vcproj
1045 * gst/qtdemux/qtdemux.vcproj
1046 * gst/realmedia/rmdemux.vcproj
1047 * gst/rtjpeg/rtjpeg.vcproj
1048 * gst/rtp/rtp.vcproj
1049 * gst/silence/silence.vcproj
1050 * gst/sine/sinesrc.vcproj
1051 * gst/smooth/smooth.vcproj
1052 * gst/smpte/smpte.vcproj
1053 * gst/spectrum/spectrum.vcproj
1054 * gst/speed/speed.vcproj
1055 * gst/stereo/stereo.vcproj
1056 * gst/switch/switch.vcproj
1057 * gst/tags/tagedit.vcproj
1058 * gst/tcp/tcp.vcproj
1059 * gst/typefind/typefindfunctions.vcproj
1060 * gst/udp/udp.vcproj
1061 * gst/videobox/videobox.vcproj
1062 * gst/videocrop/videocrop.vcproj
1063 * gst/videodrop/videodrop.vcproj
1064 * gst/videofilter/gamma.vcproj
1065 * gst/videofilter/videobalance.vcproj
1066 * gst/videofilter/videofilter.vcproj
1067 * gst/videofilter/videoflip.vcproj
1068 * gst/videoflip/videoflip.vcproj
1069 * gst/videomixer/videomixer.vcproj
1070 * gst/videorate/videorate.vcproj
1071 * gst/videoscale/videoscale.vcproj
1072 * gst/videotestsrc/videotestsrc.vcproj
1073 * gst/virtualdub/virtualdub.vcproj
1074 * gst/volenv/volenv.vcproj
1075 * gst/volume/volume.vcproj
1076 * gst/wavenc/wavenc.vcproj
1077 * gst/wavparse/wavparse.vcproj
1078 * gst/y4m/y4menc.vcproj
1079 more plugins supported under windows
1081 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
1083 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1084 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
1085 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
1086 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1087 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
1088 Add debugging statements. Use the sizes as returned by the
1091 2004-07-26 Johan Dahlin <johan@gnome.org>
1093 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
1094 the pad is negotiated.
1096 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
1098 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
1100 * gst-libs/gst/colorbalance/colorbalance.vcproj:
1101 * gst-libs/gst/idct/idct.vcproj:
1102 * gst-libs/gst/media-info/media-info.vcproj:
1103 * gst-libs/gst/mixer/mixer.vcproj:
1104 * gst-libs/gst/navigation/navigation.vcproj:
1105 * gst-libs/gst/play/play.vcproj:
1106 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
1107 * gst-libs/gst/resample/resample.vcproj:
1108 * gst-libs/gst/tuner/tuner.vcproj:
1109 * gst-libs/gst/video/video.vcproj:
1110 * gst-libs/gst/xoverlay/xoverlay.vcproj:
1111 more plugins supported under windows
1113 2004-07-25 Iain <iain@prettypeople.org>
1115 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
1116 pad now rather than when the pad is created because state changes wipe
1117 explicit caps (fixes #148043).
1119 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
1121 reviewed by Benjamin Otte <otte@gnome.org>
1124 fix mad plugin crashing on Sun (fixes #148289)
1126 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
1129 * gst/avi/avi.vcproj:
1130 * gst/matroska/matroska.def:
1131 * gst/matroska/matroska.vcproj:
1132 remove unused .def files
1134 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
1136 * gst-libs/gst/audio/gstaudiofilter.c:
1137 Clean the local include
1139 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
1142 * gst-libs/gst/audio/audio.def:
1143 * gst-libs/gst/audio/audio.vcproj:
1144 * gst-libs/gst/audio/audiofilter.vcproj:
1145 * gst-libs/gst/audio/riff.def:
1146 * gst-libs/gst/audio/riff.vcproj:
1147 * gst-libs/gst/gst-libs.def:
1148 * gst-libs/gst/gst-libs.vcproj:
1149 * gst/avi/avi.vcproj:
1150 * gst/avi/avi.vcproj:
1151 Copy the files where needed after building, cleaner projects
1153 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
1155 * gst/matroska/ebml-write.c:
1156 Fix some 64 bits constants to be glib friendly
1158 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
1161 * gst-libs/gst/gst-libs.def:
1162 * gst-libs/gst/gst-libs.vcproj:
1163 * gst/matroska/matroska.def:
1164 * gst/matroska/matroska.vcproj:
1165 Add the preliminary canvas to build plugins on Win32
1167 2004-07-23 Benjamin Otte <otte@gnome.org>
1169 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1170 don't enfore negotiation from source side, it breaks
1171 sinesrc ! audioconvert ! osssink
1173 2004-07-22 David Schleef <ds@schleef.org>
1175 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
1176 for ELF files, since they can easily be recognized as audio/mpeg.
1179 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
1181 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
1182 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
1183 (gst_videoscale_scale_nearest_24bit),
1184 (gst_videoscale_scale_nearest_16bit):
1185 fix 16bit and 24bit for stride (24bit might need testing)
1186 don't pretend we do more than one algorithm
1188 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1192 * gst/multifilesink/Makefile.am:
1193 * gst/multifilesink/gstmultifilesink.c:
1194 (gst_multifilesink_get_formats),
1195 (gst_multifilesink_get_query_types), (_do_init),
1196 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
1197 (gst_multifilesink_init), (gst_multifilesink_dispose),
1198 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
1199 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
1200 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
1201 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
1202 (gst_multifilesink_chain), (gst_multifilesink_change_state),
1203 (gst_multifilesink_uri_get_type),
1204 (gst_multifilesink_uri_get_protocols),
1205 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
1206 (gst_multifilesink_uri_handler_init), (plugin_init):
1207 * gst/multifilesink/gstmultifilesink.h:
1208 * testsuite/Makefile.am:
1209 * testsuite/multifilesink/Makefile.am:
1210 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
1211 (gst_newmedia_class_init), (gst_newmedia_init),
1212 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1213 (newfile_signal), (test_signal), (main):
1214 multifilesink plugin for creating new files every time a new media
1215 discontinuity event occurs
1217 2004-07-22 Wim Taymans <wim@fluendo.com>
1219 * gst/alpha/Makefile.am:
1220 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
1221 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
1222 (gst_alpha_color_init), (gst_alpha_color_set_property),
1223 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
1224 (transform), (gst_alpha_color_chain),
1225 (gst_alpha_color_change_state), (plugin_init):
1226 Stupid plugin to to RGBA to AYUV conversion because none of
1227 the colorspace plugins can handle that yet.
1229 2004-07-22 Wim Taymans <wim@fluendo.com>
1231 * examples/seeking/seek.c: (update_scale), (main):
1232 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1233 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
1234 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1235 (gst_decode_bin_init), (gst_decode_bin_dispose),
1236 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1237 (no_more_pads), (close_link), (type_found),
1238 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1240 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1241 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1242 (gst_play_base_bin_dispose), (queue_overrun),
1243 (gen_preroll_element), (remove_prerolls), (unknown_type),
1244 (no_more_pads), (new_stream), (setup_source),
1245 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1246 (play_base_eos), (gst_play_base_bin_change_state),
1247 (gst_play_base_bin_add_element),
1248 (gst_play_base_bin_remove_element),
1249 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1250 (gst_play_base_bin_unlink_stream),
1251 (gst_play_base_bin_get_streaminfo):
1252 * gst/playback/gstplaybin.c: (gen_video_element),
1253 (gen_audio_element):
1254 * gst/playback/gststreaminfo.h:
1255 More playback updates, attempt to fix things after the state change
1258 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
1260 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
1261 (gst_videoscale_scale_nearest_16bit):
1264 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
1266 * gst/videotestsrc/gstvideotestsrc.c:
1267 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
1268 (gst_videotestsrc_init), (gst_videotestsrc_get),
1269 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
1270 (gst_videotestsrc_get_property):
1271 * gst/videotestsrc/gstvideotestsrc.h:
1272 * gst/videotestsrc/videotestsrc.c:
1273 * gst/videotestsrc/videotestsrc.h:
1274 cleanup and commenting
1276 2004-07-21 Wim Taymans <wim@fluendo.com>
1278 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
1279 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
1280 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
1281 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
1282 (_find_chain_get_unknown_part), (_find_streams_check),
1283 (gst_ogg_demux_push), (gst_ogg_pad_push):
1284 * ext/theora/theoradec.c: (theora_get_formats),
1285 (theora_dec_src_convert), (theora_dec_sink_convert),
1286 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
1288 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
1289 (vorbis_dec_convert), (vorbis_dec_src_query),
1290 (vorbis_dec_src_event), (vorbis_dec_event):
1291 More seeking fixes, oggdemux now supports seeking to time and
1292 uses the downstream element to convert granulepos to time.
1293 Seeking in theora-only ogg files now works.
1295 2004-07-21 Wim Taymans <wim@fluendo.com>
1297 * ext/theora/theoradec.c: (gst_theora_dec_init),
1298 (theora_get_formats), (theora_get_event_masks),
1299 (theora_get_query_types), (theora_dec_src_convert),
1300 (theora_dec_sink_convert), (theora_dec_src_query),
1301 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
1302 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
1303 (vorbis_get_event_masks), (vorbis_get_query_types),
1304 (gst_vorbis_dec_init), (vorbis_dec_convert),
1305 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
1306 Added query/convert/formats functions to vorbis and theora decoders
1307 so that the outside world can use them too. Fixed seeking on an
1308 ogg/theora/vorbis file by disabling the seeking seeking on the
1311 2004-07-21 Julien MOUTTE <julien@moutte.net>
1313 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1314 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
1315 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
1316 images creation for both elements. We don't create the image on caps
1317 nego or renego, we just destroy the internal one if present if it does
1318 not match the needs. The chain function takes care of creating a new
1320 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1321 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
1322 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
1323 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
1324 the image format information. The buffer pool checks for the context
1325 image format and discard images with different formats.
1326 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
1328 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
1330 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1331 (gst_ffmpegcolorspace_chain):
1332 no point in doing any chaining if the pad we want to push from
1335 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
1337 * gst-libs/gst/riff/riff-media.c:
1338 (gst_riff_create_audio_caps_with_data):
1339 Fix double end-to-native symbol conversion (#148021).
1341 2004-07-20 David Schleef <ds@schleef.org>
1343 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
1344 Don't use an Atom that doesn't exist.
1346 2004-07-20 Wim Taymans <wim@fluendo.com>
1348 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1349 (gst_multifdsink_add), (gst_multifdsink_get_stats),
1350 (gst_multifdsink_client_remove),
1351 (gst_multifdsink_handle_client_write),
1352 (gst_multifdsink_queue_buffer):
1353 * gst/tcp/gstmultifdsink.h:
1354 More multifdsink stats. Avoid deadlock by releasing locks
1355 before sending out a signal.
1357 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
1361 added Hungarian translation (Laszlo Dvornik)
1363 2004-07-20 Wim Taymans <wim@fluendo.com>
1365 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1366 (gst_multifdsink_add), (gst_multifdsink_client_remove),
1367 (gst_multifdsink_handle_client_write),
1368 (gst_multifdsink_queue_buffer):
1369 * gst/tcp/gsttcp-marshal.list:
1370 Fixed the stupid marshal definition.
1372 2004-07-20 Wim Taymans <wim@fluendo.com>
1374 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1375 (gst_multifdsink_init), (gst_multifdsink_add),
1376 (gst_multifdsink_client_remove),
1377 (gst_multifdsink_handle_client_write),
1378 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
1379 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
1380 (gst_multifdsink_init_send):
1381 * gst/tcp/gstmultifdsink.h:
1382 Added more stats, added timeout for a client, fixed some typos
1383 and added some comments.
1385 2004-07-20 Wim Taymans <wim@fluendo.com>
1387 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1388 (gst_multifdsink_add), (gst_multifdsink_get_stats),
1389 (gst_multifdsink_client_remove),
1390 (gst_multifdsink_handle_client_write):
1391 * gst/tcp/gstmultifdsink.h:
1392 * gst/tcp/gsttcp-marshal.list:
1393 Added get_stats method that returns a GValueArray of
1396 2004-07-19 Benjamin Otte <otte@gnome.org>
1398 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
1399 make sure longname, description and author are valid UTF-8
1401 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
1403 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
1404 (gst_ximagesink_set_property):
1405 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
1406 (gst_xvimagesink_set_property):
1407 make sure SYNCHRONOUS is respected after getting the X context
1409 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
1411 * gst/matroska/matroska-demux.c:
1412 (gst_matroska_demux_handle_src_event),
1413 (gst_matroska_demux_parse_blockgroup):
1414 * gst/matroska/matroska-ids.h:
1415 add BlockReference tag and ignore it to clear out log.
1416 ignore NAVIGATION events to clear out log.
1418 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
1420 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
1421 (gst_matroska_demux_add_stream):
1422 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
1423 add debug categories
1425 2004-07-16 Wim Taymans <wim@fluendo.com>
1427 * ext/libpng/Makefile.am:
1428 * ext/libpng/gstpng.c: (plugin_init):
1429 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
1430 (gst_pngdec_get_type), (gst_pngdec_base_init),
1431 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
1432 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
1433 * ext/libpng/gstpngdec.h:
1436 2004-07-16 Julien MOUTTE <julien@moutte.net>
1438 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
1439 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
1440 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
1441 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
1442 (gst_ximagesink_buffer_alloc):
1443 * sys/ximage/ximagesink.h:
1444 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1445 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
1446 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
1447 (gst_xvimagesink_buffer_alloc):
1448 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
1449 again. Using internal data pointer of the x(v)image to store image's
1450 data to be coherent with the buffer alloc mechanism. Investigated the
1451 image destruction code to be sure that everything gets freed correctly.
1453 2004-07-16 Wim Taymans <wim@fluendo.com>
1455 * gst-libs/gst/riff/riff-read.c:
1456 (gst_riff_read_strf_vids_with_data),
1457 (gst_riff_read_strf_auds_with_data):
1458 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1459 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
1460 Make sure we don't create 0 sized subbuffers in riff-read.
1461 Signal the no more pads signal after reading the avi header.
1463 2004-07-16 Wim Taymans <wim@fluendo.com>
1465 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1466 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
1467 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1468 (gst_decode_bin_init), (gst_decode_bin_dispose),
1469 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1470 (no_more_pads), (close_link), (type_found),
1471 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1472 (gst_decode_bin_change_state), (plugin_init):
1473 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1474 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1475 (gst_play_base_bin_dispose), (queue_overrun),
1476 (gen_preroll_element), (remove_prerolls), (unknown_type),
1477 (no_more_pads), (new_stream), (setup_source),
1478 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1479 (play_base_eos), (gst_play_base_bin_change_state),
1480 (gst_play_base_bin_add_element),
1481 (gst_play_base_bin_remove_element),
1482 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1483 (gst_play_base_bin_unlink_stream),
1484 (gst_play_base_bin_get_streaminfo):
1485 * gst/playback/gstplaybasebin.h:
1486 Better error recovery. Added configurable preroll queue size. Faster
1487 detection of no-more-pads.
1489 2004-07-16 Wim Taymans <wim@fluendo.com>
1491 * gst-libs/gst/video/video.h:
1492 Added 32 bits RGBA. Not sure if we should use another mime-type
1493 for alpha rgb. Currently the presence of the alpha_mask property
1494 signals an alpha channel.
1496 2004-07-16 Wim Taymans <wim@fluendo.com>
1498 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1499 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1500 FPS seems to be 0.0 to MAX everywhere else.
1502 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
1504 * gst-libs/gst/riff/riff-media.c:
1505 (gst_riff_create_video_caps_with_data):
1506 mp42/mp43 (no caps) exist too.
1507 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
1508 Set pixel_width/height; we've got them in-caps.
1509 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1510 * gst/wavparse/gstwavparse.c: (plugin_init):
1511 Both are valid primary.
1512 * sys/oss/gstossmixer.c:
1513 Remove i18n hack and enable translations.
1515 2004-07-15 Benjamin Otte <otte@gnome.org>
1517 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1518 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
1519 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
1521 2004-07-15 Benjamin Otte <otte@gnome.org>
1523 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
1524 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
1525 (gst_alsa_close_audio):
1526 disable some of the debugging code for now. Writing debugging to a
1527 buffer is broken in current alsalib releases.
1529 2004-07-12 Benjamin Otte <otte@gnome.org>
1531 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
1534 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
1536 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
1537 (theora_dec_src_query), (theora_dec_event):
1538 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
1539 add debugging categories. Remove \n's.
1541 2004-07-13 Johan Dahlin <johan@gnome.org>
1543 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
1544 (gst_play_bin_get_property): Impl.
1546 2004-07-13 Wim Taymans <wim@fluendo.com>
1548 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
1549 When trying to find the stream length, seek back N pages
1550 instead of just one, where N is the number of streams in
1553 2004-07-13 Wim Taymans <wim@fluendo.com>
1555 * gst-libs/gst/riff/riff-media.c:
1556 (gst_riff_create_audio_caps_with_data),
1557 (gst_riff_create_audio_caps),
1558 (gst_riff_create_audio_template_caps):
1559 * gst-libs/gst/riff/riff-media.h:
1560 * gst-libs/gst/riff/riff-read.c:
1561 (gst_riff_read_strf_vids_with_data),
1562 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
1563 * gst-libs/gst/riff/riff-read.h:
1564 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1565 (gst_avi_demux_add_stream):
1566 Set codec_data on caps for avidemuxer.
1568 2004-07-12 David Schleef <ds@schleef.org>
1570 * configure.ac: Fix test for Objective C
1572 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
1573 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
1574 (gst_gdk_pixbuf_chain):
1575 Add svg and pcx to template caps, and ensure that getcaps returns a
1576 subset of the template caps.
1577 Copy each row manually for output, as gdkpixbuf may pad the
1578 rowstride to a 32-bit word boundary.
1580 2004-07-12 Wim Taymans <wim@fluendo.com>
1582 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1583 (gst_riff_create_video_template_caps):
1584 Fix the template caps to include some more media types.
1586 2004-07-12 Wim Taymans <wim@fluendo.com>
1588 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1589 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1590 (compare_ranks), (print_feature), (gst_decode_bin_init),
1591 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1592 (try_to_link_1), (new_pad), (close_link), (type_found),
1593 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1594 (gst_decode_bin_change_state), (plugin_init):
1595 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1596 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1597 (gst_play_base_bin_dispose), (queue_overrun),
1598 (gen_preroll_element), (remove_prerolls), (no_more_pads),
1599 (new_stream), (setup_source), (gst_play_base_bin_set_property),
1600 (gst_play_base_bin_get_property), (play_base_eos),
1601 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1602 (gst_play_base_bin_remove_element),
1603 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1604 (gst_play_base_bin_unlink_stream),
1605 (gst_play_base_bin_get_streaminfo):
1606 * gst/playback/gstplaybasebin.h:
1607 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1608 (gst_play_bin_class_init), (gst_play_bin_init),
1609 (gst_play_bin_dispose), (gst_play_bin_set_property),
1610 (gst_play_bin_get_property), (gen_video_element),
1611 (gen_audio_element), (remove_sinks), (setup_sinks),
1612 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
1613 (gst_play_bin_send_event), (gst_play_bin_get_formats),
1614 (gst_play_bin_convert), (gst_play_bin_get_query_types),
1615 (gst_play_bin_query), (plugin_init):
1616 * gst/playback/test4.c: (main):
1617 More fixes on reusing of the element.
1619 2004-07-11 Benjamin Otte <otte@gnome.org>
1621 * ext/mad/gstmad.c: (normal_seek):
1622 allow seeking for other methods than just SET
1624 2004-07-11 Andy Wingo <wingo@pobox.com>
1626 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
1627 float, "any" caps -> buffer_frames=[0,MAX].
1629 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
1630 doesn't intersect our caps with the template any more. Do it
1632 (interleave_buffered_loop): Use g_newa instead of malloc/free.
1634 2004-07-09 Wim Taymans <wim@fluendo.com>
1636 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1637 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1638 (compare_ranks), (print_feature), (gst_decode_bin_init),
1639 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1640 (try_to_link_1), (new_pad), (close_link), (type_found),
1641 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1642 (gst_decode_bin_change_state), (plugin_init):
1643 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1644 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1645 (gst_play_base_bin_dispose), (queue_overrun),
1646 (gen_preroll_element), (remove_prerolls), (no_more_pads),
1647 (new_stream), (setup_source), (gst_play_base_bin_set_property),
1648 (gst_play_base_bin_get_property), (play_base_eos),
1649 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1650 (gst_play_base_bin_remove_element),
1651 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1652 (gst_play_base_bin_unlink_stream),
1653 (gst_play_base_bin_get_streaminfo):
1654 * gst/playback/gstplaybasebin.h:
1655 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1656 (gst_play_bin_class_init), (gst_play_bin_init),
1657 (gst_play_bin_dispose), (gst_play_bin_set_property),
1658 (gst_play_bin_get_property), (gen_video_element),
1659 (gen_audio_element), (remove_sinks), (setup_sinks),
1660 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
1661 (gst_play_bin_send_event), (gst_play_bin_get_formats),
1662 (gst_play_bin_convert), (gst_play_bin_get_query_types),
1663 (gst_play_bin_query), (plugin_init):
1664 * gst/playback/test4.c: (main):
1665 Work on object reuse and seeking.
1667 2004-07-09 Wim Taymans <wim@fluendo.com>
1669 * examples/seeking/seek.c: (iterate):
1670 Don't consume all CPU in the idle loop.
1672 2004-07-09 Wim Taymans <wim@fluendo.com>
1674 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
1675 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
1676 Add pad to element *after* setting the pad functions so that
1677 the scheduler can use the correct ones.
1679 2004-07-09 Wim Taymans <wim@fluendo.com>
1681 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
1682 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
1683 Sync to keyframe after seek
1685 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1687 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
1688 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
1689 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
1690 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
1691 * ext/libvisual/visual.c: (gst_visual_change_state):
1692 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
1693 * ext/theora/theoradec.c: (theora_dec_change_state):
1694 * ext/theora/theoraenc.c: (theora_enc_change_state):
1695 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1696 * gst-libs/gst/navigation/navigation.c:
1697 * gst/adder/gstadder.c: (gst_adder_change_state):
1698 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
1699 (gst_audio_convert_get_buffer):
1700 * gst/multipart/multipartdemux.c:
1701 (gst_multipart_demux_change_state):
1702 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1703 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1704 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1705 * gst/videoscale/gstvideoscale.c:
1706 (gst_videoscale_handle_src_event):
1707 * gst/volume/gstvolume.c: (volume_chain_int16):
1708 don't assert in state change, this should be done by the base
1710 various debugging fixes.
1712 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1715 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1716 (gst_play_dispose), (gst_play_set_location),
1717 (gst_play_set_data_src), (gst_play_set_video_sink),
1718 (gst_play_set_audio_sink), (gst_play_set_visualization),
1719 (gst_play_connect_visualization), (gst_play_get_sink_element),
1720 (gst_play_get_all_by_interface):
1721 * gst-libs/gst/play/play.h:
1722 add new method to get elements implementing an interface.
1723 add various error logging
1725 2004-07-08 Wim Taymans <wim@fluendo.com>
1727 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
1728 (make_mpeg_pipeline), (make_mpegnt_pipeline),
1729 (make_playerbin_pipeline), (query_durations_elems),
1730 (query_durations_pads), (query_positions_elems),
1731 (query_positions_pads), (update_scale), (iterate), (stop_seek),
1733 Added playbin seeking example.
1735 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1737 * gst-libs/gst/play/play.c: (gst_play_set_location),
1738 (gst_play_set_data_src), (gst_play_set_video_sink),
1739 (gst_play_set_audio_sink), (gst_play_set_visualization),
1740 (gst_play_connect_visualization), (gst_play_get_framerate):
1741 use a macro to look up elements from hash table
1743 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1745 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1746 (gst_play_get_length_callback), (gst_play_set_location),
1747 (gst_play_seek_to_time), (gst_play_set_data_src),
1748 (gst_play_set_video_sink), (gst_play_set_audio_sink),
1749 (gst_play_set_visualization), (gst_play_connect_visualization),
1750 (gst_play_get_sink_element):
1751 - add debugging info
1752 - fix looking up sink elements by iterating over complete caps
1753 - put everything except for source and autoplugger in a complete bin
1755 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1757 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
1758 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
1759 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
1760 (gst_alsa_sink_write), (gst_alsa_sink_loop):
1761 * ext/alsa/gstalsasink.h:
1762 - add debugging info
1763 - clean up schizophrenia of data/buffer/event
1764 - fix double event unref error
1766 2004-07-08 Wim Taymans <wim@fluendo.com>
1768 * gst/playback/Makefile.am:
1769 Add headers to noinst
1771 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1773 * tools/gst-launch-ext-m.m:
1774 * tools/gst-launch-ext.1.in:
1775 convert to the third millenium
1777 2004-07-07 David Schleef <ds@schleef.org>
1779 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
1781 2004-07-07 Wim Taymans <wim@fluendo.com>
1783 * gst/playback/Makefile.am:
1784 * gst/playback/README:
1785 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1786 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1787 (compare_ranks), (print_feature), (gst_decode_bin_init),
1788 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1789 (try_to_link_1), (new_pad), (close_link), (type_found),
1790 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1792 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1793 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1794 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
1795 (gen_preroll_element), (no_more_pads), (new_stream),
1796 (setup_source), (gst_play_base_bin_set_property),
1797 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
1798 (gst_play_base_bin_add_element),
1799 (gst_play_base_bin_remove_element),
1800 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1801 (gst_play_base_bin_unlink_stream),
1802 (gst_play_base_bin_get_streaminfo):
1803 * gst/playback/gstplaybasebin.h:
1804 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1805 (gst_play_bin_class_init), (gst_play_bin_init),
1806 (gst_play_bin_dispose), (gst_play_bin_set_property),
1807 (gst_play_bin_get_property), (gen_video_element),
1808 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
1809 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
1810 (gst_play_bin_get_formats), (gst_play_bin_convert),
1811 (gst_play_bin_get_query_types), (gst_play_bin_query),
1813 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1814 (gst_stream_info_get_type), (gst_stream_info_class_init),
1815 (gst_stream_info_init), (gst_stream_info_new),
1816 (gst_stream_info_dispose), (gst_stream_info_set_property),
1817 (gst_stream_info_get_property):
1818 * gst/playback/gststreaminfo.h:
1819 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1821 * gst/playback/test2.c: (main):
1822 * gst/playback/test3.c: (update_scale), (main):
1823 More playbin fixes. Added README. Do better element filtering.
1824 Added base class to preroll media. Added test apps.
1826 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1828 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
1829 * ext/mpeg2dec/gstmpeg2dec.h:
1830 various debugging improvements. Reset stream to next picture
1831 instead of sequence header, otherwise seeks cannot work.
1833 2004-07-07 Wim Taymans <wim@fluendo.com>
1835 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
1836 (gst_video_box_class_init), (gst_video_box_set_property),
1837 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
1838 Use pad_alloc where possible.
1840 2004-07-07 Wim Taymans <wim@fluendo.com>
1842 * sys/oss/gstosselement.c: (gst_osselement_reset),
1843 (gst_osselement_parse_caps):
1844 * sys/oss/gstosselement.h:
1845 * sys/oss/gstosssrc.c: (gst_osssrc_get):
1846 Fix offset on osssrc.
1848 2004-07-07 Wim Taymans <wim@fluendo.com>
1850 * ext/theora/theora.c: (plugin_init):
1851 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
1852 (theora_dec_src_query), (theora_dec_chain):
1853 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1854 (theora_enc_sink_link), (theora_buffer_from_packet),
1855 (theora_push_packet), (theora_enc_chain):
1856 Fix theora granulepos calculation.
1857 Fix overflow in duration/position calculation.
1858 Bump rank to PRIMARY for theoradec.
1859 Use granulepos of last packet to calculate position.
1860 Set keyframe flag on buffers when needed.
1862 2004-07-06 David Schleef <ds@schleef.org>
1864 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
1865 serious? (Fixed, obviously.)
1867 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
1871 added Czech translation (Miloslav Trmac)
1873 2004-07-05 Wim Taymans <wim@fluendo.com>
1875 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1876 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1877 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
1878 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1879 (close_link), (type_found), (gst_decode_bin_set_property),
1880 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
1881 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
1882 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
1883 (gst_decode_bin_query), (plugin_init):
1884 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1885 (gst_play_bin_class_init), (gst_play_bin_init),
1886 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
1887 (get_video_element), (new_pad), (setup_source),
1888 (gst_play_bin_set_property), (gst_play_bin_get_property),
1889 (gst_play_bin_change_state), (gst_play_bin_add_element),
1890 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
1891 (gst_play_bin_send_event), (gst_play_bin_get_formats),
1892 (gst_play_bin_convert), (gst_play_bin_get_query_types),
1893 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
1894 * gst/playback/test.c: (main):
1895 More fixes, cleaned up playbin, make it use decodebin. Added
1896 threaded property to playbin.
1898 2004-07-05 Wim Taymans <wim@fluendo.com>
1901 * gst/playback/Makefile.am:
1902 * gst/playback/decodetest.c: (main):
1903 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1904 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1905 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
1906 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1907 (close_link), (type_found), (gst_decode_bin_set_property),
1908 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
1909 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
1910 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
1911 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
1913 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1914 (gst_play_bin_class_init), (gst_play_bin_init),
1915 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
1916 (collect_sink_pads), (find_compatibles), (close_pad_link),
1917 (try_to_link_1), (new_pad), (close_link), (type_found),
1918 (setup_source), (gst_play_bin_set_property),
1919 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
1920 (compare_ranks), (gst_play_bin_collect_factories),
1921 (gst_play_bin_change_state), (gst_play_bin_add_element),
1922 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
1923 (gst_play_bin_send_event), (gst_play_bin_get_formats),
1924 (gst_play_bin_convert), (gst_play_bin_get_query_types),
1925 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
1926 * gst/playback/test.c: (main):
1927 Added some playback helper elements and some test apps, very alpha
1930 2004-07-04 Benjamin Otte <otte@gnome.org>
1932 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
1933 only restart audio when we indeed have an xrun to fix repeated
1934 xruns. Fix suggested by Giuliano Pochini.
1936 2004-07-03 David Schleef <ds@schleef.org>
1938 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
1939 call to gst_debug_log() if debugging is disabled (bug #145118)
1941 2004-07-03 Benjamin Otte <otte@gnome.org>
1943 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
1944 use our own functions for restarting the alsa device.
1945 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1946 I should apply patches myself - use MIN for the third argument, not
1947 the second, this fixes seeking
1949 2004-07-02 David Schleef <ds@schleef.org>
1951 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
1952 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
1955 2004-07-02 David Schleef <ds@schleef.org>
1957 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
1958 output buffers. Fix logic mistake. (bug #144866)
1960 2004-07-02 David Schleef <ds@schleef.org>
1962 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
1965 2004-07-02 David Schleef <ds@schleef.org>
1967 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
1968 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
1970 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
1971 (gst_osselement_rate_probe_check): Add another workaround for
1972 buggy drivers (bug #145336)
1974 2004-07-02 David Schleef <ds@schleef.org>
1976 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
1977 Most systems don't have MSG_NOSIGNAL.
1979 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
1982 * gst-libs/gst/colorbalance/Makefile.am:
1983 * gst-libs/gst/mixer/Makefile.am:
1984 * gst-libs/gst/play/Makefile.am:
1985 * gst-libs/gst/tuner/Makefile.am:
1986 (hopefully) fix both install and dist and make error message useful.
1987 needs testing across automakes.
1989 2004-07-02 Benjamin Otte <otte@gnome.org>
1991 * ext/ogg/gstogg.c: (plugin_init):
1992 we require bytestream now
1993 * ext/ogg/gstoggdemux.c:
1994 huge diff to implement chain setup in a fast and generic way. This
1995 improves tag reading and startup of huge files (read: Theora videos)
1996 quite a bit. It probably contains bugs, too, so please test.
1997 Seeking is not improved to the fast method.
1999 2004-06-29 Wim Taymans <wim@fluendo.com>
2001 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
2002 * ext/ogg/gstoggmux.c:
2003 Fix memleak in oggdemux when running unconnected pads.
2004 doc update in mux, start working on keyframe mode.
2006 2004-06-29 Benjamin Otte <otte@gnome.org>
2008 * sys/oss/gstosssink.c:
2009 * sys/oss/gstosssrc.c:
2010 advertise correct template caps - we indeed do non-native endianness
2011 and 8bit audio has no endianness
2012 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
2013 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
2014 avoid (wrong) duplications in getcaps function and return
2017 2004-06-29 Wim Taymans <wim@fluendo.com>
2019 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2020 (gst_multifdsink_class_init), (gst_multifdsink_add),
2021 (gst_multifdsink_remove), (gst_multifdsink_clear),
2022 (gst_multifdsink_client_remove),
2023 (gst_multifdsink_handle_client_read),
2024 (gst_multifdsink_client_queue_data),
2025 (gst_multifdsink_client_queue_caps),
2026 (gst_multifdsink_client_queue_buffer),
2027 (gst_multifdsink_handle_client_write),
2028 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2029 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
2030 (gst_multifdsink_init_send), (gst_multifdsink_close):
2031 Fix wrong GList iteration that could crash the server when
2032 more then 2 clients disconnect at the same time. Read all the
2033 pending commands in one batch to recover from command storms under
2036 2004-06-28 Wim Taymans <wim@fluendo.com>
2038 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
2039 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
2040 (gst_videomixer_pad_set_property),
2041 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
2042 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
2043 (gst_videomixer_class_init), (gst_videomixer_init),
2044 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
2045 (pad_zorder_compare), (gst_videomixer_sort_pads),
2046 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
2047 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
2048 (gst_videomixer_update_queues), (gst_videomixer_loop),
2050 Avoid divide by zero, choose masterpad as the pad with the highest
2053 2004-06-27 Julien Moutte <julien@moutte.net>
2055 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
2056 (gst_ximagesink_xwindow_new):
2057 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
2058 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
2059 function directly. We might want to call it from somewhere else one day.
2061 2004-06-27 Julien Moutte <julien@moutte.net>
2063 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
2064 (gst_ximagesink_xwindow_new):
2065 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
2066 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
2069 2004-06-27 Wim Taymans <wim@fluendo.com>
2071 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
2072 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
2073 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
2074 (gst_dvdec_set_property), (gst_dvdec_get_property):
2075 * ext/dv/gstdvdec.h:
2076 Implement drop_factor property to lower the framerate with
2079 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
2081 * gst-libs/gst/colorbalance/Makefile.am:
2082 * gst-libs/gst/mixer/Makefile.am:
2083 * gst-libs/gst/play/Makefile.am:
2084 * gst-libs/gst/tuner/Makefile.am:
2085 unbreak Company's fix that didn't install the -enum.h files
2087 2004-06-27 Wim Taymans <wim@fluendo.com>
2089 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
2090 (gst_dvdec_change_state):
2091 * ext/dv/gstdvdec.h:
2092 Fix timestamp, duration and offset of the buffers.
2094 2004-06-27 Wim Taymans <wim@fluendo.com>
2096 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2097 (gst_multifdsink_class_init), (gst_multifdsink_add),
2098 (gst_multifdsink_remove), (gst_multifdsink_clear),
2099 (gst_multifdsink_client_remove),
2100 (gst_multifdsink_handle_client_read),
2101 (gst_multifdsink_client_queue_data),
2102 (gst_multifdsink_client_queue_caps),
2103 (gst_multifdsink_client_queue_buffer),
2104 (gst_multifdsink_handle_client_write),
2105 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2106 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
2107 (gst_multifdsink_init_send), (gst_multifdsink_close):
2108 * gst/tcp/gstmultifdsink.h:
2109 * gst/tcp/gsttcpserversink.c:
2110 (gst_tcpserversink_handle_server_read),
2111 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
2112 More multifdsink fixes, more recovery policy fixes.
2113 Removed stupid g_print
2115 2004-06-26 Wim Taymans <wim@fluendo.com>
2117 * gst/tcp/Makefile.am:
2118 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2119 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
2120 (gst_multifdsink_class_init), (gst_multifdsink_init),
2121 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
2122 (gst_multifdsink_handle_client_read),
2123 (gst_multifdsink_client_queue_data),
2124 (gst_multifdsink_client_queue_caps),
2125 (gst_multifdsink_client_queue_buffer),
2126 (gst_multifdsink_handle_client_write),
2127 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2128 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
2129 (gst_multifdsink_chain), (gst_multifdsink_set_property),
2130 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
2131 (gst_multifdsink_close), (gst_multifdsink_change_state):
2132 * gst/tcp/gstmultifdsink.h:
2133 * gst/tcp/gsttcpplugin.c: (plugin_init):
2134 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
2135 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
2136 (gst_tcpserversink_handle_server_read),
2137 (gst_tcpserversink_handle_select),
2138 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
2139 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
2140 * gst/tcp/gsttcpserversink.h:
2141 Added multifdsink, made tcpserversink a subclass of fdsink, removed
2142 one of the locks, added recovery policy to multifdsink.
2144 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
2146 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2147 fix decision for when getting frames with same timestamp
2148 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2149 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2150 (gst_v4lsrc_get_property):
2151 * sys/v4l/gstv4lsrc.h:
2152 add latency offset property
2154 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
2156 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
2158 fix debugging. add category.
2160 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
2162 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
2165 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
2167 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
2168 (gst_alsa_src_get_time), (gst_alsa_src_loop),
2169 (gst_alsa_src_change_state):
2170 return a time that is in sync with the element's processing
2172 2004-06-25 Wim Taymans <wim@fluendo.com>
2174 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2175 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2176 (gst_tcpserversink_client_remove),
2177 (gst_tcpserversink_handle_client_read),
2178 (gst_tcpserversink_client_queue_data),
2179 (gst_tcpserversink_client_queue_caps),
2180 (gst_tcpserversink_client_queue_buffer),
2181 (gst_tcpserversink_handle_client_write),
2182 (gst_tcpserversink_queue_buffer),
2183 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
2184 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
2185 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
2186 (gst_tcpserversink_close):
2187 * gst/tcp/gsttcpserversink.h:
2188 Serversink rewrite. Really do non blocking writes to clients and
2189 maintain an internal queue to handle slower clients while not
2190 disturbing fast clients.
2192 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
2194 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2195 better debug, don't override OFFSET and OFFSET_END
2197 2004-06-25 Iain <iain@prettypeople.org>
2199 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
2200 name=source for the wavparse pipeline.
2202 2004-06-24 Johan Dahlin <johan@gnome.org>
2204 * ext/theora/theoraenc.c (theora_enc_chain): Call
2205 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
2206 streamheader caps are set correctly.
2208 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
2210 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
2211 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
2212 respect minimum bitrate; same could be done for max bitrate
2214 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
2216 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
2217 (gst_vorbisenc_setup):
2218 fix sample rate range
2220 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
2222 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
2223 (gst_oggvorbisenc_setup):
2224 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
2225 (gst_vorbisenc_setup):
2226 resolve ambiguities in code and description
2228 2004-06-24 Wim Taymans <wim@fluendo.com>
2230 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
2231 * ext/alsa/gstalsa.h:
2232 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
2233 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
2234 Use alsa trigger_tstamp to get the timestamp of the first
2235 sample in the buffer for more precise sync. Some cleanups.
2237 2004-06-24 Wim Taymans <wim@fluendo.com>
2239 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
2240 (gst_audiorate_init), (gst_audiorate_chain),
2241 (gst_audiorate_set_property), (gst_audiorate_get_property):
2242 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2243 (gst_videorate_chain):
2244 Added some logging, fixed an overflow bug in videorate.
2246 2004-06-24 Benjamin Otte <otte@gnome.org>
2248 * ext/kio/Makefile.am:
2249 fix for builddir != srcdir and distcheck
2251 2004-06-24 Benjamin Otte <otte@gnome.org>
2253 * gst-libs/gst/colorbalance/Makefile.am:
2254 * gst-libs/gst/mixer/Makefile.am:
2255 * gst-libs/gst/play/Makefile.am:
2256 * gst-libs/gst/tuner/Makefile.am:
2257 * gst/tcp/Makefile.am:
2258 * sys/dxr3/Makefile.am:
2259 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
2261 Also add all *.list files that were missing.
2263 add a distcheck hook to ensure the above doesn't happen again.
2265 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
2267 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
2269 2004-06-23 Colin Walters <walters@redhat.com>
2271 * m4/Makefile.am: Distribute gst-fionread.m4.
2273 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
2275 * configure.ac: back to dev
2277 2004-06-23 Wim Taymans <wim@fluendo.com>
2279 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
2280 (gst_alsa_xrun_recovery):
2281 * ext/alsa/gstalsa.h:
2282 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
2283 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
2284 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
2285 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
2286 (gst_alsa_src_loop):
2287 Add clock to alsasrc. Take new capture timestamp when
2288 restarting after an overrun. Split up some functions between
2289 alsasrc and alsasink.
2291 === release 0.8.2 ===
2293 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
2295 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
2296 (gst_alsa_change_state), (gst_alsa_update_avail),
2297 (gst_alsa_xrun_recovery):
2298 * ext/alsa/gstalsa.h:
2299 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2300 merge back changes from release
2302 2004-06-23 Wim Taymans <wim@fluendo.com>
2304 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
2305 (gst_audiorate_init), (gst_audiorate_chain),
2306 (gst_audiorate_set_property), (gst_audiorate_get_property):
2307 Implement sample dropping and notify
2309 2004-06-22 Wim Taymans <wim@fluendo.com>
2311 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2312 (theora_enc_sink_link), (theora_buffer_from_packet),
2313 (theora_push_packet), (theora_enc_chain):
2314 Some cleanups, make sure the timestamps are correct.
2316 2004-06-22 Wim Taymans <wim@fluendo.com>
2318 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
2319 (gst_alsa_change_state), (gst_alsa_update_avail),
2320 (gst_alsa_xrun_recovery):
2321 * ext/alsa/gstalsa.h:
2322 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2323 Cleanups, take queued samples into account when reporting
2326 2004-06-22 Wim Taymans <wim@fluendo.com>
2328 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2329 (gst_videorate_init):
2330 Initialize the property as well.
2332 2004-06-22 Wim Taymans <wim@fluendo.com>
2334 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2335 (gst_videorate_init), (gst_videorate_chain),
2336 (gst_videorate_set_property), (gst_videorate_get_property):
2337 Add property to make videorate silent.
2338 Add property to prefer new frames over old ones.
2340 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
2342 * sys/osxvideo/Makefile.am:
2343 Workaround so that the osxvideo .so file gets linked with the
2344 Cocoa, OpenGL and QuickTime frameworks
2346 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
2348 * sys/osxaudio/Makefile.am:
2349 Workaround so that the osxaudio .so file gets linked with the
2352 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
2355 Whoops, my fault...fixed build issues
2357 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
2360 Add objective-c support if running in Darwin/Mac OS X
2363 * sys/osxvideo/Makefile.am:
2364 * sys/osxvideo/osxvideosink.h:
2365 * sys/osxvideo/osxvideosink.m:
2366 * sys/osxvideo/cocoawindow.h:
2367 * sys/osxvideo/cocoawindow.m:
2368 Add osxvideosink, a cocoa-based osx video sink
2371 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
2372 * ext/dvdnav/gst-dvd:
2373 Grab the gconf key from the right spot
2374 * gst/debug/gstnavseek.c: (gst_navseek_init),
2375 (gst_navseek_segseek), (gst_navseek_handle_src_event),
2376 (gst_navseek_chain):
2377 * gst/debug/gstnavseek.h:
2378 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
2379 and loop parameters of a segment seek.
2380 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
2381 (gst_videotestsrc_get_event_masks),
2382 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
2383 * gst/videotestsrc/gstvideotestsrc.h:
2384 Add seeking support to videotestsrc
2385 Initialise the timestamp_offset variable.
2387 2004-06-18 Wim Taymans <wim@fluendo.com>
2389 * ext/sidplay/gstsiddec.cc:
2390 Fix negotiation and set correct end offset.
2392 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
2394 * configure.ac: branch and prerelease
2396 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
2398 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
2399 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
2400 (gst_tcpclientsrc_init_receive):
2401 * gst/tcp/gsttcpclientsrc.h:
2402 read caps when connecting to server for GDP so we set them correctly
2404 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
2406 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2407 notify drops and duplicates
2408 * gst/videoscale/videoscale.c: (videoscale_get_structure):
2409 no good reason to limit ourselves to 100x100
2411 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
2413 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2414 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
2415 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2416 (gst_v4lsrc_get_property):
2417 * sys/v4l/gstv4lsrc.h:
2418 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2419 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
2420 (gst_v4l_set_audio):
2421 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
2422 (gst_v4lsrc_try_capture):
2423 * sys/v4l/v4lsrc_calls.h:
2424 change try_palette to more general try_capture
2425 add autoprobe option so we can turn off autoprobing
2428 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
2432 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
2433 (gst_ximagesink_class_init):
2434 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
2435 (gst_xvimagesink_class_init):
2436 run them as finalize, not dispose, since dispose can be invoked
2439 2004-06-17 Wim Taymans <wim@fluendo.com>
2441 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
2442 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
2443 * ext/alsa/gstalsa.h:
2444 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
2445 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
2446 (gst_alsa_src_change_state):
2447 * ext/alsa/gstalsasrc.h:
2448 Make the xrun code timestamp and offset the buffers correctly.
2449 moved the clock to the base class, use alsa methods to get time.
2450 Do correct timestamping on outgoing buffers.
2452 2004-06-17 Wim Taymans <wim@fluendo.com>
2454 * gst/audiorate/Makefile.am:
2455 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
2456 (gst_audiorate_base_init), (gst_audiorate_class_init),
2457 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
2458 (gst_audiorate_set_property), (gst_audiorate_get_property),
2459 (gst_audiorate_change_state), (plugin_init):
2460 Added an audiorate converter that fills in gaps.
2462 2004-06-17 Johan Dahlin <johan@gnome.org>
2464 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
2466 2004-06-16 Wim Taymans <wim@fluendo.com>
2468 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
2469 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
2470 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
2471 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2472 (gst_v4lsrc_get_property):
2473 * sys/v4l/gstv4lsrc.h:
2474 Added a copy mode to v4lsrc where it will output a copied version
2475 of its internal hardware buffer.
2476 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
2479 2004-06-16 Wim Taymans <wim@fluendo.com>
2481 * sys/oss/gstosssrc.c: (gst_osssrc_get):
2484 2004-06-16 Wim Taymans <wim@fluendo.com>
2486 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
2487 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
2488 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2489 (gst_v4lsrc_get_property):
2490 * sys/v4l/gstv4lsrc.h:
2491 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2492 Added a sync mode enum property to control v4lsrc timestamp method
2493 Removed the use-fixed-fps property and moved functionality in
2495 Don't error on an error value from v4l-conf, it might not always
2498 2004-06-16 Wim Taymans <wim@fluendo.com>
2500 * gst/videorate/Makefile.am:
2501 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
2502 (gst_videorate_base_init), (gst_videorate_class_init),
2503 (gst_videorate_getcaps), (gst_videorate_link),
2504 (gst_videorate_init), (gst_videorate_chain),
2505 (gst_videorate_set_property), (gst_videorate_get_property),
2506 (gst_videorate_change_state), (plugin_init):
2507 Added a video timestamp corrector.
2509 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
2511 fixed a potential leak with previous commit
2513 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
2515 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
2517 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
2518 Added missing refcount, fixes bug #144425
2519 Cheers Tim for finding the bug
2521 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
2523 * sys/v4l/gstv4l.c: (plugin_init):
2524 * sys/v4l/gstv4lcolorbalance.c:
2525 * sys/v4l/gstv4lcolorbalance.h:
2526 * sys/v4l/gstv4lelement.c:
2527 * sys/v4l/gstv4lelement.h:
2528 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
2529 * sys/v4l/gstv4lmjpegsink.h:
2530 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
2531 * sys/v4l/gstv4lmjpegsrc.h:
2532 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
2533 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
2534 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
2535 * sys/v4l/gstv4lsrc.h:
2536 * sys/v4l/gstv4ltuner.c:
2537 * sys/v4l/gstv4ltuner.h:
2538 * sys/v4l/gstv4lxoverlay.c:
2539 * sys/v4l/gstv4lxoverlay.h:
2540 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
2541 (gst_v4l_set_window), (gst_v4l_enable_overlay):
2542 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2543 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
2544 (gst_v4l_set_audio):
2545 * sys/v4l/v4l_calls.h:
2546 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
2547 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
2548 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
2549 (gst_v4lmjpegsink_playback_init),
2550 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
2551 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
2552 (gst_v4lmjpegsink_playback_stop),
2553 (gst_v4lmjpegsink_playback_deinit):
2554 * sys/v4l/v4lmjpegsink_calls.h:
2555 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
2556 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
2557 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
2558 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
2559 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
2560 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
2561 * sys/v4l/v4lmjpegsrc_calls.h:
2562 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
2563 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
2564 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
2565 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
2566 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
2567 (gst_v4lsrc_try_palette):
2568 * sys/v4l/v4lsrc_calls.h:
2569 bunch of paranoia cleanups
2571 2004-06-14 David Schleef <ds@schleef.org>
2573 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
2574 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
2575 Send discont events and change timestamps appropriately when
2576 we get a seek event. (bug #144240)
2577 * ext/cdparanoia/gstcdparanoia.h:
2579 2004-06-14 Benjamin Otte <otte@gnome.org>
2581 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
2582 snd_pcm_hw_params_set_rate since the latter fails for no good
2583 reason on some setups.
2585 2004-06-14 David Schleef <ds@schleef.org>
2587 * gst/volume/demo.c: (value_changed_callback): exp10() is not
2588 standard. Thank you for playing.
2590 2004-06-14 Wim Taymans <wim@fluendo.com>
2592 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2593 Patch 1.3 broke the ordering of the colorspace info and
2594 made the plugin basically work by coincidence, reordered
2597 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
2599 * ext/lame/gstlame.c:
2601 sync caps. Make sure mad can only output a list of rates, not
2602 a full range. In the future, have three caps lists for each of the
2603 mpeg versions. Change mpegversion to a double as well.
2605 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
2607 * gst/volume/.cvsignore:
2608 * gst/volume/Makefile.am:
2609 * gst/volume/demo.c: (value_changed_callback), (idler),
2610 (setup_gui), (main):
2611 added small demo app
2613 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
2614 * ext/esd/esdsink.c: (gst_esdsink_change_state):
2615 * ext/esd/esdsink.h:
2616 Close the esd connection on pause, because esd will just wait -
2617 blocking all other esd clients indefinitely.
2619 2004-06-12 Christophe Fergeau <teuf@gnome.org>
2621 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
2622 previous commit with GST_DEBUG
2624 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
2627 add a header check for a dvdread header in dvdnav. Fixes #133002
2629 2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
2631 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
2632 * gst/tcp/gsttcpclientsink.h:
2633 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
2634 * gst/tcp/gsttcpclientsrc.h:
2635 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
2636 (gst_tcpserversink_handle_server_read),
2637 (gst_tcpserversink_init_send):
2638 * gst/tcp/gsttcpserversink.h:
2639 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
2640 * gst/tcp/gsttcpserversrc.h:
2641 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
2644 2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
2647 Added ogg library so that OSX detects libtheora properly
2649 2004-06-11 Wim Taymans <wim@fluendo.com>
2651 * ext/theora/theoradec.c: (theora_dec_chain),
2652 (theora_dec_change_state):
2653 Don't try to decode frames before we received a keyframe.
2655 2004-06-11 Wim Taymans <wim@fluendo.com>
2657 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2658 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
2659 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2660 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
2661 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
2662 Added property to set the maximum delay of a page.
2664 2004-06-10 Wim Taymans <wim@fluendo.com>
2666 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2667 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
2668 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2669 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
2670 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
2671 Added max-delay property to control the maximum amount
2672 of data to put in one page.
2674 2004-06-10 Wim Taymans <wim@fluendo.com>
2676 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2677 (gst_theora_enc_init), (theora_enc_sink_link),
2678 (theora_buffer_from_packet), (theora_enc_set_property),
2679 (theora_enc_get_property):
2680 Set duration on encoded buffer, added some more properties
2682 2004-06-10 Wim Taymans <wim@fluendo.com>
2684 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2685 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2686 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2687 * ext/theora/theoraenc.c: (theora_enc_chain):
2688 Fix refcounting bugs
2690 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
2692 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
2693 (gst_asf_demux_loop), (gst_asf_demux_process_file),
2694 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
2695 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
2696 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
2697 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
2698 (gst_asf_demux_change_state):
2699 * gst/asfdemux/gstasfdemux.h:
2700 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
2701 feels like. I think we should set a new requirement for demuxers
2702 from now on to implement sane loop functions, data loops, query
2703 and seek functions before first commit into CVS. And this commit
2704 fixes all of the above.
2706 2004-06-10 Christophe Fergeau <teuf@gnome.org>
2708 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
2709 vorbis comments are properly encoded in UTF-8 before adding them
2712 2004-06-09 Benjamin Otte <otte@gnome.org>
2714 * ext/alsa/gstalsa.c: (add_channels):
2715 handle min <= max correctly
2716 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
2717 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
2718 add fixation functions so we fixate correctly. No preferring of alaw
2719 anymore because it's the first structure.
2720 * ext/alsa/gstalsa.h:
2721 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
2722 (gst_alsa_hw_params_dump):
2723 add functions to ease debugging in alsalib
2724 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
2725 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
2726 (gst_alsa_start_audio):
2727 only specify hw params if we really setup a format (fixes #134007 -
2728 or at least works around it)
2730 2004-06-09 Wim Taymans <wim@fluendo.com>
2732 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2733 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
2734 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
2735 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
2737 Use stream caps to setup the initial pages in the ogg stream.
2738 Correctly set the streamheader caps on the srcpad.
2740 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
2742 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
2743 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
2744 (gst_v4lsrc_getcaps):
2745 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2746 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
2747 add querying of fps lists for webcams. Negotiating to a framerate
2750 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2752 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2753 (theora_push_buffer), (theora_push_packet),
2754 (theora_set_header_on_caps), (theora_enc_chain):
2755 mark buffers and put on streamheader, raw theora streaming
2758 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2760 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
2761 (gst_tcp_gdp_read_caps):
2762 do a looping read for caps and GDP headers too
2764 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2766 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2767 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
2768 return EOS instead of NULL in _get
2770 2004-06-08 Wim Taymans <wim@fluendo.com>
2772 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
2773 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
2774 (gst_tcp_gdp_write_caps):
2775 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2776 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
2777 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
2780 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2782 * ext/vorbis/Makefile.am:
2783 * ext/vorbis/vorbis.c: (plugin_init):
2784 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
2785 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
2786 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
2787 (vorbis_parse_change_state):
2788 * ext/vorbis/vorbisparse.h:
2789 adding a vorbisparse element that marks the buffers, streaming
2790 raw vorbis using GDP now works, whee
2792 2004-06-08 Wim Taymans <wim@fluendo.com>
2794 * ext/jpeg/Makefile.am:
2796 * ext/jpeg/gstjpeg.c: (plugin_init):
2797 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
2798 (gst_smokedec_base_init), (gst_smokedec_class_init),
2799 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
2800 * ext/jpeg/gstsmokedec.h:
2801 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
2802 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
2803 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
2804 (gst_smokeenc_resync), (gst_smokeenc_chain),
2805 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
2806 * ext/jpeg/gstsmokeenc.h:
2807 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
2808 (smokecodec_flush_destination), (smokecodec_term_destination),
2809 (smokecodec_init_source), (smokecodec_fill_input_buffer),
2810 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
2811 (smokecodec_term_source), (smokecodec_encode_new),
2812 (smokecodec_decode_new), (smokecodec_info_free),
2813 (smokecodec_set_quality), (smokecodec_get_quality),
2814 (smokecodec_set_threshold), (smokecodec_get_threshold),
2815 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
2816 (find_best_size), (abs_diff), (put), (smokecodec_encode),
2817 (smokecodec_parse_header), (smokecodec_decode):
2818 * ext/jpeg/smokecodec.h:
2819 Added a new simple jpeg based codec
2821 2004-06-08 Wim Taymans <wim@fluendo.com>
2823 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2824 (gst_multipart_mux_loop):
2827 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2829 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2830 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
2831 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
2832 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
2833 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
2834 * gst/tcp/gsttcpserversink.h:
2835 take streamheader into account
2837 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2839 * gst/level/Makefile.am:
2840 * gst/level/gstlevel.c: (gst_level_class_init):
2841 clean up marshal generation
2843 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2845 * gst/tcp/Makefile.am:
2846 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
2847 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
2848 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
2849 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2850 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
2851 (gst_tcpclientsrc_get_property):
2852 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2853 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2854 (gst_tcpserversink_handle_client_read),
2855 (gst_tcpserversink_handle_client_write),
2856 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
2857 * gst/tcp/gsttcpserversink.h:
2858 add signals client-added and client-removed
2859 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2860 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
2861 (gst_tcpserversrc_get_property):
2862 uniformized, change default protocol to NONE
2863 * gst/tcp/gsttcp-marshal.list: added
2864 2004-06-07 Benjamin Otte <otte@gnome.org>
2866 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2867 handle discont events if they happen before caps nego
2869 2004-06-07 Wim Taymans <wim@fluendo.com>
2871 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
2872 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
2873 (gst_multipart_demux_plugin_init):
2874 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2875 (gst_multipart_mux_init), (gst_multipart_mux_loop),
2876 (gst_multipart_mux_change_state):
2877 Small updates, fix a memleak
2879 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2881 * configure.ac: OSS portability
2882 * ext/arts/gst_arts.c: idem
2883 * sys/oss/gstosselement.c: idem
2884 * sys/oss/gstossmixer.c: idem
2885 * sys/oss/gstosssink.c: idem
2886 * sys/oss/gstosssrc.c: idem
2887 * sys/oss/oss_probe.c: idem
2888 - check for soundcard.h in different places for some BSD
2890 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
2893 Add me to the authors file
2895 Increase the libdv requirement to >= version 0.100
2896 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
2897 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
2898 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
2899 * ext/dv/gstdvdec.h:
2900 Add support for the new_media flag when sending DISCONT events
2901 Make the querying work when video pad is not linked
2903 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
2905 reviewed by Benjamin Otte <otte@gnome.org>
2907 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
2908 create a NULL-initialized array of pads, so we don't think they
2909 exist already. (fixes #143130)
2911 2004-06-07 Benjamin Otte <otte@gnome.org>
2913 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
2914 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
2915 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
2916 don't use // coments
2918 2004-06-07 Benjamin Otte <otte@gnome.org>
2920 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
2921 cast to GstClockTime to get higher granularity
2922 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2923 use gst_element_set_time_delay to get the exact time
2924 * ext/mad/gstmad.c: (gst_mad_chain):
2925 use the negotiated rate instead of the current frame's rate which
2926 might be wrong because of bit errors. This avoids emitting totally
2927 bogus timestamps and screwing sync.
2930 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
2932 reviewed by Benjamin Otte <otte@gnome.org>
2934 * gst/adder/gstadder.c: (gst_adder_loop):
2935 properly error out when no negotiation has happened yet. (fixes
2938 2004-06-06 Benjamin Otte <otte@gnome.org>
2940 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
2941 forward correctly transformed offset in discont events. Based on
2942 patch by Arwed v. Merkatz. (fixes #142851)
2944 2004-06-06 David Schleef <ds@schleef.org>
2946 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
2947 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
2948 problems on several systems.
2950 2004-06-06 Benjamin Otte <otte@gnome.org>
2952 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2953 use explicit caps on the srcpad
2954 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2955 properly error out if caps couldn't be set (fixes #142764)
2957 2004-06-06 Benjamin Otte <otte@gnome.org>
2959 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
2960 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
2961 (gst_alsa_start_audio):
2962 - don't call set_periods_integer anymore, it breaks the
2963 configuration randomly
2964 - call snd_pcm_hw_params_set_access directly instead of using masks
2965 - don't fail if the sw_params can't be set, just use the default
2966 params and hope it works. Alsalib has weird issues when you touch
2967 sw_params and does no proper error reporting about what failed.
2968 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
2969 (gst_alsa_close_audio):
2970 make our alsa debugging go via gst debugging and not conditionally
2972 * ext/alsa/gstalsa.h:
2973 add ALSA_DEBUG_FLUSH macro
2974 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
2976 wrap alsa errors to be printed via the gst debugging system and not
2979 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
2981 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
2982 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
2983 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
2984 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
2985 (qtdemux_parse_trak):
2986 * gst/qtdemux/qtdemux.h:
2987 Bitch. Also known as seeking, querying & co.
2988 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
2989 (gst_osssink_change_state):
2990 * sys/oss/gstosssink.h:
2991 Resyncing is for weenies, this hack is no longer needed and was
2992 broken anyway (since it - unintendedly - always leaves resync to
2995 2004-06-05 Andrew Turner <zxombie@hotpop.com>
2997 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
2998 * gst/tcp/gsttcpclientsrc.h: idem
2999 - define MSG_NOSIGNAL if not done
3000 - include unistd.h for off_t
3003 2004-06-05 Benjamin Otte <otte@gnome.org>
3006 * ext/kio/Makefile.am:
3007 check for qt's moc preprocessor explicitly and use it
3009 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
3011 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3012 don't get a signal for EPIPE on socket writes
3013 (somebody check if this works on other platforms)
3015 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
3017 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
3018 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
3019 check error condition on available samples correctly
3021 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
3023 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
3025 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
3026 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
3027 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
3028 (gst_tcpserversrc_gdp_read_header):
3029 use ssize_t over size_t since the former is signed and thus the
3030 check for error codes can work
3032 2004-06-02 Wim Taymans <wim@fluendo.com>
3036 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3037 (gst_multipart_mux_loop):
3040 2004-06-02 Wim Taymans <wim@fluendo.com>
3042 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3043 (gst_multipart_mux_init), (gst_multipart_mux_loop),
3044 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
3045 (gst_multipart_mux_change_state):
3046 Added configurable boundary specifier, added the value as a
3049 2004-06-02 Zaheer Abbas Merali <zaheerabbas@merali.org>
3052 * gst/tcp/gsttcpclientsrc.c:
3053 * gst/tcp/gsttcpclientsrc.h:
3054 * gst/tcp/gsttcpserversrc.c:
3055 - portability fix, to compile on OSX
3058 * sys/osxaudio/gstosxaudioelement.c:
3059 * sys/osxaudio/gstosxaudiosink.c:
3060 * sys/osxaudio/gstosxaudiosrc.c:
3061 - compilation warnings on OSX
3064 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3066 * ext/vorbis/vorbisdec.c : sign warning fixes
3068 * gst-libs/gst/mixer/mixertrack.c :
3069 do no use defines which are glib 2.4 specific
3071 2004-06-01 Christophe Fergeau <teuf@gnome.org>
3073 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
3074 buffer since libflac doesn't expect it (reports a sync error when
3078 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
3080 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
3081 * gst-libs/gst/mixer/mixertrack.c:
3082 (gst_mixer_track_get_property), (get_mixer_track_init),
3083 (get_mixer_track_get_property): Added property accessors
3084 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
3085 * gst-libs/gst/mixer/mixeroptions.c:
3086 (gst_mixer_options_get_values): Added
3087 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
3088 * gst-libs/gst/mixer/mixer.c: Fixed comment
3091 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
3093 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
3094 improve error messages on open
3097 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
3099 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
3100 check if v4l-conf is in path
3102 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
3104 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
3105 change assert to a more readable error message
3107 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3109 * gst-libs/gst/tuner/tunerchannel.h:
3110 - add a freq_multiplicator field to make the conversion
3111 between internal frequency unit and Hz
3112 * sys/v4l/gstv4lelement.c:
3113 * sys/v4l2/gstv4l2element.c:
3114 - change default video device to /dev/video0
3115 * sys/v4l/v4l_calls.c:
3116 * sys/v4l2/v4l2_calls.c:
3117 - we only expose frequency to the user in Hz instead of
3118 bastard v4lX unit (either 62.5kHz or 62.5Hz)
3120 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
3121 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3122 Initialise b_o_s and e_o_s variables
3123 * gst-libs/gst/riff/riff-media.c:
3124 (gst_riff_create_video_caps_with_data):
3125 Add some unusual fourcc's from mplayer avi's
3126 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
3127 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
3130 2004-05-28 Wim Taymans <wim@fluendo.com>
3133 * gst/alpha/Makefile.am:
3134 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
3135 (gst_alpha_get_type), (gst_alpha_base_init),
3136 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
3137 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
3138 (gst_alpha_chroma_key), (gst_alpha_chain),
3139 (gst_alpha_change_state), (plugin_init):
3140 A plugin to add an alpha channel to I420 video. Can optionally do
3142 * gst/multipart/Makefile.am:
3143 * gst/multipart/multipart.c: (plugin_init):
3144 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
3145 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
3146 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
3147 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
3148 (gst_multipart_demux_change_state),
3149 (gst_multipart_demux_plugin_init):
3150 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
3151 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
3152 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
3153 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
3154 (gst_multipart_mux_pad_unlink),
3155 (gst_multipart_mux_request_new_pad),
3156 (gst_multipart_mux_handle_src_event),
3157 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
3158 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
3159 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
3160 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
3161 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
3162 send multipart jpeg images to a browser.
3163 * gst/videobox/Makefile.am:
3164 * gst/videobox/README:
3165 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
3166 (gst_video_box_get_type), (gst_video_box_base_init),
3167 (gst_video_box_class_init), (gst_video_box_init),
3168 (gst_video_box_set_property), (gst_video_box_get_property),
3169 (gst_video_box_sink_link), (gst_video_box_i420),
3170 (gst_video_box_ayuv), (gst_video_box_chain),
3171 (gst_video_box_change_state), (plugin_init):
3172 Crops or adds borders around an image. can do alpha channel
3174 * gst/videomixer/Makefile.am:
3175 * gst/videomixer/README:
3176 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
3177 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
3178 (gst_videomixer_pad_get_sink_event_masks),
3179 (gst_videomixer_pad_get_property),
3180 (gst_videomixer_pad_set_property),
3181 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
3182 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
3183 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
3184 (gst_videomixer_base_init), (gst_videomixer_class_init),
3185 (gst_videomixer_init), (gst_videomixer_request_new_pad),
3186 (gst_videomixer_handle_src_event),
3187 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
3188 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
3189 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
3190 (gst_videomixer_loop), (gst_videomixer_get_property),
3191 (gst_videomixer_set_property), (gst_videomixer_change_state),
3193 Generic video mixer plugin, can handle multiple inputs all with
3194 different framerates and video sizes. Is fully alpha channel
3197 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
3199 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3200 Select first track as master track. Not sure how else to handle
3202 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
3203 Discard discont events. Should fix #142962.
3205 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
3207 * ext/alsa/Makefile.am:
3208 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
3209 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
3210 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3211 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
3212 (gst_alsa_mixer_get_option):
3213 * ext/alsa/gstalsamixer.h:
3214 * ext/alsa/gstalsamixeroptions.c:
3215 (gst_alsa_mixer_options_get_type),
3216 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
3217 (gst_alsa_mixer_options_new):
3218 * ext/alsa/gstalsamixeroptions.h:
3219 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3220 * ext/alsa/gstalsamixertrack.h:
3221 Add enumerations (as GstMixerOptions). Make correct distinction
3222 between input/output tracks. Add capture/playback private flag.
3223 Use flag to decide on whether to set capture or playback volumes
3224 or switches. Use playback and record switches.
3225 * gst-libs/gst/mixer/Makefile.am:
3226 * gst-libs/gst/mixer/mixer-marshal.list:
3227 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
3228 (gst_mixer_set_option), (gst_mixer_get_option),
3229 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
3230 (gst_mixer_volume_changed), (gst_mixer_option_changed):
3231 * gst-libs/gst/mixer/mixer.h:
3232 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
3233 (gst_mixer_options_class_init), (gst_mixer_options_init),
3234 (gst_mixer_options_dispose):
3235 * gst-libs/gst/mixer/mixeroptions.h:
3236 Add GstMixerOptions.
3237 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
3238 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
3239 broken device detection on computers with multiple OSS sound
3242 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
3244 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
3245 fixate nicely even when the peer is not negotiating
3247 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
3249 * gst/audioconvert/gstaudioconvert.c:
3250 (gst_audio_convert_parse_caps):
3251 make sure we don't allow depth > width
3252 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
3253 fixate endianness to G_BYTE_ORDER as default
3254 * gst/audioscale/gstaudioscale.c:
3255 we don't handle another endianness as host-endianness
3257 2004-05-25 David Schleef <ds@schleef.org>
3259 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
3261 2004-05-24 Benjamin Otte <otte@gnome.org>
3263 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
3264 (gst_oggvorbisenc_setup):
3265 properly fail when we can't setup the vorbis encoder due to
3266 unsupported settings
3267 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
3268 (gst_vorbisenc_setup):
3270 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3271 fix case where warnings occured when one pad was unlinked while the
3272 other's link function was called
3274 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
3276 * gst/tcp/Makefile.am:
3279 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
3281 * gst-libs/gst/resample/private.h:
3282 don't use optimizations that are #if 0'ed
3284 2004-05-24 Wim Taymans <wim@fluendo.com>
3286 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
3287 Fix potential division by zero error and hopefully get
3288 the position query right to get correct timestamps on avi
3291 2004-05-24 Wim Taymans <wim@fluendo.com>
3293 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
3294 (gst_videoscale_scale_nearest_str2),
3295 (gst_videoscale_scale_nearest_str4),
3296 (gst_videoscale_scale_nearest_32bit),
3297 (gst_videoscale_scale_nearest_24bit),
3298 (gst_videoscale_scale_nearest_16bit):
3299 Fix the scaling algorithm and avoid a buffer overflow.
3300 removed the while loop in the scaling function as it
3301 was used for point sampling only.
3303 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
3305 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
3306 (gst_id3_tag_class_init), (gst_id3_tag_init),
3307 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
3308 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
3309 (gst_id3_tag_send_tag_event):
3310 lots of fixes to make id3mux work and id3demux work correctly
3312 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3315 add rules to build shout2send (was removed by accident
3316 when this module was no more marked experimental/broken)
3318 2004-05-24 Zaheer Abbas Merali <zaheerabbas@merali.org>
3320 * ext/shout2/gstshout2.c:
3321 * ext/shout2/gstshout2.h:
3322 adding a "connection problem" signal to shout2send
3325 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
3327 * ext/kio/kioreceiver.cpp:
3328 * ext/kio/kioreceiver.h:
3329 fix sign comparison issues
3331 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3333 * gst/cdxaparse/gstcdxaparse.c:
3334 * gst/cdxaparse/gstcdxaparse.h:
3336 add some checks/sanity
3337 prepare for seek addition
3339 * sys/sunaudio/gstsunaudio.c:
3340 remove exported dupe init function
3342 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
3344 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
3345 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
3346 Fix format conversion and position querying.
3347 * gst/debug/progressreport.c: (gst_progressreport_report):
3348 Don't output a bogus total value that we didn't query.
3349 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3350 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
3351 only a blank window after xine has been used.
3353 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
3356 sync with upstream version to fix test on FC2
3357 readd with -ko to preserve Id header
3359 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3362 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
3363 * gst/tcp/gsttcpclientsrc.c: idem
3364 * gst/tcp/gsttcpserversink.c: idem
3365 * gst/tcp/gsttcpserversrc.c: idem
3366 * m4/gst-fionread.m4: idem
3368 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
3370 * configure.ac: enable speex plugin for speex 1.1.5+
3371 * ext/speex/gstspeexenc.c: fix cast warning
3373 * ext/esd/README: fix typo
3375 2004-05-20 David Schleef <ds@schleef.org>
3377 * configure.ac: Minor cosmetic change to convince the buildbot to
3379 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
3380 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
3381 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
3382 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
3383 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
3384 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
3385 More hacking. Plays audio now.
3387 2004-05-20 David Schleef <ds@schleef.org>
3392 2004-05-20 David Schleef <ds@schleef.org>
3394 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Merali
3395 * sys/osxaudio/gstosxaudio.c:
3396 * sys/osxaudio/gstosxaudioelement.c:
3397 * sys/osxaudio/gstosxaudioelement.h:
3398 * sys/osxaudio/gstosxaudiosink.c:
3399 * sys/osxaudio/gstosxaudiosink.h:
3400 * sys/osxaudio/gstosxaudiosrc.c:
3401 * sys/osxaudio/gstosxaudiosrc.h:
3403 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
3405 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
3406 (gst_vorbisenc_chain):
3407 put the codec headers on the caps as streamheader as well as
3410 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
3412 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
3413 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3414 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
3415 split up push_packet into two functions
3417 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
3419 * gst/tcp/.cvsignore:
3421 * gst/tcp/Makefile.am:
3425 * gst/tcp/gsttcpclientsink.c:
3426 * gst/tcp/gsttcpclientsink.h:
3427 * gst/tcp/gsttcpclientsrc.c:
3428 * gst/tcp/gsttcpclientsrc.h:
3429 * gst/tcp/gsttcpplugin.c:
3430 * gst/tcp/gsttcpserversink.c:
3431 * gst/tcp/gsttcpserversink.h:
3432 * gst/tcp/gsttcpserversrc.c:
3433 * gst/tcp/gsttcpserversrc.h:
3434 add new tcp elements
3436 2004-05-19 Wim Taymans <wim@fluendo.com>
3438 * gst/law/mulaw-conversion.c: (mulaw_encode):
3439 Fix overflow bug in ulaw encoding.
3441 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3443 * ext/mad/gstmad.c: (gst_mad_handle_event):
3444 don't unref the event twice
3446 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3449 remove -Wno-sign-compare
3451 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3454 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
3455 if you want to work against glib 2.2 and 2.4
3457 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
3459 * gst/tcp/Makefile.am:
3462 * gst/tcp/gsttcpsink.h:
3463 * gst/tcp/gsttcpsrc.h:
3464 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
3466 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3468 * gst/debug/tests.c: (md5_get_value):
3469 fix segfault on gst-inspect
3471 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3473 * gst/debug/testplugin.c:
3474 * gst/debug/tests.c:
3475 * gst/debug/tests.h:
3476 add new extensible and configurable testing element. Current tests
3477 include buffer count, stream length, timestamp/duration matching and
3479 * gst/debug/Makefile.am:
3480 * gst/debug/gstdebug.c: (plugin_init):
3481 add infrastructure for new element
3483 2004-05-19 Johan Dahlin <johan@gnome.org>
3485 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
3486 ending of the array. Fixes gst-inspect segfault on ppc.
3488 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3490 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
3492 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
3494 2004-05-18 David Schleef <ds@schleef.org>
3496 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
3497 warnings (bugs, actually) noticed by gcc but not forte.
3499 2004-05-18 David Schleef <ds@schleef.org>
3501 * sys/sunaudio/Makefile.am:
3502 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
3504 2004-05-18 David Schleef <ds@schleef.org>
3506 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
3507 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
3508 to allow qtdemux to use non-seekable streams. (bug #142272)
3510 2004-05-18 David Schleef <ds@schleef.org>
3512 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
3513 (gst_resample_sinc_ft_float): Remove use of static temporary
3514 buffer. This code was obviously not supposed to last long, but
3515 it's stuck in our ABI, so it required a little hack to make it
3516 ABI-compatible. Fixes #142585.
3517 * gst-libs/gst/resample/resample.h: same.
3519 2004-05-18 David Schleef <ds@schleef.org>
3521 * configure.ac: Add sunaudio
3522 * examples/Makefile.am: make gstplay depend on gconf
3523 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
3524 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
3525 (convert_table_lookup), (img_convert): remove c99-isms
3526 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
3527 unsigned, to fix a warning on Solaris
3528 * gst/mpeg1sys/systems.c: bcopy->memcpy
3529 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
3530 * sys/Makefile.am: Add sunaudio
3532 2004-05-18 Wim Taymans <wim@fluendo.com>
3534 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
3535 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
3536 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
3537 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3539 Fix an ugly memleak where the muxer didn't flush enough ogg
3540 pages. This also resulted in badly muxed ogg files.
3542 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3544 * gst/asfdemux/asfheaders.c :
3545 * gst/asfdemux/asfheaders.h :
3546 * gst/asfdemux/gstasfdemux.c :
3547 - fix ASF_OBJ_PADDING guid
3548 - add 3 new object guids (language list, metadata,
3549 extended stream properties)
3550 - add a function to parse extended header objects
3552 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
3554 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
3555 remove leftover debugging g_print
3557 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
3559 * ext/mad/gstmad.c: (gst_mad_handle_event):
3560 Fix for when the first format in a discont event is not a
3561 byte-based one. Should fix #137710.
3563 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3565 * m4/a52.m4 : fix compilation with -Wall -Werror
3566 * m4/libfame.m4 : idem
3567 * m4/libmikmod.m4 : idem
3569 2004-05-17 Benjamin Otte <otte@gnome.org>
3571 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3572 signal the new tags before giving up the reference
3574 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
3576 * ext/shout2/gstshout2.c:
3577 use application/ogg instead of application/x-ogg (patch by Patrick
3578 Guimond, fixes #142432)
3579 * sys/oss/gstosselement.c: (gst_osselement_reset),
3580 (gst_osselement_sync_parms):
3581 don't set fragment size unless specified (fixes #142493)
3583 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3585 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
3588 2004-05-17 Benjamin Otte <otte@gnome.org>
3590 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
3591 compute offsets correctly for internal buffers so timestamps are set
3592 correctly when we can't seek. Also handle cases where there are no
3593 offsets. (based on a patch by David Moore, fixes #142507)
3595 2004-05-17 Benjamin Otte <otte@gnome.org>
3597 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3598 use correct variable when determining amount of data to skip so we
3599 don't skip into the void and segfault
3601 2004-05-16 Benjamin Otte <otte@gnome.org>
3603 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3606 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3608 * gst/asfdemux/gstasfdemux.c:
3609 - fix a mem leak and always propagate tags
3610 - add WMV3 to known video codecs (but no decoder yet)
3611 - replace "surplus data" at end of audio header for what
3612 it is : codec specific data
3615 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
3617 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3619 * gst-libs/gst/audio/audioclock.c:
3620 Fix wrong return type (#142205).
3622 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
3624 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
3625 Ignore CRCs by default (fixes #142566).
3627 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
3629 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3630 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
3631 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
3632 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
3633 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3634 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
3635 Fix for cases where we fail to attach to a mixer.
3637 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
3639 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
3640 Don't touch events after not owning them anymore.
3641 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3642 (gst_wavparse_fmt), (gst_wavparse_other),
3643 (gst_wavparse_handle_seek), (gst_wavparse_loop),
3644 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
3645 (gst_wavparse_srcpad_event):
3646 * gst/wavparse/gstwavparse.h:
3647 Add seeking, fix querying.
3649 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3651 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3652 - process comments even if they don't end with \0\0
3653 g_convert would ignore them if present and works well without them
3655 2004-05-16 Benjamin Otte <otte@gnome.org>
3657 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
3660 2004-05-16 Benjamin Otte <otte@gnome.org>
3662 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3663 don't write to memory we might not write to - g_convert does that
3664 for us anyway (fixes #142613)
3665 (gst_asf_demux_audio_caps):
3666 comment out gst_util_dump_mem
3668 2004-05-16 Benjamin Otte <otte@gnome.org>
3670 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3671 compute correct expected timestamps after seek (broken since
3673 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
3674 rename element and debugging category to gdkpixbufscale
3676 2004-05-16 Benjamin Otte <otte@gnome.org>
3678 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3679 add error checking to snd_pcm_delay and remove duplicate call to
3680 snd_pcm_delay that caused issues (see inline code comments)
3681 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
3682 make more readable and fix return value when snd_pcm_delay fails
3685 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
3686 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
3687 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
3688 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
3689 (gst_pixbufscale_link), (gst_pixbufscale_init),
3690 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
3691 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
3692 (gst_pixbufscale_get_property), (pixbufscale_init):
3693 * ext/gdk_pixbuf/pixbufscale.h:
3694 Add these files I forgot earlier
3696 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
3697 * ext/gdk_pixbuf/Makefile.am:
3698 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3699 * ext/gdk_pixbuf/gstgdkpixbuf.h:
3700 Add new pixbufscale element to scale RGB video
3701 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
3702 and HYPER interpolation correctly.
3703 * ext/theora/theoraenc.c: (theora_enc_chain),
3704 Discard buffer and return if explicit caps could not be set
3705 (theora_enc_get_property):
3706 Make _get return kbps for the bitrate consistent with
3710 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
3712 * ext/libvisual/visual.c: (gst_visual_chain):
3713 add missing visual_audio_analyze
3715 2004-05-14 David Schleef <ds@schleef.org>
3717 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
3718 is killed while we're playing.
3719 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
3720 gst_element_no_more_pads().
3722 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3724 * gst-libs/gst/riff/riff-read.c :
3725 - fix INFO tag extraction in RIFF/AVI files
3726 because gst_event_unref (event) also freed taglist
3729 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3731 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
3732 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
3734 * gst/auparse/gstauparse.c :
3735 - add code (commented for now) to support audio/x-adpcm on src pad
3736 (we have no decoder for those layout yet)
3738 * gst/cdxaparse/gstcdxaparse.c :
3739 * gst/cdxaparse/gstcdxaparse.h :
3740 - partial rewrite using RiffRead (ripped iain's wavparse code)
3742 * gst/rtp/gstrtpL16enc.c : typo
3743 * gst/rtp/gstrtpgsmenc.c : typo
3745 2004-05-13 Benjamin Otte <otte@gnome.org>
3748 check for exact version of libvisual, it's not supposed to be
3751 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
3753 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
3756 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
3758 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
3759 Report which format was used for GST_FORMAT_DEFAULT
3760 * gst/debug/Makefile.am:
3761 * gst/debug/gstdebug.c: (plugin_init):
3762 * gst/debug/progressreport.c: (gst_progressreport_base_init),
3763 (gst_progressreport_class_init), (gst_progressreport_init),
3764 (gst_progressreport_report), (gst_progressreport_set_property),
3765 (gst_progressreport_get_property), (gst_progressreport_chain),
3766 (gst_progressreport_plugin_init):
3767 Add progressreport element for testing.
3769 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
3771 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
3772 * sys/v4l/gstv4lsrc.h:
3773 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
3774 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
3775 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3776 (gst_v4lsrc_grab_frame):
3778 send a discont at start
3780 2004-05-12 Colin Walters <walters@redhat.com>
3782 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
3783 inflooping if we can't find a chunk. Or in other words, don't blow
3784 chunks if we don't have a chunk to blow.
3786 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
3787 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
3788 Remove old debug output
3789 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
3790 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
3791 (gst_dvdec_set_property), (gst_dvdec_get_property):
3792 Change the quality setting to an enum, so it works from gst-launch
3793 Don't renegotiate a non-linked pad. Allows audio only decoding.
3794 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
3795 (gst_deinterlace_link), (gst_deinterlace_init):
3796 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
3797 (gst_videodrop_link):
3798 Some caps negotiation fixes
3800 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3802 * ext/tarkin/gsttarkin.c :
3803 - Change RANK from NONE to PRIMARY
3804 * ext/gdk_pixbuf/gstgdkpixbuf.c :
3805 - Change RANK from NONE to MARGINAL
3806 * ext/divx/gstdivxenc.c :
3807 - Change RANK from PRIMARY to NONE (encoder/spider issue)
3809 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
3811 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
3812 (gst_vorbisenc_push_packet):
3813 copy a function that was added between 1.0 and 1.0.1 until we
3814 depend on worthwhile features of post-1.0
3816 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
3819 enable shout2 by default
3820 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
3821 (gst_shout2send_base_init), (gst_shout2send_init),
3822 (gst_shout2send_connect), (gst_shout2send_change_state):
3823 * ext/shout2/gstshout2.h:
3824 make this work again. Based on a patch by Zaheer Merali (fixes
3826 * ext/theora/theora.c: (plugin_init):
3827 don't set rank on encoders
3829 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
3831 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3832 Use codec_data property instead of flag1 and flag2 for wma
3834 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3836 * gst/cdxaparse/gstcdxaparse.c :
3837 - Add mpegversion to CAPS to make it link
3838 - Rank is as GST_RANK_SECONDARY instead of NONE
3839 * gst/auparse/gstauparse.c :
3840 - Document all audio encoding we can encounter from Solaris 9
3841 headers and libsndfile information.
3842 - Increase max. rate from 48000 to 192000 (to match other elements)
3843 - Don't try to play junk data between header and samples
3845 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
3847 * ext/libvisual/visual.c: (gst_visual_getcaps):
3848 use the right caps depending on endianness (I hope)
3849 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
3850 use GST_RANK_NONE for all non-decoding elements or spider gets
3853 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
3855 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3856 Fix some odd cases and fix BE metadata parsing of unicode16 text.
3858 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
3860 * gst/switch/gstswitch.c: (gst_switch_release_pad),
3861 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
3862 (gst_switch_loop), (gst_switch_get_type):
3863 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
3864 HEADERS. Had to be said.
3866 2004-05-10 David Schleef <ds@schleef.org>
3868 * configure.ac: Add prototype Dirac support.
3870 * ext/dirac/Makefile.am:
3871 * ext/dirac/gstdirac.cc:
3872 * ext/dirac/gstdiracdec.cc:
3874 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
3876 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
3877 (gst_auparse_init), (gst_auparse_chain),
3878 (gst_auparse_change_state):
3879 Hack around spider. Remove me some day please.
3881 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
3883 * gst/auparse/gstauparse.c: (gst_auparse_chain):
3884 Fix for some uninitialized variables in previous patch, also
3885 makes it work. Fixes #142286 while we're at it.
3887 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3889 * gst/auparse/gstauparse.c:
3890 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
3891 only unsupported formats are ADPCM/CCITT G.72x
3893 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
3895 2004-05-10 Wim Taymans <wim@fluendo.com>
3897 * ext/vorbis/Makefile.am:
3898 * ext/vorbis/README:
3899 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
3900 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
3901 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
3902 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
3903 (gst_oggvorbisenc_convert_sink),
3904 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
3905 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
3906 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
3907 (get_constraints_string), (update_start_message),
3908 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
3909 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
3910 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
3911 * ext/vorbis/oggvorbisenc.h:
3912 * ext/vorbis/vorbis.c: (plugin_init):
3913 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
3914 (raw_caps_factory), (gst_vorbisenc_class_init),
3915 (gst_vorbisenc_init), (gst_vorbisenc_setup),
3916 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
3917 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
3918 * ext/vorbis/vorbisenc.h:
3919 Added a raw vorbis encoder to be used with the oggmuxer.
3920 We still need the old encoder for some gnome applications,
3921 read the README to find out how that works.
3922 The raw encoder is called "rawvorbisenc" until 0.9.
3924 2004-05-10 Wim Taymans <wim@fluendo.com>
3926 * ext/ogg/gstogg.c: (plugin_init):
3927 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
3929 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
3930 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
3931 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
3932 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
3933 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
3934 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
3935 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
3936 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
3937 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
3938 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
3940 Small typo fixes in the demuxer.
3942 2004-05-10 Wim Taymans <wim@fluendo.com>
3944 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3945 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
3946 (theora_enc_change_state), (theora_enc_set_property),
3947 (theora_enc_get_property):
3948 Mark the last packet with an EOS flag which is not really needed
3950 Do some better video framerate initialisation.
3951 Update the buffer timestamp.
3953 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
3955 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
3956 Return the result of the parent state change call
3958 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3960 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
3961 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
3962 * gst/law/alaw-encode.c : (idem)
3963 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
3964 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
3965 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
3967 2004-05-09 Benjamin Otte <otte@gnome.org>
3969 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
3970 don't use a fixed buffer size when writing variable length data to
3971 it. Fixes memory corruption and makes alsasrc work
3973 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
3975 * ext/gnomevfs/gstgnomevfssink.c:
3976 (_gst_boolean_allow_overwrite_accumulator),
3977 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
3978 Run glib's default signal handler (??) in RUN_CLEANUP rather than
3979 RUN_LAST, and don't use that to set the accumulator value because
3980 then it's always FALSE.
3982 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
3984 * gst-libs/gst/riff/riff-media.c:
3985 (gst_riff_create_video_caps_with_data),
3986 (gst_riff_create_audio_caps),
3987 (gst_riff_create_audio_template_caps):
3988 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
3989 Fix for unaligned RIFF files (i.e. where all the chunks together
3990 in a LIST chunk are not of the same size as the size given in
3991 the LIST chunk header). Fixes several odd WAVE files. Also fix
3992 ADPCM (block_align property) in audio, so that wavparse based
3993 on this works now as it used to stand-alone.
3995 2004-05-09 Edward Hervey <bilboed@bilboed.com>
3997 reviewed by Benjamin Otte <otte@gnome.org>
3999 * ext/a52dec/gsta52dec.c:
4000 * ext/divx/gstdivxdec.c:
4001 * ext/divx/gstdivxenc.c:
4002 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
4003 * ext/faac/gstfaac.c: (gst_faac_base_init):
4004 * ext/faad/gstfaad.c: (gst_faad_base_init):
4005 * ext/ivorbis/vorbisfile.c:
4006 * ext/lame/gstlame.c:
4007 * ext/libfame/gstlibfame.c:
4008 * ext/mpeg2enc/gstmpeg2enc.cc:
4009 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
4010 * ext/sidplay/gstsiddec.cc:
4011 * ext/speex/gstspeexdec.c:
4012 * ext/speex/gstspeexenc.c:
4013 * ext/xvid/gstxviddec.c:
4014 * ext/xvid/gstxvidenc.c:
4015 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
4018 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
4020 * ext/alsa/gstalsa.c: (device_list),
4021 (gst_alsa_class_probe_devices):
4022 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4023 Fix alsa oddness in mixer after the combination of using mixer
4024 in source/sink elements and using hw:x,y instead of just hw:x.
4026 2004-05-09 Benjamin Otte <otte@gnome.org>
4028 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
4029 (gst_wavparse_create_sourcepad):
4030 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
4033 2004-05-09 Benjamin Otte <otte@gnome.org>
4035 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4036 allow discont events before caps nego
4038 2004-05-08 Benjamin Otte <otte@gnome.org>
4040 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
4043 2004-05-08 Benjamin Otte <otte@gnome.org>
4045 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
4046 (gst_level_change_state), (gst_level_init):
4047 * gst/level/gstlevel.h:
4048 figure out if we're initialized directly instead of keeping a
4049 variable that's wrong in 90% of cases
4050 don't initialize pads and then leak them and use a new unitialized
4051 pad. (fixes #142084)
4052 these were bugs so n00bish I didn't find them for an hour :/
4054 2004-05-08 Iain <iain@prettypeople.org>
4056 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
4057 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
4058 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
4059 return the length that was read.
4060 (gst_riff_read_strf_auds): Allow fmt tags as well.
4062 2004-05-07 David Schleef <ds@schleef.org>
4064 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
4065 signed char assumption in faad.h.
4067 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
4069 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
4070 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
4072 2004-05-07 Colin Walters <walters@redhat.com>
4074 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
4075 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
4077 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
4078 Add dispose function.
4080 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
4081 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
4082 Fix caps nego and pad templates. RGB mode caps should
4084 * ext/dvdnav/gst-dvd:
4085 Move mpeg2dec inside the thread because otherwise the
4086 queue rejects cap changes mid-stream
4087 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
4088 (gst_mpeg2dec_flush_decoder):
4089 For mpeg2dec > 0.4.0, call the flush function instead of
4090 manually extracting all in-flight frames.
4091 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
4092 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
4093 Change mime type video/dv go video/x-dv to match the
4096 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
4098 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
4099 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
4100 (gst_alsa_sink_class_init):
4101 * ext/alsa/gstalsasink.h:
4102 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
4103 (gst_alsa_src_class_init):
4104 * ext/alsa/gstalsasrc.h:
4105 Make alsasink/src a subclass of alsamixer so that mixer stuff
4106 shows up in gst-rec. Needs some finetuning.
4108 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
4110 * ext/lame/gstlame.c: (gst_lame_chain):
4112 * ext/mad/gstmad.c: (gst_mad_handle_event):
4114 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
4115 be able to detect mp3 files < 4096 bytes
4117 2004-05-06 Wim Taymans <wim@fluendo.com>
4119 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4120 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
4121 (theora_enc_set_property), (theora_enc_get_property):
4122 Also encode the first frame, cleanup some code.
4124 2004-05-06 Wim Taymans <wim@fluendo.com>
4126 * ext/mpeg2enc/gstmpeg2enc.cc:
4127 Forward events first before deciding that negotiation was
4130 2004-05-06 Wim Taymans <wim@fluendo.com>
4132 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
4133 First process the events before deciding that negotiation
4136 2004-05-06 Wim Taymans <wim@fluendo.com>
4138 * ext/theora/Makefile.am:
4139 * ext/theora/theora.c: (plugin_init):
4140 * ext/theora/theoradec.c: (theora_dec_change_state):
4141 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
4142 (gst_theora_enc_class_init), (gst_theora_enc_init),
4143 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
4144 (theora_enc_chain), (theora_enc_change_state),
4145 (theora_enc_set_property), (theora_enc_get_property):
4146 Added a theora encoder, grouped the encoder and decoder into the
4149 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
4151 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
4152 (gst_jpegenc_chain):
4153 fix DURATION on outgoing buffers
4154 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
4155 debug using time formats
4156 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4157 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4158 (gst_xvimagesink_sink_link):
4159 windows with width/height 0 generate X errors, so don't allow them
4161 2004-05-05 Wim Taymans <wim@fluendo.com>
4163 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
4164 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
4165 (gst_mpeg2dec_negotiate_format):
4166 * ext/mpeg2dec/gstmpeg2dec.h:
4167 removed the static pad template so that we can add the
4168 more accurate framerate value to the caps.
4171 2004-05-04 Benjamin Otte <otte@gnome.org>
4174 check for kdemacros.h, too (should fix #141821)
4175 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
4176 don't crash if no header was sent, but nicely error out (fixes part
4179 2004-05-04 Wim Taymans <wim@fluendo.com>
4181 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
4182 parent dispose function to avoid segfault on destroy.
4184 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
4186 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
4188 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4189 (gst_xvimagesink_sink_link):
4190 clean up debugging caps
4191 also recreate xvimage when format has changed
4193 2004-05-04 Benjamin Otte <otte@gnome.org>
4195 * ext/libvisual/Makefile.am:
4196 * ext/libvisual/visual.c: (gst_visual_class_init),
4197 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
4198 (gst_visual_srclink), (gst_visual_chain),
4199 (gst_visual_change_state), (plugin_init):
4200 use a GstAdapter to correctly adapt buffer sizes - allows using a
4203 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
4205 * sys/v4l/gstv4lelement.h:
4206 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4207 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
4208 (gst_v4lsrc_buffer_free):
4209 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
4210 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
4211 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
4212 (gst_v4lsrc_requeue_frame):
4213 move some debugging categories around
4214 query for fps index and set accordingly if found
4216 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4218 * ext/lame/gstlame.c:
4219 correct defaults that lame_init puts out of range
4221 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
4223 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
4224 (gst_divxenc_class_init):
4225 fix range since -1 is the default
4226 * gst/mpeg1sys/gstmpeg1systemencode.c:
4227 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
4228 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
4229 (gst_rtjpegdec_chain):
4230 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
4231 (gst_rtjpegenc_chain):
4232 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
4233 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
4234 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
4235 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
4236 * sys/v4l/gstv4lsrc.c:
4237 * sys/v4l/v4l_calls.c: (gst_v4l_open):
4238 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
4239 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
4240 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
4241 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
4242 remove gst_info calls
4244 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
4253 Updated translations
4255 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
4257 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4258 refactor/comment code
4260 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
4262 * gst/asfdemux/Makefile.am:
4263 * gst/asfdemux/asfheaders.c:
4264 * gst/asfdemux/asfheaders.h:
4265 * gst/asfdemux/gstasf.c: (plugin_init):
4266 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
4267 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
4268 (gst_asf_demux_setup_pad):
4269 * gst/asfdemux/gstasfdemux.h:
4270 * gst/asfdemux/gstasfmux.c:
4271 * gst/asfdemux/gstasfmux.h:
4272 Add tagging support to demuxer, split out registration in its own
4273 file instead of in demux (hacky), and prevent having some tables
4274 in our memory multiple times (in asfheaders.h).
4276 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
4278 * gst/matroska/matroska-demux.c:
4279 (gst_matroska_demux_parse_metadata):
4280 * gst/matroska/matroska-ids.h:
4281 Basic tag reading support.
4283 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
4285 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
4286 Really detect ac-3 audio.
4287 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
4288 really detect matroska files (off-by-1).
4290 2004-04-30 David Schleef <ds@schleef.org>
4292 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4293 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
4294 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
4295 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
4296 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
4297 hackage -- parse a lot more atoms, extract a few tags. One might even
4298 mistake this for tag support. Maybe it is.
4299 * gst/qtdemux/qtdemux.h:
4301 2004-04-30 Colin Walters <walters@verbum.org>
4303 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
4305 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
4307 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4308 (gst_ffmpegcolorspace_getcaps):
4309 remove broken nego fix
4311 2004-04-30 Benjamin Otte <otte@gnome.org>
4315 * ext/libvisual/Makefile.am:
4316 * ext/libvisual/visual.c:
4317 add initial support for libvisual (http://libvisual.sourceforge.net)
4318 libvisual is still quite alpha, so expect crashes in there :)
4320 2004-04-29 David Schleef <ds@schleef.org>
4322 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
4323 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
4324 up qtdemux to make it spit out codec_data. Do _not_ look at this
4325 code; you will no longer respect me.
4327 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4329 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
4330 * ext/alsa/gstalsa.h :
4331 change alsa pcm device discovery to find more than 1 device
4332 per card. code review by Ronald.
4334 2004-04-29 David Schleef <ds@schleef.org>
4336 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
4337 Add a check for a driver bug on FreeBSD. (bug #140565)
4339 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
4341 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
4342 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
4343 (gst_jpegenc_getcaps):
4344 move format setting to inner loop
4345 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4346 (gst_ffmpegcolorspace_getcaps):
4347 use GST_PAD_CAPS if available so that we use already negotiated
4349 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4350 (qtdemux_parse_moov), (qtdemux_parse):
4352 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
4353 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
4354 move hardcoded path to DEFINE
4356 2004-04-28 David Schleef <ds@schleef.org>
4358 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
4361 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
4363 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
4364 Don't probe for playback device if we're a source element. Fixes
4367 2004-04-29 Benjamin Otte <otte@gnome.org>
4369 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
4370 (gst_id3_tag_chain):
4371 rewrite buffer offset
4373 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
4377 * ext/dts/Makefile.am:
4378 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
4379 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
4380 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
4381 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
4382 (gst_dtsdec_loop), (gst_dtsdec_change_state),
4383 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
4385 * ext/dts/gstdtsdec.h:
4387 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
4388 (gst_faad_srcconnect):
4389 Add ESDS atom handling (.m4a).
4391 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
4393 * ext/divx/gstdivxdec.c: (plugin_init):
4394 Remove comment that makes no sense.
4395 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
4396 Fix for obvious typo that resulted in warnings during gst-register.
4397 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
4398 (gst_xviddec_sink_link):
4399 Fix caps negotiation a bit better.
4400 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4401 We call this 'codec_data', not 'esds'.
4403 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
4405 * gst/monoscope/gstmonoscope.c:
4406 make sure we only provide 256x128
4407 * gst/monoscope/monoscope.c: (monoscope_init):
4408 assert size of 256x128
4410 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
4413 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
4414 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
4415 fixate to max width and height of device
4417 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
4421 * sys/v4l/gstv4lsrc.c:
4422 * sys/v4l/v4l_calls.c:
4423 * sys/v4l/v4lsrc_calls.c:
4424 fix for qc-usb driver which fakes having more than one buffer
4425 by handing the same buffer twice, which confused GStreamer's/v4lsrc
4426 buffer_free override
4429 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
4432 * gst/videotestsrc/gstvideotestsrc.c:
4433 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
4434 (gst_videotestsrc_init), (gst_videotestsrc_get),
4435 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
4436 * gst/videotestsrc/gstvideotestsrc.h:
4437 add num-buffers property
4439 2004-04-26 Benjamin Otte <otte@gnome.org>
4441 * ext/mad/gstid3tag.c: (plugin_init):
4442 set id3mux rank to NONE so it doesn't confuse spider
4443 require audio/mpeg,mpegversion=1 in id3mux
4445 2004-04-26 Benjamin Otte <otte@gnome.org>
4448 detect faad correctly as non-working if it's indeed non-working
4450 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
4453 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
4454 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
4455 fix _getcaps so it only negotiates to its supported format
4457 2004-04-25 Benjamin Otte <otte@gnome.org>
4459 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4462 2004-04-23 Benjamin Otte <otte@gnome.org>
4464 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4465 audio/x-raw-int with height rules! not. Now it's depth.
4467 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
4469 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
4470 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
4471 (gst_wavparse_loop):
4472 Missing variable initialization. Add handling of DVI ADPCM. Fix
4473 mis-parsing of LIST chunks. This works around a bug where we mis-
4474 parse non-aligning LIST chunks (so LIST chunks where the contents
4475 don't align with the actual LIST size). The correct fix is to use
4476 rifflib, I'm not going to fix wavparse - too much work. All this
4479 2004-04-22 Zaheer Abbas Merali <zaheerabbas@merali.org>
4481 reviewed by Benjamin Otte <otte@gnome.org>
4483 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
4484 fix shoutcast not working (fixes #140844)
4486 2004-04-22 Benjamin Otte <otte@gnome.org>
4488 * ext/hermes/gsthermescolorspace.c:
4489 (gst_hermes_colorspace_caps_remove_format_info):
4490 * gst/colorspace/gstcolorspace.c:
4491 (gst_colorspace_caps_remove_format_info):
4492 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4493 (gst_ffmpegcolorspace_caps_remove_format_info):
4494 s/gst_caps_simplify/gst_caps_do_simplify/
4496 2004-04-22 Benjamin Otte <otte@gnome.org>
4498 * gst-libs/gst/riff/riff-media.c:
4499 (gst_riff_create_video_caps_with_data):
4500 mpegversion is an int
4501 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
4502 don't try to create pad templates with NULL caps, use any caps
4505 2004-04-20 David Schleef <ds@schleef.org>
4507 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
4508 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
4511 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
4513 reviewed by David Schleef
4515 * ext/mad/gstid3tag.c: Add stdlib.h
4516 * gst/rtp/gstrtpgsmenc.c: same
4517 * gst/tags/gstid3tag.c: same
4518 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
4519 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
4520 GST_DISABLE_LOADSAVE use.
4521 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
4522 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
4523 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
4525 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
4526 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
4528 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
4529 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
4531 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
4534 2004-04-20 David Schleef <ds@schleef.org>
4536 * gst/realmedia/rmdemux.c: This was supposed to part of the
4537 last checkin. Same idea.
4539 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
4541 reviewed by David Schleef
4543 * configure.ac: bump required gstreamer version to 0.8.1.1
4544 because of following changes [--ds]
4546 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
4547 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
4548 (gst_riff_read_header): Use GST_READ_UINT*
4549 macros to access possibly unaligned memory.
4551 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
4552 (mp3_type_find): Use GST_READ_UINT*
4553 macros to access possibly unaligned memory.
4554 (mp3_type_find, mpeg1_parse_header, qt_type_find)
4555 (speex_type_find): Likewise
4557 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
4559 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
4560 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
4561 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
4562 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
4563 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
4564 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
4565 macros to access possibly unaligned memory.
4567 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
4570 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
4571 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
4573 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4576 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
4577 (gst_mpeg2subt_chain_subtitle): Likewise.
4579 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
4580 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
4583 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
4586 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
4589 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
4592 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4595 update required version of GStreamer because of GST_TIME_FORMAT
4597 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
4599 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
4600 remove leftover g_print
4601 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4602 don't try setting only a subset of the caps. We don't want to kill
4603 autoplugging on purpose
4605 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4607 * sys/ximage/ximagesink.c: (plugin_init):
4608 * sys/xvimage/xvimagesink.c: (plugin_init):
4609 add debugging categories
4611 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4615 Adding en_GB translation (Gareth Owen)
4617 2004-04-20 David Schleef <ds@schleef.org>
4619 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
4620 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
4621 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
4622 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
4623 A number of new features and hacks to extract the esds atom and
4624 put it into the caps. (bug #137724)
4626 2004-04-19 David Schleef <ds@schleef.org>
4628 * gconf/Makefile.am: Fix for non-GNU make
4629 * gst-libs/gst/Makefile.am: Change directory order to handle
4630 GstPlay linking with gstinterfaces
4631 * gst-libs/gst/audio/make_filter: make use of tr portable
4632 * gst-libs/gst/play/Makefile.am: Add intended \
4633 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
4634 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
4635 function prototype instead of void *.
4636 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
4638 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4639 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
4640 * gst/videofilter/make_filter: make use of tr portable
4641 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
4643 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
4647 Added Ukrainian translation (Maxim V. Dziumanenko)
4649 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
4651 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
4652 (gst_gsmdec_link), (gst_gsmdec_chain):
4653 Fix capsnego, simplify chain function slightly.
4654 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
4657 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
4659 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
4660 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
4661 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
4662 Hack to make wavparse work with spider (always -> sometimes pad).
4663 Fixes #135862 && #140411.
4665 2004-04-18 Benjamin Otte <otte@gnome.org>
4667 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
4668 (gst_osselement_rate_probe_check),
4669 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
4670 get rid of \n in debug output
4672 2004-04-17 Iain <iain@prettypeople.org>
4674 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
4677 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
4679 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
4680 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
4681 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
4682 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
4683 (gst_id3_tag_src_link), (gst_id3_tag_chain),
4684 (gst_id3_tag_change_state), (plugin_init):
4685 deprecate id3tag element and replace with id3demux/id3mux.
4686 great side effect: this ugly file is now even uglier, yay!
4688 remove non-available function
4689 update for new get_type
4691 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
4694 require mpeg2dec >= 0.4.0
4696 2004-04-17 Benjamin Otte <otte@gnome.org>
4698 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4699 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
4700 (gst_xvimagesink_set_xwindow_id):
4701 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
4702 assorted cleanup fixes.
4704 2004-04-16 David Schleef <ds@schleef.org>
4706 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
4707 * sys/xvimage/xvimagesink.h: same
4709 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
4711 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
4712 Fix GST_ELEMENT_ERROR with (NULL)
4714 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
4716 * gst-libs/gst/riff/riff-media.c:
4717 (gst_riff_create_video_caps_with_data):
4718 Add div[3456] as fourccs for DivX 3 (fixes #140137).
4720 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
4722 * gst-libs/gst/riff/riff-media.c:
4723 (gst_riff_create_video_caps_with_data),
4724 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
4725 (gst_riff_create_video_template_caps),
4726 (gst_riff_create_audio_template_caps):
4727 * gst-libs/gst/riff/riff-media.h:
4728 * gst-libs/gst/riff/riff-read.c:
4729 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
4730 * gst-libs/gst/riff/riff-read.h:
4731 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
4732 Add MS RLE support. I added some functions to read out strf chunks
4733 into strf chunks and the data behind it. This is usually color
4734 palettes (as in RLE, but also in 8-bit RGB). Also use those during
4735 caps creation. Lastly, add ADPCM (similar to wavparse - which
4736 should eventually be rifflib based).
4737 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
4738 (gst_matroska_demux_init), (gst_matroska_demux_reset):
4739 * gst/matroska/matroska-demux.h:
4740 Remove placeholders for some prehistoric tagging system. Didn't add
4741 support for any tag system really anyway.
4742 * gst/qtdemux/qtdemux.c:
4743 Add support for audio/x-m4a (MPEG-4) through spider.
4744 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
4745 (gst_wavparse_loop):
4746 ADPCM support (#135862). Increase max. buffer size because we
4747 cannot split buffers for ADPCM (screws references) and I've seen
4748 files with 2048 byte chunks. 4096 seems safe for now.
4750 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
4752 * configure.ac: bump nano to 1
4754 === release 0.8.1 ===
4756 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
4758 * configure.ac: releasing 0.8.1, "Comforting Sounds"
4760 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
4762 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4763 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
4766 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
4768 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
4769 lower rank of dvddemux so that it's not used for mpeg playback.
4771 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
4774 save libs correctly when checking mad
4776 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
4778 * ext/mad/gstid3tag.c: (plugin_init):
4779 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
4781 2004-04-13 David Schleef <ds@schleef.org>
4783 * common/m4/gst-feature.m4: Call -config scripts with
4784 --plugin-libs if it is supported.
4785 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
4786 JPEG images are image/jpeg.
4787 * gst/debug/Makefile.am:
4788 * gst/debug/negotiation.c: (gst_negotiation_class_init),
4789 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
4790 (gst_negotiation_update_caps), (gst_negotiation_get_property),
4791 (gst_negotiation_plugin_init): Add a property that acts like
4793 * testsuite/gst-lint: Move license checking to be a standard
4796 2004-04-13 David Schleef <ds@schleef.org>
4798 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
4799 patch from Sebastien Cote (bug #139958)
4801 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
4803 * examples/gstplay/Makefile.am:
4804 * examples/gstplay/player.c: (main):
4805 make the commandline player example use gconf settings
4807 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
4809 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
4810 (gst_cacasink_sinkconnect), (gst_cacasink_init),
4811 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
4812 init/end library during state transition, not object
4813 creation/disposal. get rid of custom dispose handler.
4816 2004-04-12 Christian Schaller <Uraeus@gnome.org>
4818 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
4821 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4823 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
4824 Handle JUNK chunks inside data section. Prevents warnings.
4826 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4828 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4829 (gst_riff_create_video_template_caps):
4831 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4832 (gst_avi_demux_stream_data):
4833 Add support for "rec-list" chunks.
4835 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4837 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4838 Fix another codecname mismatch.
4840 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4842 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4843 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
4844 so that MJPEG plays back.
4846 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
4848 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
4849 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
4850 * gst/mpeg1videoparse/gstmp1videoparse.h:
4851 Fix for some slight mis-cuts in buffer parsing, and for some
4852 potential overflows or faults-causers. Adds disconts. Also fixes
4853 #139105 while we're at it.
4855 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
4858 * sys/v4l2/gstv4l2element.h:
4859 Workaround for missing struct v4l2_buffer declaration in Suse 9
4860 and Mandrake 10 linux/videodev2.h header file (#135919).
4862 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
4864 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
4865 Bail out if no filename was given.
4867 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
4869 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
4870 (gst_v4l2_fourcc_from_structure):
4871 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
4874 2004-04-09 Benjamin Otte <otte@gnome.org>
4876 * ext/gnomevfs/gstgnomevfssink.c:
4877 (_gst_boolean_allow_overwrite_accumulator),
4878 (gst_gnomevfssink_class_init):
4879 fix erase signal - if any handler returns false the file will not be
4880 overwritten. If no handler is connected, the file will not be
4882 renamed signal to "allow-overwrite"
4883 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
4884 free string when adding it to ID3 failed
4885 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
4886 unref event when done
4887 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4889 * gst/typefind/gsttypefindfunctions.c:
4890 (mpeg_video_stream_type_find):
4893 2004-04-08 David Schleef <ds@schleef.org>
4895 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4896 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
4898 2004-04-08 David Schleef <ds@schleef.org>
4900 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
4901 we don't support (bug #139532)
4903 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
4905 * ext/mad/gstmad.c: (gst_mad_handle_event),
4906 (gst_mad_check_caps_reset), (gst_mad_chain),
4907 (gst_mad_change_state):
4908 only set explicit caps if they haven't been set before for
4909 this stream. MPEG-audio sample rate/channels aren't allowed
4910 to change in-stream.
4913 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
4915 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
4916 (_gst_boolean_did_something_accumulator),
4917 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
4918 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
4919 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
4920 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
4921 (gst_gnomevfssink_change_state):
4922 Fix erase signal. Don't erase by default. Remove handoff signal.
4923 Remove erase property. Don't segfault. General cleanup.
4925 2004-04-07 Benjamin Otte <otte@gnome.org>
4927 * gst-libs/gst/gconf/test-gconf.c: (main):
4928 add missing gst_init
4930 2004-04-07 Benjamin Otte <otte@gnome.org>
4932 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
4933 free the mutexes, too
4935 2004-04-07 Benjamin Otte <otte@gnome.org>
4937 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
4938 actually free the URI string
4939 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
4940 compute offset correctly when passing discont events
4941 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4942 don't leak discont events
4943 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
4944 add some missing breaks so caps aren't copied randomly
4945 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
4946 if we realloc memory, we better use it
4948 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
4950 * ext/mad/gstmad.c: (normal_seek):
4951 fix GST_FORMAT_TIME usage
4953 2004-04-05 David Schleef <ds@schleef.org>
4955 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
4956 a deprecated function (hack!)
4958 2004-04-05 Benjamin Otte <otte@gnome.org>
4960 * ext/esd/esdmon.c: (gst_esdmon_get):
4961 fix nonterminated vararg and memleak
4963 2004-04-05 Benjamin Otte <otte@gnome.org>
4965 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
4966 (gst_ladspa_init), (gst_ladspa_force_src_caps),
4967 (gst_ladspa_set_property), (gst_ladspa_get_property),
4968 (gst_ladspa_instantiate), (gst_ladspa_activate),
4969 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
4972 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
4974 reviewed by Benjamin Otte <otte@gnome.org>
4976 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
4977 check for broken LADSPA parameters (fixes #138635)
4979 2004-04-05 Benjamin Otte <otte@gnome.org>
4981 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
4982 advertise buffer-frames correctly on sinkpads
4984 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
4986 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
4987 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
4988 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
4989 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
4990 (gst_mad_check_caps_reset), (gst_mad_chain):
4991 add more debugging, only reset caps when we're not in error state
4993 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
4995 * ext/mad/gstmad.c: add debugging category, comment + cleanups
4997 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
4999 reviewed by Benjamin Otte <otte@gnome.org>
5002 fix == in test(1) operator
5004 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
5006 reviewed by Benjamin Otte <otte@gnome.org>
5009 fix --export-symblos-regex to a working regex.
5011 2004-04-04 Benjamin Otte <otte@gnome.org>
5013 * sys/oss/.cvsignore:
5016 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
5018 reviewed by Benjamin Otte <otte@gnome.org>
5020 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
5021 add missing 'new_media' argument (fixes #138168)
5022 * gst/matroska/matroska-demux.c:
5023 (gst_matroska_demux_handle_seek_event):
5024 add vararg terminator (fixes #138169)
5026 2004-04-02 David Schleef <ds@schleef.org>
5028 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
5029 disted (bug #138914)
5031 2004-04-01 Benjamin Otte <otte@gnome.org>
5033 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
5034 (gst_alsa_close_audio):
5035 handle case better where a soundcard can't pause
5036 * ext/ogg/gstoggdemux.c:
5037 don't crash when we get events but don't have pads yet
5039 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
5041 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
5042 throw an error if we couldn't probe any caps.
5044 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
5046 * ext/dvdnav/gst-dvd:
5047 Add a really simple sample DVD player
5049 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
5051 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
5052 (gst_a52dec_push), (gst_a52dec_handle_event),
5053 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
5054 (gst_a52dec_change_state):
5055 * ext/a52dec/gsta52dec.h:
5056 Use a debug category, Output timestamps correctly
5057 Emit tag info, Handle events, tell liba52dec about cpu
5058 capabilities so it can use MMX etc.
5059 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
5060 Fix a crasher accessing invalid memory
5061 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
5062 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
5063 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
5064 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
5066 Some support for byte-format seeking.
5067 Small fixes for still frames and menu button overlays
5068 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
5069 (gst_mpeg2dec_alloc_buffer):
5070 Use a debug category. Adjust the report level of several items to
5071 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
5072 so it doesn't lose the GstBuffer pointer
5073 * gst/debug/Makefile.am:
5074 * gst/debug/gstdebug.c: (plugin_init):
5075 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
5076 (gst_navseek_base_init), (gst_navseek_class_init),
5077 (gst_navseek_init), (gst_navseek_seek),
5078 (gst_navseek_handle_src_event), (gst_navseek_set_property),
5079 (gst_navseek_get_property), (gst_navseek_chain),
5080 (gst_navseek_plugin_init):
5081 * gst/debug/gstnavseek.h:
5082 Add the navseek debug element for seeking back and forth in a
5083 video stream using arrow keys.
5084 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
5085 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
5086 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
5087 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
5088 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
5089 (gst_mpeg2subt_parse_header), (gst_get_nibble),
5090 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
5091 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
5092 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
5093 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
5094 * gst/mpeg2sub/gstmpeg2subt.h:
5095 Pretty much a complete rewrite. Now a loopbased element. May still
5096 require work to properly synchronise subtitle buffers.
5097 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
5098 (gst_dvd_demux_send_subbuffer):
5099 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
5100 Don't attempt to create subbuffers of size 0
5101 Reduce a couple of error outputs to warnings.
5102 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
5103 (gst_y4mencode_chain):
5104 Output the y4m frame header correctly.
5106 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
5108 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
5109 throw errors instead of allowing SIGFPE
5111 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
5113 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
5114 (gst_gconf_render_bin_from_key):
5115 leak plugging and style fixing
5117 2004-03-31 David Schleef <ds@schleef.org>
5119 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
5120 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
5122 * gst/debug/Makefile.am:
5123 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
5124 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
5126 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
5127 (gst_negotiation_base_init), (gst_negotiation_class_init),
5128 (gst_negotiation_init), (gst_negotiation_getcaps),
5129 (gst_negotiation_pad_link), (gst_negotiation_chain),
5130 (gst_negotiation_set_property), (gst_negotiation_get_property),
5131 (gst_negotiation_plugin_init): New element to talk about random
5132 negotiation things happening in a pipeline.
5134 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
5136 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
5137 fix integer addition with help of Stefan Kost
5139 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
5141 * po/nl.po: updated Dutch translation (Elros Cyriatan)
5143 2004-03-30 David Schleef <ds@schleef.org>
5145 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
5146 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
5147 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
5149 * ext/mpeg2dec/gstmpeg2dec.h:
5151 2004-03-30 David Schleef <ds@schleef.org>
5153 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
5155 2004-03-30 David Schleef <ds@schleef.org>
5157 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
5158 Michael Petullo) to handle .mov
5160 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5162 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
5163 (gst_osselement_rate_check_rate):
5164 probe caps correctly for sound cards that only support one format
5166 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5168 * ext/kio/kiosrc.cpp: (process_events):
5169 update handling event processing if inside KDE - untested
5171 2004-03-29 David Schleef <ds@schleef.org>
5173 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
5174 by 2 to not interfere with other colorspaces.
5175 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
5176 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
5177 one to not interfere with ffmpeg_colorspace.
5179 2004-03-29 David Schleef <ds@schleef.org>
5181 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
5183 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
5184 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
5186 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5188 * gst-libs/gst/riff/riff-media.c:
5189 fail on error, don't try to set stuff on NULL caps
5191 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5195 * ext/kio/Makefile.am:
5196 * ext/kio/kioreceiver.cpp:
5197 * ext/kio/kioreceiver.h:
5198 * ext/kio/kiosrc.cpp:
5200 add experimental kiosrc plugin
5201 * ext/alsa/gstalsaplugin.c: (plugin_init):
5202 initialize debugging category only when we're sure registering the
5205 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
5207 * examples/gstplay/player.c: (main):
5208 * gst-libs/gst/play/play.c: (gst_play_class_init),
5209 (gst_play_set_location), (gst_play_set_data_src),
5210 (gst_play_set_video_sink), (gst_play_set_audio_sink),
5211 (gst_play_set_visualization), (gst_play_connect_visualization):
5212 check return values of element_set_state and return FALSE where
5215 2004-03-29 Benjamin Otte <otte@gnome.org>
5217 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
5218 try harder to check if an event is really a discont
5220 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
5222 * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
5225 2004-03-28 Benjamin Otte <otte@gnome.org>
5227 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
5228 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5229 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
5230 get rid of non-standard "..." ranges in case statements.
5232 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
5234 * gst/mpegstream/gstmpegdemux.c:
5235 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
5236 specific functionality split to the new dvddemux element.
5237 * gst/mpegstream/gstdvddemux.c:
5238 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
5239 streams, derived from mpegdemux.
5240 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
5241 up. SCR based timestamp rewriting can be turned off (will probably
5242 completely disappear soon).
5243 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
5244 hacking. General cleanup. All printf statements replaced by
5245 debugging messages. Almost complete libdvdnav support.
5246 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
5247 by events. New properties for audio and subpicture languages.
5248 (dvdnavsrc_update_highlight): Now uses events.
5249 (dvdnavsrc_user_op): Cleaned up.
5250 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
5251 based). Lots of cleanup, and propper support for most libdvdnav
5253 (dvdnavsrc_make_dvd_event): New function.
5254 (dvdnavsrc_make_dvd_nav_packet_event): New function.
5255 (dvdnavsrc_make_clut_change_event): New function.
5257 2004-03-26 Benjamin Otte <otte@gnome.org>
5259 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
5260 fix bug where typefinding would claim it's theora whenever less then
5261 7 bytes of data were available
5263 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
5265 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
5266 (gst_alawdec_base_init), (gst_alawdec_class_init),
5267 (gst_alawdec_init), (gst_alawdec_chain):
5268 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
5269 (gst_alawenc_base_init), (gst_alawenc_class_init),
5270 (gst_alawenc_init), (gst_alawenc_chain):
5271 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
5272 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
5273 (gst_mulawdec_init), (gst_mulawdec_chain):
5274 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
5275 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
5276 (gst_mulawenc_init), (gst_mulawenc_chain):
5277 Fix capsnego in all four, remove the unused property functions and
5278 simplify the chain functions slightly. I guess we could use macros
5279 or something similar for those, since the code is so similar, but
5280 I'm currently too lazy...
5282 2004-03-24 David Schleef <ds@schleef.org>
5284 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
5285 (gst_osselement_close_audio), (gst_osselement_probe_caps),
5286 (gst_osselement_get_format_structure),
5287 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
5288 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
5289 (gst_osselement_rate_int_compare): Add code to handle rate probing
5291 * sys/oss/gstosselement.h: same
5292 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
5293 Use rate probing provided by osselement.
5294 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
5296 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
5298 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
5299 (gst_xvidenc_get_property):
5302 2004-03-24 David Schleef <ds@schleef.org>
5304 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
5305 (gst_speexdec_init):
5306 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
5307 (gst_speexenc_init): Create the pad template correctly (from
5308 the static pad template, not a NULL pointer.)
5310 2004-03-25 Benjamin Otte <otte@gnome.org>
5312 * gst/debug/Makefile.am:
5313 * gst/debug/breakmydata.c:
5314 add element that quasi-randomly changes bytes in the stream.
5315 Intended use is robustness checking of demuxers and decoders in
5318 2004-03-24 Benjamin Otte <otte@gnome.org>
5320 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
5321 (gst_alsa_probe_hw_params):
5322 * ext/alsa/gstalsa.h:
5323 debugging output fixes
5325 2004-03-24 Benjamin Otte <otte@gnome.org>
5327 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
5328 don't g_return_if_fail if element is PLAYING, fail silently as every
5330 * gst/effectv/gstquark.c: (gst_quarktv_chain):
5331 only fix needed for cast lvalue issues in gst-plugins
5332 * gst/volenv/gstvolenv.c: (gst_volenv_init):
5335 2004-03-24 Benjamin Otte <otte@gnome.org>
5337 * gst/level/gstlevel.c: (gst_level_init):
5338 add proxying getcaps function, so level doesn't advertise impossible
5341 2004-03-24 David Schleef <ds@schleef.org>
5343 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
5344 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
5345 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
5346 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
5347 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
5348 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
5349 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
5350 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
5351 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
5352 messages. Divide the chunk size by the compression ratio
5353 (needed for MACE audio)
5355 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
5357 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
5358 Fix buffer overflow read error.
5360 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
5362 * ext/alsa/gstalsa.h:
5363 Remove unused entry.
5364 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5366 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
5367 (gst_videodrop_link), (gst_videodrop_chain):
5368 Fix, sort of. Was horribly broken with new capsnego. Bah...
5370 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
5372 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
5374 Add a monkeysaudio typefind function
5376 2004-03-23 Johan Dahlin <johan@gnome.org>
5378 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
5379 (gst_play_video_fixate): Check so the structure has the field
5380 before trying to fixate them, this makes it possible to have
5381 fakesinks for video and audio output without printing errors on
5384 2004-03-22 David Schleef <ds@schleef.org>
5386 * sys/oss/Makefile.am:
5387 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
5388 (check_rate), (add_rate): Rate probing test app.
5390 2004-03-21 Benjamin Otte <otte@gnome.org>
5392 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5393 (_fixate_caps_to_int), (gst_audio_convert_fixate):
5394 add a fixation function that pretty much does the right thing (fixes
5397 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
5399 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
5401 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
5403 reviewed by: Benjamin Otte <otte@gnome.org>
5405 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5406 terminate gst_event_new_discontinuous correctly (fixes parts of
5409 2004-03-19 David Schleef <ds@schleef.org>
5411 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
5412 since it doesn't depend on X, and it's part of our ABI.
5414 2004-03-19 Iain <iain@prettypeople.org>
5416 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
5417 is_int in the structure, not the local variable.
5419 2004-03-19 David Schleef <ds@schleef.org>
5421 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
5422 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
5423 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
5424 Improvements in caps negotiation.
5426 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5430 adding Afrikaans (Petri Jooste)
5432 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5434 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5435 (gst_ffmpegcolorspace_chain):
5436 throw error instead of g_critical (#137588)
5438 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5442 dist common and m4 correctly
5445 2004-03-17 David Schleef <ds@schleef.org>
5447 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
5450 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
5454 adding Swedish translation (Christian Rose)
5456 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
5458 * Makefile.am: use release.mak
5460 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5463 * common/gst-autogen.sh:
5464 add some explanation about the version detection
5468 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5470 * configure.ac: bump nano to 1
5472 === release 0.8.0 ===
5474 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5476 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
5478 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5481 update libtool version
5482 * gst-libs/gst/media-info/Makefile.am:
5483 actually use libtool version
5485 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5487 * configure.ac: fix speex detection to work with 1.0 but not 1.1
5489 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5492 * gst-plugins.spec.in:
5493 * pkgconfig/Makefile.am:
5494 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
5495 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5496 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5497 * pkgconfig/gstreamer-libs.pc.in:
5498 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5499 * pkgconfig/gstreamer-play-uninstalled.pc.in:
5500 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
5501 * pkgconfig/gstreamer-plugins.pc.in:
5502 remove @VERSION@ from some of the pc files since core and plugins
5504 created gstreamer-plugins.pc as it's a better name, but keeping
5505 -libs around for now to get fixes upstream done first.
5507 2004-03-15 Julien MOUTTE <julien@moutte.net>
5509 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
5510 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
5511 * gst-libs/gst/play/play.h:
5513 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5515 * *.c, *.cc: don't mix tabs and spaces
5517 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5519 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
5520 use the new ffmpegcolorspace
5521 * gst-plugins.spec.in:
5522 package new colorspace and media-info
5524 * pkgconfig/Makefile.am:
5525 fix some more disting issues
5526 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5527 * pkgconfig/gstreamer-media-info.pc.in:
5528 generate media-info pc files
5530 2004-03-15 Johan Dahlin <johan@gnome.org>
5532 * *.h: Revert indenting
5534 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5537 adding ffmpegcolorspace element
5538 * gst/ffmpegcolorspace/Makefile.am:
5539 * gst/ffmpegcolorspace/avcodec.h:
5540 * gst/ffmpegcolorspace/common.h:
5541 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
5542 * gst/ffmpegcolorspace/dsputil.h:
5543 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
5544 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5545 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
5546 (gst_ffmpeg_caps_to_pix_fmt):
5547 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
5548 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5549 (gst_ffmpegcolorspace_caps_remove_format_info),
5550 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
5551 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
5552 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
5553 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
5554 (gst_ffmpegcolorspace_set_property),
5555 (gst_ffmpegcolorspace_get_property),
5556 (gst_ffmpegcolorspace_register):
5557 * gst/ffmpegcolorspace/imgconvert.c:
5558 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
5559 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
5560 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
5561 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
5562 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
5563 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
5564 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
5565 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
5566 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
5567 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
5568 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
5569 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
5570 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
5571 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
5572 (img_get_alpha_info), (deinterlace_line),
5573 (deinterlace_line_inplace), (deinterlace_bottom_field),
5574 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
5575 * gst/ffmpegcolorspace/imgconvert_template.h:
5576 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
5577 * gst/ffmpegcolorspace/mmx.h:
5578 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
5579 adding ffmpegcolorspace element supplied by Ronald after cleaning
5580 up and pulling in the right bits of upstream source.
5581 I'm sure a better C/compiler wizard could do some cleaning up (for
5582 example use GLIB's malloc stuff), but as a first pass this
5585 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5587 * ext/alsa/gstalsa.h:
5588 I assume Ronald forgot to commit the change to have cardname
5589 as a struct member. Expect some public spanking at the next
5592 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
5594 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
5595 (gst_alsa_open_audio), (gst_alsa_close_audio):
5596 * ext/alsa/gstalsa.c:
5597 Don't open the device if we're a mixer (= padless).
5598 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
5599 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
5600 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
5601 Open mixer during state change rather than during object
5602 initialization. Also, get a device name. Currently in a somewhat
5603 hackish fashion, but I didn't really find something better.
5605 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
5607 * *.c, *.h: run gst-indent
5609 2004-03-14 Benjamin Otte <otte@gnome.org>
5611 * gst/modplug/gstmodplug.cc:
5612 * gst/modplug/gstmodplug.h:
5613 set correct timestamps on outgoing buffers
5615 2004-03-14 Benjamin Otte <otte@gnome.org>
5617 * gst/modplug/gstmodplug.cc:
5618 handle events - don't do crap when a discont arrives that's not
5620 This allows correct loading and playback of mods in Rhythmbox
5622 2004-03-14 Benjamin Otte <otte@gnome.org>
5625 * gst-libs/gst/gconf/Makefile.am:
5626 * pkgconfig/Makefile.am:
5627 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
5628 they get rebuilt properly
5630 when checking for vorbis, try pkgconfig first.
5631 * gst/modplug/gstmodplug.cc:
5634 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
5636 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5637 Fix for obvious mistake, where we first shift the offset and then
5638 read a samplesize element assuming the old offset. Note that this
5639 part still has something weird, i.e. my movies containing those
5640 don't actually play well, but at least there's something that looks
5643 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
5644 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
5646 Add a typefind function for speex format
5648 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
5650 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
5651 (gst_asf_demux_setup_pad):
5652 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
5653 instead of 0. Reason is simple: some elements have a fps range
5654 of 1-max instead of 0-max. So now ASF video actually works.
5656 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
5660 adding serbian as a language
5662 2004-03-13 Benjamin Otte <otte@gnome.org>
5664 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
5665 return taglist correctly from _get function, don't gst_pad_push it.
5668 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
5669 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5671 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
5673 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
5674 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
5675 (gst_alsa_mixer_track_new):
5676 * ext/alsa/gstalsamixertrack.h:
5677 Fix ancient leftovers... MixerTrack is a GObject.
5679 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
5681 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5682 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5683 Don't block during probing...
5685 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
5687 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
5688 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
5689 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
5690 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
5691 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
5692 (gst_alsa_open_audio), (gst_alsa_close_audio):
5693 * ext/alsa/gstalsa.h:
5694 Add propertyprobe interface implementation, add some device-name
5695 property, all this so that it looks good in gnome-volume-control.
5697 2004-03-12 David Schleef <ds@schleef.org>
5699 * configure.ac: the Hermes library controls hermescolorspace, not
5701 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
5702 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
5704 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
5705 * ext/sdl/sdlvideosink.h: ditto.
5706 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
5708 2004-03-12 Benjamin Otte <otte@gnome.org>
5710 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
5711 (gst_x_overlay_got_xwindow_id):
5712 * gst-libs/gst/xoverlay/xoverlay.h:
5713 replace XID with unsigned long to get rid of the xlibs dependency in
5714 XOverlay (fixes #137004)
5716 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
5717 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
5718 (gst_agingtv_setup):
5719 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
5720 (gst_dicetv_base_init), (gst_dicetv_class_init),
5721 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
5722 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
5723 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
5724 (gst_edgetv_setup), (gst_edgetv_rgb32):
5725 * gst/effectv/gsteffectv.c:
5726 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
5727 (gst_quarktv_set_property):
5728 * gst/effectv/gstrev.c: (gst_revtv_get_type),
5729 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
5730 (gst_revtv_setup), (gst_revtv_rgb32):
5731 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
5732 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
5733 (gst_shagadelictv_init), (gst_shagadelictv_setup),
5734 (gst_shagadelictv_rgb32):
5735 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
5736 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
5737 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
5738 * gst/effectv/gstwarp.c:
5739 Port everything that can be ported to videofilter and fix up the caps.
5740 Can someone with a big-endian machine please check these?
5742 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
5744 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
5745 (gst_osssink_chain), (gst_osssink_change_state):
5746 Latest fixes for A/V sync, audio playback and such. This is about
5747 all... MPEG playback issues are mostly related to the async build-
5748 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
5750 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
5752 patch from: Stephane Loeuillet
5755 use pkg-config for some libraries, falling back to the old .m4 way
5760 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
5763 * tools/Makefile.am:
5764 * tools/Makefile.in:
5765 * tools/gst-launch-ext-m.m:
5766 * tools/gst-launch-ext.1.in:
5767 * tools/gst-visualise-m.m:
5768 * tools/gst-visualise.1:
5769 * tools/gst-visualise.1.in:
5770 reorganizing generation of script tools
5772 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
5774 * ext/divx/gstdivxdec.c:
5775 Downgrade priority. We prefer ffdec_mpeg4.
5776 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
5777 (gst_faad_chain), (gst_faad_change_state):
5778 Fix capsnego. Doesn't work for some sounds because we don't have
5779 a 5:1 to stereo element.
5780 * ext/xvid/gstxvid.c: (plugin_init):
5782 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
5783 (gst_osssink_change_state):
5784 Add discont handling.
5786 2004-03-09 Colin Walters <walters@verbum.org>
5788 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
5791 2004-03-09 Benjamin Otte <otte@gnome.org>
5793 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
5794 the signals take 2 arguments
5796 2004-03-09 David Schleef <ds@schleef.org>
5798 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
5799 (gst_alsa_fixate): Add fixate function. (bug #136686)
5800 * ext/alsa/gstalsa.h:
5801 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
5803 2004-03-09 Benjamin Otte <otte@gnome.org>
5805 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
5806 (gst_mikmod_change_state):
5807 * ext/mikmod/gstmikmod.h:
5808 make mikmod's loop function not loop infinitely and call
5809 gst_element_yield anymore
5810 * gst/modplug/gstmodplug.cc:
5811 fix pad negotiation (fixes #136590)
5813 2004-03-09 David Schleef <ds@schleef.org>
5815 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
5816 doesn't conflict with the internal colorspace plugin.
5817 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
5818 satisfy the crappy-ass shell shipped by a certain vendor.
5819 * gst/videofilter/make_filter: same (bug #135299)
5821 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5823 * configure.ac: bump nano to 1
5825 === release 0.7.6 ===
5827 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5829 * configure.in: releasing 0.7.6, "There"
5831 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5833 * pkgconfig/gstreamer-play-uninstalled.pc.in:
5834 * pkgconfig/gstreamer-play.pc.in:
5837 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5839 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
5840 (cdparanoia_open), (cdparanoia_event):
5841 fix/add error handling
5843 add cdparanoia source
5844 * tools/Makefile.am:
5845 make scripts executable
5847 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5850 * ext/vorbis/Makefile.am:
5852 remove id3types, vorbisfile and xvideosink from the build (#133783)
5854 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
5856 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
5857 Fix metadata read crash (#136537).
5859 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
5861 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
5862 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
5863 adding mime types, fixing the one-stop function
5865 2004-03-08 Christian Schaller <Uraeus@gnome.org>
5867 * ext/nas/nassink.c and /ext/nas/nassink.h:
5868 More NAS love from Arwed von Merkatz
5869 So lets all sing 'Can you feel the NAS tonight'
5871 2004-03-08 Christian Schaller <Uraeus@gnome.org>
5873 * tools/gst-launch-ext.in:
5874 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
5876 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
5878 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
5879 (gst_mpeg2dec_init):
5880 remove the user_data pad for now, because it is being used in
5881 fixating causing MPEG playback to fixate on 1000 Hz for playback.
5882 If someone knows how to fix this properly, please do.
5884 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
5886 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5887 (gst_osssink_get_time):
5888 add a warning, IMO this won't get triggered anymore, remove later
5890 2004-03-07 David Schleef <ds@schleef.org>
5892 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
5893 format (bug #136470)
5895 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
5897 * gst-libs/Makefile.am:
5898 * gst-libs/gst/media-info/Makefile.am:
5899 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
5900 (error_callback), (gst_media_info_error_create),
5901 (gst_media_info_error_element), (gmip_init), (gmip_reset),
5902 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
5903 * gst-libs/gst/media-info/media-info-priv.h:
5904 * gst-libs/gst/media-info/media-info-test.c: (main):
5905 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
5906 (gst_media_info_class_init), (gst_media_info_instance_init),
5907 (gst_media_info_set_source), (gst_media_info_read_with_idler),
5908 (gst_media_info_read_idler), (gst_media_info_read):
5909 * gst-libs/gst/media-info/media-info.h:
5910 fixed, should work now
5912 2004-03-07 Christian Schaller <Uraeus@gnome.org>
5914 * ext/nas/nassink.c:
5915 A bunch of NAS fixes from Arwed von Merkatz
5917 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
5919 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
5920 (qtdemux_parse_trak):
5921 Fix crash (j might be greater than n_samples, in which case we're
5922 writing outside the allocated space for the array) and memleak.
5924 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
5926 * sys/oss/gstosssink.c: (gst_osssink_chain):
5927 And another caller that couldn't handle delay < 0 (unsigned
5928 integer overflow). Video now continues playing on an audio
5929 buffer underrun, and the clock continues working. Audio still
5932 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
5934 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5935 (gst_osssink_get_time):
5936 get_delay() may return values lower than 0. In those cases, we
5937 should not actually cast to *unsigned* int64, that will break
5938 stuff horribly. In my case, it screwed up A/V sync in movies
5939 in totem rather badly.
5941 2004-03-06 Christophe Fergeau <teuf@gnome.org>
5943 * ext/faac/gstfaac.c: (gst_faac_chain):
5944 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
5945 * ext/libpng/gstpngenc.c: (user_write_data):
5946 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
5947 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
5948 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
5949 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
5950 Fix several misuse of gst_buffer_merge (it doesn't take ownership
5951 of any buffer), should fix some leaks. I hope I didn't unref buffers
5952 that shouldn't be...
5954 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5956 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
5957 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
5958 (error_callback), (gmi_reset), (gmi_seek_to_track),
5959 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
5960 (gmip_find_type_post), (gmip_find_stream_post),
5961 (gmip_find_track_streaminfo_post):
5962 * gst-libs/gst/media-info/media-info-priv.h:
5963 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
5964 (info_print), (main):
5965 * gst-libs/gst/media-info/media-info.c:
5966 (gst_media_info_error_create), (gst_media_info_error_element),
5967 (gst_media_info_instance_init), (gst_media_info_get_property),
5968 (gst_media_info_new), (gst_media_info_set_source),
5969 (gst_media_info_read_idler), (gst_media_info_read):
5970 * gst-libs/gst/media-info/media-info.h:
5971 first pass at making this work again. This seems to work on
5972 tagged ogg/vorbis and mp3 files.
5974 2004-03-06 Benjamin Otte <otte@gnome.org>
5976 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5977 fix huge leak: gst_buffer_merge doesn't unref the first argument
5980 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5982 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
5983 report layer/mode/emphasis
5985 2004-03-06 Christophe Fergeau <teuf@gnome.org>
5987 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
5989 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5991 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
5994 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5996 * ext/vorbis/vorbis.c: (plugin_init):
5997 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
5998 (gst_vorbis_dec_init), (vorbis_dec_event):
6000 make vorbisdec handle _BYTE and _TIME queries
6002 2004-03-06 Christophe Fergeau <teuf@gnome.org>
6004 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
6005 from the xing header
6007 2004-03-06 Benjamin Otte <otte@gnome.org>
6009 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
6010 (gst_audio_convert_link), (gst_audio_convert_change_state),
6011 (gst_audio_convert_buffer_from_default_format):
6012 do conversions from/to float correctly, fix some caps nego errors,
6013 export correct supported caps in template and getcaps, use correct
6014 caps in try_set_caps functions
6016 2004-03-06 Christophe Fergeau <teuf@gnome.org>
6018 For some reason, I only committed a ChangeLog entry yesterday and
6019 not the corresponding code...
6020 * ext/mad/gstmad.c: Fix detection of Xing headers
6021 * gst/tags/gstid3tag.c: Changes to support TLEN tags
6023 2004-03-06 Benjamin Otte <otte@gnome.org>
6025 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
6026 (gst_ogg_demux_src_query):
6027 make sure to handle the case where there's no current chain
6030 2004-03-05 David Schleef <ds@schleef.org>
6032 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
6033 Add fixate function. (bug #131128)
6034 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
6035 (gst_sdlvideosink_fixate): Add fixate function.
6036 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6037 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
6038 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
6039 Fix missing break that was causing ulaw to be interpreted as
6042 2004-03-05 David Schleef <ds@schleef.org>
6044 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
6045 Fix code that ignores return value of gst_buffer_merge().
6047 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
6048 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
6049 * testsuite/gst-lint: Check for above.
6051 2004-03-05 David Schleef <ds@schleef.org>
6053 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
6054 caps and throw an element error. (bug #136334)
6056 2004-03-05 David Schleef <ds@schleef.org>
6058 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
6059 (gst_faad_chain): Fix negotiation.
6060 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
6061 key and button events.
6062 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
6064 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
6066 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
6067 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
6068 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
6069 function to encourage better negotiation, particularly between
6070 audioconvert and osssink.
6071 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6072 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
6074 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
6076 * gst/vbidec/vbiscreen.c: Add glib header
6077 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
6079 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
6081 * ext/mad/gstmad.c: Fix detection of Xing headers
6082 * gst/tags/gstid3tag.c: Changes to support TLEN tags
6084 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
6086 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
6087 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
6090 2004-03-06 Christophe Fergeau <teuf@gnome.org>
6092 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6093 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
6094 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
6095 files, and report the parsed length as a GST_TAG_DURATION tag.
6096 * gst/tags/gstid3tag.c: support TLEN (duration) tag
6098 2004-03-05 Benjamin Otte <otte@gnome.org>
6100 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
6101 convert channels correctly. convert correctly to unsigned.
6103 2004-03-05 Julien MOUTTE <julien@moutte.net>
6105 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
6106 we have a window before clearing it.
6108 2004-03-05 Julien MOUTTE <julien@moutte.net>
6110 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
6111 have a window before clearing it.
6113 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
6115 * gconf/gstreamer.schemas.in:
6116 * gst-libs/gst/gconf/Makefile.am:
6117 version installation path the same way as for 0.6
6118 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6119 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6120 * pkgconfig/gstreamer-play-uninstalled.pc.in:
6121 remove comment that was fixed
6123 2004-03-05 David Schleef <ds@schleef.org>
6125 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
6126 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
6127 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
6128 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
6129 Add prototype code for handling seeking and querying.
6131 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
6133 * examples/gstplay/player.c: (main):
6134 Initialize variables to NULL. Prevents a segfault because the
6135 (uninitialized) variable is not NULL, resulting in a crash on
6136 trying to reach error->message.
6138 2004-03-05 Benjamin Otte <otte@gnome.org>
6140 * gst/audioconvert/gstaudioconvert.c:
6141 (gst_audio_convert_buffer_to_default_format):
6142 make float=>int conversion work correctly even in cornercases.
6144 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
6146 * debian/README.Debian:
6147 * debian/build-deps:
6150 * debian/control.in:
6152 * debian/gstreamer-a52dec.files:
6153 * debian/gstreamer-aa.files:
6154 * debian/gstreamer-alsa.files:
6155 * debian/gstreamer-alsa.manpages:
6156 * debian/gstreamer-arts.files:
6157 * debian/gstreamer-artsd.files:
6158 * debian/gstreamer-audiofile.files:
6159 * debian/gstreamer-avifile.files:
6160 * debian/gstreamer-cdparanoia.files:
6161 * debian/gstreamer-colorspace.files:
6162 * debian/gstreamer-doc.files:
6163 * debian/gstreamer-dv.files:
6164 * debian/gstreamer-dvd.files:
6165 * debian/gstreamer-esd.files:
6166 * debian/gstreamer-festival.files:
6167 * debian/gstreamer-flac.files:
6168 * debian/gstreamer-gconf.conffiles:
6169 * debian/gstreamer-gconf.files:
6170 * debian/gstreamer-gconf.postinst:
6171 * debian/gstreamer-gnomevfs.files:
6172 * debian/gstreamer-gsm.files:
6173 * debian/gstreamer-http.files:
6174 * debian/gstreamer-jack.files:
6175 * debian/gstreamer-jpeg.files:
6176 * debian/gstreamer-mad.files:
6177 * debian/gstreamer-mikmod.files:
6178 * debian/gstreamer-misc.files:
6179 * debian/gstreamer-mpeg2dec.files:
6180 * debian/gstreamer-oss.files:
6181 * debian/gstreamer-plugin-apps.files:
6182 * debian/gstreamer-plugin-apps.manpages:
6183 * debian/gstreamer-plugin-libs-dev.files:
6184 * debian/gstreamer-plugin-libs.files:
6185 * debian/gstreamer-plugin-template.postinst:
6186 * debian/gstreamer-plugin-template.postrm:
6187 * debian/gstreamer-sdl.files:
6188 * debian/gstreamer-sid.files:
6189 * debian/gstreamer-vorbis.files:
6190 * debian/gstreamer-x.files:
6191 * debian/mk.control:
6193 Debian package info not maintained here.
6195 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
6197 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
6198 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
6199 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
6200 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
6201 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
6202 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
6203 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
6204 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
6205 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
6206 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
6207 * gst-libs/gst/colorbalance/colorbalance.c:
6208 (gst_color_balance_class_init):
6209 * gst-libs/gst/colorbalance/colorbalancechannel.c:
6210 (gst_color_balance_channel_class_init):
6211 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
6212 * gst-libs/gst/play/play.c: (gst_play_class_init):
6213 * gst-libs/gst/propertyprobe/propertyprobe.c:
6214 (gst_property_probe_iface_init):
6215 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
6216 * gst-libs/gst/tuner/tunerchannel.c:
6217 (gst_tuner_channel_class_init):
6218 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
6219 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
6220 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
6221 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
6222 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
6223 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6224 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6225 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
6226 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
6227 fix signals to use - instead of _
6228 * ext/libcaca/gstcacasink.h:
6229 * ext/sdl/sdlvideosink.h:
6232 2004-03-04 David Schleef <ds@schleef.org>
6234 * testsuite/gst-lint: Add a check for bad signal names.
6236 2004-03-04 <kost@imn.htwk-leipzig.de>
6238 reviewed by David Schleef
6240 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
6241 modified the alpha channel and caused a warning. (bug #136192)
6243 2004-04-03 Christian Schaller <Uraeus@gnome.org>
6245 * gst-plugins.spec.in:
6246 Change names of plugins to actually be correct. Try to keep things
6247 alphabetical to avoid getting beat up by Thomas
6249 2004-03-03 Julien MOUTTE <julien@moutte.net>
6251 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
6252 Using ximagesink as a default if no gconf key found. We should
6253 probably consider using alsasink instead of osssink for the audio
6256 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
6259 fix --with-plugins, don't think it ever worked before
6260 * gst-plugins.spec.in:
6263 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
6265 * ext/sdl/sdlvideosink.h:
6266 * sys/ximage/ximagesink.h:
6267 * sys/xvideo/xvideosink.h:
6268 * sys/xvimage/xvimagesink.h:
6269 Fix for move of gstvideosink.h -> videosink.h.
6271 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
6273 * gst-libs/gst/xwindowlistener/Makefile.am:
6274 this is a plugin library, not a library
6276 2004-03-01 David Schleef <ds@schleef.org>
6278 * AUTHORS: Added some names. Add yourself if you're still
6281 2004-03-01 David Schleef <ds@schleef.org>
6285 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
6287 * gst-plugins.spec.in: clean up spec file
6289 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
6291 * gst-libs/gst/video/Makefile.am:
6292 * gst-libs/gst/video/gstvideosink.c:
6293 * gst-libs/gst/video/gstvideosink.h:
6294 rename gstvideosink.h to videosink.h to match other headers
6295 * gst/mixmatrix/Makefile.am:
6297 * gst/tags/Makefile.am: fix plugin filename
6299 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
6301 * gst/tags/Makefile.am: fix plugin filename
6303 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
6305 * examples/gstplay/player.c: (got_time_tick), (main):
6307 display time_tick more readably
6308 * gst/mixmatrix/Makefile.am:
6309 fix plugin file name
6311 2004-02-29 Christophe Fergeau <teuf@gnome.org>
6313 * sys/oss/gstosselement.c: (gst_osselement_probe),
6314 (device_combination_append), (gst_osselement_class_probe_devices):
6315 * sys/oss/gstosselement.h:
6316 Reworked enumeration of oss dsps and mixers so that gst-mixer works
6317 on my system using alsa oss emulation, fixes bug #135597
6319 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
6321 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
6322 (gst_videodrop_chain), (gst_videodrop_change_state):
6323 * gst/videodrop/gstvideodrop.h:
6324 Work based on timestamp of input data, not based on the expected
6325 framerate from the input. The consequence is that this element now
6326 not only scales framerates, but also functions as a framerate
6327 corrector or framerate stabilizer/constantizer.
6329 2004-02-27 David Schleef <ds@schleef.org>
6331 patches from jmmv@menta.net (Julio M. Merino Vidal)
6333 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
6334 GST_ELEMENT_ERROR call (bug #135634)
6335 * gst/interleave/interleave.c: (interleave_buffered_loop),
6336 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
6337 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
6338 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
6339 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
6340 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
6341 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
6342 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
6343 Fix GST_ELEMENT_ERROR call.
6344 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
6345 GST_ELEMENT_ERROR call.
6347 2004-02-27 Benjamin Otte <otte@gnome.org>
6349 * gst-libs/gst/audio/audio.h:
6350 add macro to make sure header isn't included twice
6351 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
6352 don't use gst_buffer_free
6353 * gst/playondemand/filter.func:
6354 don't use gst_data_free. Free data only once.
6356 2004-02-26 David Schleef <ds@schleef.org>
6358 * gst-libs/gst/colorbalance/Makefile.am:
6359 * gst-libs/gst/mixer/Makefile.am:
6360 * gst-libs/gst/tuner/Makefile.am:
6361 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
6362 should not be disted, -marshal.h files should not be installed,
6363 and -enum.h files _should_ be installed. Fix to make this the
6366 === release 0.7.5 ===
6368 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
6370 * configure.ac: release 0.7.5, "Under The Sea"
6372 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
6374 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6375 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
6376 * gst/videoscale/gstvideoscale.c:
6377 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
6378 assorted debug/warning fixes
6380 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
6382 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
6383 (gst_videoscale_init), (gst_videoscale_chain),
6384 (gst_videoscale_set_property), (plugin_init):
6385 * gst/videoscale/gstvideoscale.h:
6386 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
6387 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
6388 (gst_videoscale_planar400), (gst_videoscale_packed422),
6389 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
6390 (gst_videoscale_24bit), (gst_videoscale_16bit),
6391 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
6392 (gst_videoscale_scale_plane_slow),
6393 (gst_videoscale_scale_point_sample),
6394 (gst_videoscale_scale_nearest),
6395 (gst_videoscale_scale_nearest_str2),
6396 (gst_videoscale_scale_nearest_str4),
6397 (gst_videoscale_scale_nearest_32bit),
6398 (gst_videoscale_scale_nearest_24bit),
6399 (gst_videoscale_scale_nearest_16bit):
6400 add debugging category and use it properly
6401 fix use of GST_PTR_FORMAT
6403 2004-02-25 Andy Wingo <wingo@pobox.com>
6405 * gst/interleave/interleave.c (interleave_buffered_loop): Always
6406 push only when channel->buffer is NULL. Prevents segfaults doing
6407 the state change after a nonlocal exit, like a scheme exception.
6409 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
6410 Handle the case where the intersected caps is empty.
6412 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
6414 * gst/law/mulaw-decode.c: (mulawdec_link):
6415 * gst/law/mulaw.c: (plugin_init):
6416 fix mulawdec so it actually works again
6418 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
6420 reviewed by: David Schleef <ds@schleef.org>
6422 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
6423 (gst_gamma_init), (gst_gamma_set_property),
6424 (gst_gamma_get_property), (gst_gamma_calculate_tables),
6425 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
6426 for RGB, with separate r g and b correction factors. (#131167)
6428 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
6430 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6431 only signal tags for bitrate if they're > 0 (#134894)
6433 2004-02-24 David Schleef <ds@schleef.org>
6435 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
6436 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
6437 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
6438 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
6439 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
6440 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
6441 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
6442 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
6443 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
6444 category. Attempt to fix timestamp calculation.
6446 2004-02-24 Johan Dahlin <johan@gnome.org>
6448 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
6450 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
6453 * gconf/Makefile.am:
6454 * gconf/gstreamer.schemas:
6455 * gst-libs/gst/gconf/Makefile.am:
6456 * gst-libs/gst/gconf/gconf.c:
6457 version gconf schemas and install locations
6459 2004-02-23 Benjamin Otte <otte@gnome.org>
6461 * ext/xine/xineinput.c: (gst_xine_input_dispose):
6462 (gst_xine_input_subclass_init):
6463 call parent dispose.
6464 change pad template for CD reader correctly
6465 * ext/xine/Makefile.am:
6466 * ext/xine/gstxine.h:
6467 * ext/xine/xine.c: (plugin_init):
6468 * ext/xine/xineaudiosink.c:
6469 wrap audio sinks, too
6470 * gst-libs/gst/resample/private.h:
6471 * gst-libs/gst/resample/resample.c: (gst_resample_init),
6472 (gst_resample_reinit), (gst_resample_scale),
6473 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
6474 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
6475 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
6476 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
6477 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
6478 * gst-libs/gst/resample/resample.h:
6479 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
6480 (gst_audioscale_class_init), (gst_audioscale_link),
6481 (gst_audioscale_get_buffer), (gst_audioscale_init),
6482 (gst_audioscale_chain), (gst_audioscale_set_property),
6483 (gst_audioscale_get_property):
6484 * gst/audioscale/gstaudioscale.h:
6485 s/resample_*/gst_resample_*/i to not clobber namespaces
6487 2004-02-23 Julien MOUTTE <julien@moutte.net>
6489 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6490 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6491 (gst_riff_create_video_template_caps),
6492 (gst_riff_create_audio_template_caps),
6493 (gst_riff_create_iavs_template_caps):
6494 * gst-libs/gst/riff/riff-media.h:
6495 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
6496 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
6497 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
6498 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6499 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6500 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
6501 (gst_matroska_demux_plugin_init): First batch implementing audio and
6502 video codec tags in demuxers.
6504 2004-02-22 Benjamin Otte <otte@gnome.org>
6506 * ext/xine/Makefile.am:
6507 * ext/xine/gstxine.h:
6508 * ext/xine/xine.c: (plugin_init):
6509 * ext/xine/xineinput.c:
6510 add input plugin wrapper. Playback from files, http, mms and cdda
6512 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
6513 remove leftover G_GNUC_UNUSED
6514 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
6515 (gst_asf_demux_identify_guid):
6516 improve debugging output
6518 2004-02-22 Benjamin Otte <otte@gnome.org>
6520 reported by: Padraig O'Briain <padraig.obriain@sun.com>
6523 replace test -e with test -x for mkinstalldirs to be more portable.
6526 2004-02-22 Benjamin Otte <otte@gnome.org>
6528 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
6530 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
6532 * gst/volume/gstvolume.c: (plugin_init):
6536 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
6538 reviewed by Benjamin Otte <otte@gnome.org>
6540 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
6541 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
6543 2004-02-22 Benjamin Otte <otte@gnome.org>
6546 export [_]*{gst,Gst,GST}.* symbols from plugins
6548 2004-02-22 Christophe Fergeau <teuf@gnome.org>
6550 reviewed by: Benjamin Otte <otte@gnome.org>
6552 * ext/lame/gstlame.c: (add_one_tag):
6553 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6554 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
6555 (gst_vorbisenc_metadata_set1):
6556 * gst/tags/gstid3tag.c:
6557 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
6558 apply fixes from bugs #135042 (lame can't write tags) and #133817
6559 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
6561 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
6563 * configure.ac: Export only gst_plugin_desc from plugins.
6564 Note that this change only makes any effect with Linux using libtool
6565 1.5.2 or higher. Otherwise it is silently ignored, but it would build
6566 fine. And don't try to have several versions of libtool in different
6569 2004-02-20 Andy Wingo <wingo@pobox.com>
6571 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
6572 interleave respectively.
6574 * gst/interleave/deinterleave.c: New plugin: deinterleave
6575 (replaces on oneton).
6576 * gst/interleave/interleave.c: New plugin: interleave.
6577 * gst/interleave/plugin.h: Support file.
6578 * gst/interleave/plugin.c: Support file.
6580 * configure.ac: Remove intfloat and oneton, add interleave.
6582 * ext/sndfile/gstsf.c: Handle events better.
6584 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
6585 and float2int operation. int2float has scheduling problems as
6586 noted in in2float_chain.
6588 2004-02-20 Benjamin Otte <otte@gnome.org>
6590 * ext/xine/Makefile.am:
6591 * ext/xine/gstxine.h:
6593 * ext/xine/xineaudiodec.c:
6594 * ext/xine/xinecaps.c:
6595 add first version of xine plugin wrapper. Currently only wraps the
6596 QDM2 win32 DLL, and even that only in proof-of-concept quality.
6599 add xine plugin wrapper, disabled by default. Use --enable-xine to
6600 build. Note that it'll segfault on gst-register if you don't remove
6601 the goom and tvtime post plugins from xine.
6602 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6603 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
6604 add extradata parsing for QDM2.
6605 change around debugging prints.
6607 2004-02-19 Benjamin Otte <otte@gnome.org>
6609 * ext/lame/gstlame.c: (gst_lame_chain):
6610 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6611 use gst_tag_list_insert when you want to insert tags
6613 2004-02-18 David Schleef <ds@schleef.org>
6615 * configure.ac: Move massink to gst-rotten
6617 * ext/mas/Makefile.am:
6618 * ext/mas/massink.c:
6619 * ext/mas/massink.h:
6621 2004-02-18 David Schleef <ds@schleef.org>
6623 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
6624 typefinding, since it seems to be worse than nothing.
6625 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
6626 atom to recognize .mp4 and .m4a files as video/quicktime.
6628 2004-02-18 David Schleef <ds@schleef.org>
6630 * gst/sine/demo-dparams.c: (quit_live),
6631 (dynparm_log_value_changed), (dynparm_value_changed), (main):
6632 Use double dparams, not float.
6633 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6634 (gst_sinesrc_init): Change sync default to FALSE, since multiple
6635 sync'd elements don't really work correctly.
6636 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
6637 (volume_update_volume), (volume_get_property): Change dparam
6640 2004-02-18 Julien MOUTTE <julien@moutte.net>
6642 * sys/ximage/ximagesink.c:
6643 (gst_ximagesink_xwindow_update_geometry),
6644 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
6645 (gst_ximagesink_change_state), (gst_ximagesink_expose),
6646 (gst_ximagesink_init): Rework the way software video scaling works. So
6647 now we check on each chain call if the video frames are feeling the
6648 window. If not we try to renegotiate caps. On failure we memorize that
6649 and we won't try again for that PLAYING sessions.
6650 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
6652 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
6655 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
6657 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
6658 break up _link so we can give a better debug message for errors
6660 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
6662 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6663 set up debug category
6665 2004-02-18 Julien MOUTTE <julien@moutte.net>
6667 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6668 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
6669 the way renegotiation work. The event handling function is not taking
6670 care of external windows and renegotiate method check for pad flags
6671 NEGOTIATING. Should fix : #133209
6673 2004-02-17 Julien MOUTTE <julien@moutte.net>
6675 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
6676 pad is negotiating before trying renegotiation.
6678 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
6680 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
6681 pass on all possible mime types as typefind hints
6683 2004-02-17 Julien MOUTTE <julien@moutte.net>
6685 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
6686 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
6687 possible SHM leak if we crash. All other apps using XShm are doing
6690 2004-02-17 Julien MOUTTE <julien@moutte.net>
6692 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6693 (gst_ximagesink_expose): Renegotiate size on expose.
6694 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
6697 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
6699 * testsuite/alsa/sinesrc.c:
6700 cosmetic fix to fix compile issue with gcc 2.95.4
6702 2004-02-16 Julien MOUTTE <julien@moutte.net>
6704 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
6705 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
6706 failed opening the audio device.
6707 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6708 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
6709 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
6710 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
6711 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
6712 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6713 (gst_ximagesink_change_state), (gst_ximagesink_chain),
6714 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
6715 Removing some useless g_return_if_fail like wingo suggested.
6716 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6717 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
6718 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
6719 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
6720 (gst_xvimagesink_update_colorbalance),
6721 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
6722 (gst_xvimagesink_xcontext_clear),
6723 (gst_xvimagesink_get_fourcc_from_caps),
6724 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
6725 (gst_xvimagesink_set_xwindow_id),
6726 (gst_xvimagesink_colorbalance_list_channels),
6727 (gst_xvimagesink_colorbalance_set_value),
6728 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
6729 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
6731 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
6733 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6734 throw error when not negotiated instead of asserting
6736 2004-02-15 Julien MOUTTE <julien@moutte.net>
6738 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
6739 correct data refcounting.
6741 2004-02-15 Julien MOUTTE <julien@moutte.net>
6743 * gst/switch/gstswitch.c: (gst_switch_change_state),
6744 (gst_switch_class_init): Cleaning the sinkpads correctly on state
6745 change, mostly the EOS flag.
6747 2004-02-15 Julien MOUTTE <julien@moutte.net>
6749 * examples/gstplay/player.c: (got_eos), (main): Adding some
6750 output for debugging.
6751 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
6752 timeouts if we go to any state different from PLAYING.
6753 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
6754 more EOS bugs in riff lib.
6756 2004-02-14 Julien MOUTTE <julien@moutte.net>
6758 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
6759 visualization until i find a way to fix switch correctly.
6760 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
6762 * gst/switch/gstswitch.c: (gst_switch_release_pad),
6763 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
6764 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
6765 Reworked switch to get a more correct behaviour with events and refing
6766 of data stored in sinkpads.
6767 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
6768 we don't pull from a pad in EOS.
6770 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
6772 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6773 remove v1 tag even if we can't read it (makes sure we don't detect
6776 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
6778 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
6779 (gst_alsa_xrun_recovery):
6780 * ext/alsa/gstalsa.h:
6781 try xrun recovery when wait failed. Make xrun recovery function
6782 return TRUE/FALSE to indicate success. (might fix #134354)
6784 2004-02-13 David Schleef <ds@schleef.org>
6786 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
6787 (dynparm_value_changed), (main): Convert from float to double.
6788 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
6790 2004-02-13 David Schleef <ds@schleef.org>
6792 * gst/silence/gstsilence.c: (gst_silence_class_init),
6793 (gst_silence_set_clock), (gst_silence_get),
6794 (gst_silence_set_property), (gst_silence_get_property):
6795 * gst/silence/gstsilence.h: Add sync property.
6796 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6797 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
6798 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
6799 * gst/sine/gstsinesrc.h: Add sync property.
6801 2004-02-13 David Schleef <ds@schleef.org>
6803 * gst/intfloat/gstint2float.c: (conv_f32_s16),
6804 (gst_int2float_chain_gint16): Change stdint usage to glib types.
6806 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
6810 * gst-libs/ext/Makefile.am:
6811 move ffmpeg plugin to gst-ffmpeg module
6813 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
6815 * configure.ac: use GST_ARCH to detect architecture
6817 2004-02-12 Julien MOUTTE <julien@moutte.net>
6819 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
6821 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6823 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
6824 classify LADSPA plugins based on number of src/sink pads
6825 (#133663, Stefan Kost)
6826 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
6827 fix dparams registration
6828 (#133528, Stefan Kost)
6829 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
6830 fix use of isprint and use g_ascii_isprint instead
6831 (#133316, Stefan Kost)
6833 2004-02-11 David Schleef <ds@schleef.org>
6835 Convert a few inner loops to use liboil. This is currently
6836 optional, and is only enabled if liboil is present (duh!).
6837 * configure.ac: Check for liboil-0.1
6838 * gst/intfloat/Makefile.am:
6839 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
6840 (gst_int2float_chain_gint16):
6841 * gst/videofilter/Makefile.am:
6842 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
6843 (tablelookup_u8), (gst_videobalance_planar411):
6844 * gst/videotestsrc/Makefile.am:
6845 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
6846 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
6847 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
6848 (paint_hline_RGB565), (paint_hline_xRGB1555):
6850 2004-02-11 David Schleef <ds@schleef.org>
6852 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
6853 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
6854 (gst_colorspace_getcaps), (gst_colorspace_link),
6855 (gst_colorspace_base_init), (gst_colorspace_init),
6856 (gst_colorspace_chain), (gst_colorspace_change_state),
6857 (plugin_init): Merge Ronald's patch (bug #117897) and update
6858 for new caps and negotiation. Seems to work, although it
6859 shows off bugs in lcs.
6861 2004-02-11 David Schleef <ds@schleef.org>
6863 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
6864 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
6866 2004-02-11 David Schleef <ds@schleef.org>
6868 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
6869 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
6870 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
6871 Add server and port properties
6873 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6879 * m4/as-slurp-ffmpeg.m4:
6880 * m4/check-libheader.m4:
6887 * m4/gst-ivorbis.m4:
6888 * m4/gst-matroska.m4:
6898 fix underquotedness of macros (#133800)
6901 removed because no longer used
6903 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6906 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
6907 by autopoint (fixes #132996)
6909 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6911 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
6912 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
6913 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
6914 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
6917 2004-02-11 David Schleef <ds@schleef.org>
6919 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
6920 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
6921 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
6922 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
6923 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
6924 (gst_jpegenc_class_init), (gst_jpegenc_init),
6925 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
6926 (gst_jpegenc_chain), (gst_jpegenc_set_property),
6927 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
6928 * ext/jpeg/gstjpegenc.h: Fix negotiation.
6930 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
6932 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
6933 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
6934 * ext/mikmod/gstmikmod.h:
6935 fix caps negotiation in mikmod
6936 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
6937 output debug information
6939 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
6941 * gst-libs/gst/colorbalance/Makefile.am:
6942 * gst-libs/gst/navigation/Makefile.am:
6943 * gst-libs/gst/xoverlay/Makefile.am:
6944 remove unused GST_OPT_CFLAGS from Makefiles
6945 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
6947 2004-02-07 David Schleef <ds@schleef.org>
6949 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
6950 push events to pads that haven't been created (#133508)
6952 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
6954 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
6955 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
6956 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
6957 (gst_dvdec_loop), (gst_dvdec_change_state):
6958 Second attempt at committing a working dvdec element.
6960 2004-02-06 David Schleef <ds@schleef.org>
6962 Build fixes for OS X: (see #129600)
6963 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
6964 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
6965 (gst_riff_read_strf_iavs):
6966 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
6967 (gst_avi_demux_stream_odml):
6968 * gst/playondemand/Makefile.am:
6969 * gst/rtp/rtp-packet.c:
6971 2004-02-05 David Schleef <ds@schleef.org>
6973 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
6974 last change, because it Just Doesn't Compile.
6976 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
6978 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6979 skip undecodable id3v2 tag instead of keeping it
6981 2004-02-05 David Schleef <ds@schleef.org>
6983 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6984 Unref leaked buffer. (Noticed by Ronald)
6986 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
6988 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6989 Sync requires with other checks. >= vs =.
6991 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
6993 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
6994 (gst_dvdec_video_link), (gst_dvdec_loop):
6995 * ext/dv/gstdvdec.h:
6996 rework the caps negotiation so that dvdec works again instead
6997 of just segfaulting.
6999 === release 0.7.4 ===
7001 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
7003 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
7004 * configure.ac: changed for release
7006 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
7008 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
7009 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7010 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7011 * pkgconfig/gstreamer-play-uninstalled.pc.in:
7012 reworked patch by David Lehn to fix libdir and includedir for
7013 uninstalled libraries
7014 removed play and gconf from gstreamer-libs since they have their
7017 2004-02-04 David Schleef <ds@schleef.org>
7019 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
7022 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
7024 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7025 use correct GST_TAG_ENCODER tag
7027 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
7029 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7030 be sure to stop the clock when going to paused
7031 * sys/oss/gstosssink.c: (gst_osssink_change_state):
7032 reset number of transmitted when going to ready.
7035 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
7037 reviewed by Benjamin Otte
7039 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
7040 extract track count (fixes #133410)
7042 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
7044 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
7045 that should be !=, not == (fixes #132519)
7047 2004-02-04 David Schleef <ds@schleef.org>
7049 Make sure set_explicit_caps() is called before adding pad.
7050 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
7051 * gst/id3/gstid3types.c: (gst_id3types_loop):
7052 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
7053 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
7055 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
7058 bump nano to 2, first prerelease
7059 put back AM_PROG_LIBTOOL
7061 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
7063 * testsuite/alsa/Makefile.am:
7064 these are user test apps, not automatic testsuite tests
7066 2004-02-04 David Schleef <ds@schleef.org>
7068 Convert GST_DEBUG_CAPS() to GST_DEBUG():
7069 * gst/mpeg1videoparse/gstmp1videoparse.c:
7070 (mp1videoparse_parse_seq):
7071 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
7072 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
7073 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
7074 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
7075 (gst_xvideosink_getcaps):
7076 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7077 * testsuite/gst-lint: more tests
7079 2004-02-04 David Schleef <ds@schleef.org>
7081 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
7082 with the code that they would expand to.
7083 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
7084 (gst_flacdec_get_src_query_types),
7085 (gst_flacdec_get_src_event_masks):
7086 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
7087 (gst_gnomevfssrc_get_query_types),
7088 (gst_gnomevfssrc_get_event_mask):
7090 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
7092 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7093 (gst_sinesrc_dispose):
7094 fix memleak by properly disposing sinesrc
7096 2004-02-04 Julien MOUTTE <julien@moutte.net>
7098 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
7099 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
7100 an overlay to redraw the image because it has been exposed.
7101 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
7102 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
7103 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
7104 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
7106 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
7107 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
7108 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
7109 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
7112 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
7114 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
7117 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
7119 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
7120 * gst/typefind/gsttypefindfunctions.c:
7121 fix memleaks shown by gst-typefind
7123 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
7125 * common/glib-gen.mak:
7126 add hack rule to touch .Plo files
7127 * gst-libs/gst/colorbalance/Makefile.am:
7128 * gst-libs/gst/mixer/Makefile.am:
7129 * gst-libs/gst/play/Makefile.am:
7130 * gst-libs/gst/tuner/Makefile.am:
7131 remove glib_root variable
7133 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
7135 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
7136 set explicit caps before adding the element, so the autopluggers can
7138 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
7139 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
7140 (mpeg_video_type_find), (mpeg_video_stream_type_find),
7142 fix memleaks in typefind functions. gst_type_find_suggest takes a const
7145 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
7147 * gst-libs/gst/colorbalance/Makefile.am:
7148 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7149 * gst-libs/gst/colorbalance/colorbalance.c:
7150 * gst-libs/gst/colorbalance/colorbalance.h:
7151 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
7152 * gst-libs/gst/mixer/Makefile.am:
7153 * gst-libs/gst/mixer/mixer-marshal.list:
7154 * gst-libs/gst/mixer/mixer.c:
7155 * gst-libs/gst/mixer/mixer.h:
7156 * gst-libs/gst/mixer/mixermarshal.list:
7157 * gst-libs/gst/play/Makefile.am:
7158 * gst-libs/gst/play/play.h:
7159 * gst-libs/gst/tuner/Makefile.am:
7160 * gst-libs/gst/tuner/tuner-marshal.list:
7161 * gst-libs/gst/tuner/tuner.c:
7162 * gst-libs/gst/tuner/tuner.h:
7163 * gst-libs/gst/tuner/tunermarshal.list:
7164 use new glib-gen.mak snippet to clean up Makefile.am
7165 fix various bugs in Makefile.am's
7167 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
7169 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
7170 handle chain parsing correctly in the multichain case
7171 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
7172 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
7173 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
7175 handle events and queries correctly
7177 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
7180 Ignore generated file _stdint.h.
7182 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
7184 * gst-libs/gst/colorbalance/Makefile.am:
7185 * gst-libs/gst/colorbalance/colorbalance.h:
7186 * gst-libs/gst/mixer/Makefile.am:
7187 * gst-libs/gst/mixer/mixer.h:
7188 * gst-libs/gst/play/Makefile.am:
7189 * gst-libs/gst/play/play.h:
7190 * gst-libs/gst/tuner/Makefile.am:
7191 * gst-libs/gst/tuner/tuner.h:
7192 Generate enum type code with glib-mkenums.
7193 * gst-libs/gst/colorbalance/.cvsignore:
7194 * gst-libs/gst/mixer/.cvsignore:
7195 * gst-libs/gst/play/.cvsignore:
7196 * gst-libs/gst/tuner/.cvsignore:
7197 Ignore generated files.
7199 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
7201 * gst-libs/gst/audio/.cvsignore:
7202 Ignore generated file.
7203 * gst-libs/gst/audio/Makefile.am:
7204 Do not install example filter.
7206 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
7208 * examples/switch/.cvsignore:
7209 Ignore generated file.
7211 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
7213 * common/m4/ax_create_stdint_h.m4:
7215 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
7218 remove generated _stdint.h in DISTCLEANFILES
7219 * ext/a52dec/gsta52dec.c:
7220 include _stdint.h for a52dec. (should fix #133064)
7222 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
7224 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
7225 (gst_tag_to_vorbis_comments):
7226 Add replaygain support to vorbistag
7228 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
7229 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
7230 (gst_ffmpeg_caps_to_extradata):
7231 Fix SVQ3 caps flag properties
7232 Use glib macro for bytes swap
7234 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7236 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
7237 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
7238 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7239 * ext/sndfile/gstsf.c: (plugin_init):
7240 * gst/avi/gstavi.c: (plugin_init):
7241 * sys/dxr3/dxr3init.c: (plugin_init):
7242 * sys/oss/gstossaudio.c: (plugin_init):
7243 * sys/v4l/gstv4l.c: (plugin_init):
7244 * sys/v4l2/gstv4l2.c: (plugin_init):
7245 remove textdomain calls
7247 update Dutch translation
7249 2004-02-02 Julien MOUTTE <julien@moutte.net>
7251 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
7252 (gst_play_set_audio_sink): Moving volume in the audio thread for
7253 instantaneous volume change. Maybe i will add another volume in front
7254 of visualization later, not sure yet though.
7256 2004-02-02 Julien MOUTTE <julien@moutte.net>
7258 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7259 (gst_ximagesink_handle_xevents): Better X events handling, only take
7260 the latest events for configure and motion.
7261 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
7263 2004-02-02 Jon Trowbridge <trow@gnu.org>
7265 reviewed by: David Schleef <ds@schleef.org>
7268 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
7269 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
7271 2004-02-02 David Schleef <ds@schleef.org>
7273 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
7275 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
7276 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7277 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
7278 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
7279 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
7280 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
7281 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
7282 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
7283 (gst_float2_2_int_link):
7284 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
7285 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
7286 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
7287 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
7288 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
7289 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
7290 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
7291 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
7292 * testsuite/gst-lint: Add tests for bzero and ;;
7294 2004-02-02 David Schleef <ds@schleef.org>
7296 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
7298 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7300 * ext/aalib/gstaasink.c: (gst_aasink_open):
7301 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
7302 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7303 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
7304 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
7305 (gst_afsink_close_file):
7306 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
7307 (gst_afsrc_close_file):
7308 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
7309 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
7310 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
7311 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
7312 * ext/esd/esdmon.c: (gst_esdmon_get):
7313 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
7314 * ext/faac/gstfaac.c: (gst_faac_chain):
7315 * ext/faad/gstfaad.c: (gst_faad_chain):
7316 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
7317 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
7318 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
7319 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
7321 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
7322 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7323 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
7324 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
7325 (gst_gnomevfssink_close_file):
7326 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7327 (gst_gnomevfssrc_open_file):
7328 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
7329 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
7330 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
7331 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
7332 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
7333 * ext/mad/gstmad.c: (gst_mad_chain):
7334 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
7335 * ext/mpeg2dec/gstmpeg2dec.c:
7336 * ext/mpeg2enc/gstmpeg2enc.cc:
7337 * ext/mplex/gstmplex.cc:
7338 * ext/mplex/gstmplexibitstream.cc:
7339 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
7340 (gst_ogg_demux_push):
7341 * ext/raw1394/gstdv1394src.c:
7342 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
7343 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
7344 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
7346 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
7347 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
7348 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
7349 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
7350 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7351 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
7352 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
7353 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
7354 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7355 (gst_riff_read_element_data), (gst_riff_read_seek),
7356 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
7357 * gst/adder/gstadder.c: (gst_adder_loop):
7358 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
7359 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
7360 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
7361 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
7362 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
7363 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
7364 * gst/goom/gstgoom.c: (gst_goom_chain):
7365 * gst/id3/gstid3types.c: (gst_id3types_loop):
7366 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
7367 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
7368 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
7369 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
7370 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
7371 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
7372 (gst_ebml_read_float), (gst_ebml_read_header):
7373 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
7374 (gst_matroska_demux_parse_blockgroup):
7375 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
7376 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
7377 * gst/oneton/gstoneton.c: (gst_oneton_chain):
7378 * gst/silence/gstsilence.c: (gst_silence_get):
7379 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7380 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
7381 * gst/speed/gstspeed.c: (speed_loop):
7382 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7383 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
7384 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
7385 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
7386 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
7387 (gst_wavparse_loop):
7388 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
7389 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
7390 (dxr3audiosink_close):
7391 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
7392 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
7393 (dxr3videosink_close), (dxr3videosink_write_data):
7394 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
7395 * sys/oss/gstosssink.c: (gst_osssink_chain):
7396 * sys/oss/gstosssrc.c: (gst_osssrc_get):
7397 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
7398 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
7399 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
7400 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
7401 (gst_v4l_set_window), (gst_v4l_enable_overlay):
7402 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
7403 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
7404 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
7405 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
7406 (gst_v4l_set_audio):
7407 * sys/v4l/v4l_calls.h:
7408 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
7409 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
7410 (gst_v4lmjpegsink_playback_init),
7411 (gst_v4lmjpegsink_playback_start):
7412 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
7413 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
7414 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
7415 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
7416 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
7417 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
7418 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
7419 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7420 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
7421 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
7422 (gst_v4l2_get_output), (gst_v4l2_set_output),
7423 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
7424 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
7425 (gst_v4l2_set_attribute):
7426 * sys/v4l2/v4l2_calls.h:
7427 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7428 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7429 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7430 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
7431 (gst_v4l2src_capture_stop):
7432 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
7433 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
7434 (gst_ximagesink_chain):
7435 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
7436 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
7437 (gst_xvideosink_xwindow_new):
7438 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7439 (gst_xvimagesink_chain):
7441 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7443 * gst/volume/gstvolume.c: (gst_volume_set_volume),
7444 (gst_volume_get_volume), (volume_class_init), (volume_init),
7445 (volume_chain_int16), (volume_update_volume):
7446 * gst/volume/gstvolume.h:
7447 make code more readable by removing magic numbers
7448 make mixer interface export 0-100 range
7449 make it internally map to 0.0-1.0 range so users don't distort
7450 output by putting the sliders at full volume
7452 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7454 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
7455 (gst_play_state_change), (gst_play_seek_to_time):
7456 block the tick callback for 0.5 secs after doing a seek
7458 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7460 * gst-libs/gst/play/play.c: (gst_play_new):
7463 2004-02-01 Julien MOUTTE <julien@moutte.net>
7465 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
7466 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
7467 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
7468 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
7469 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
7470 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
7472 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
7475 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7476 check for a function added in vorbis 1.1
7478 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
7480 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
7481 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
7482 really start/stop clock only on PLAYING <=> PAUSED
7483 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7484 remove \n from debugging lines
7485 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
7486 make it work when seeking does not
7487 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7490 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
7492 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
7493 start clock on PAUSED=>PLAYING, not later
7494 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7495 extract correct time for different discont formats
7496 (gst_alsa_sink_get_time):
7497 don't segfault when no format is negotiated yet, just return 0
7498 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7499 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
7501 handle flush and discont events correctly
7502 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
7503 handle discont events correctly
7505 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
7507 * gst-libs/gst/play/play.c: (gst_play_error_quark),
7508 (gst_play_error_create), (gst_play_error_plugin),
7509 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
7510 * gst-libs/gst/play/play.h:
7511 add error handling during creation
7512 * examples/gstplay/player.c: (main):
7513 use new gst_play_new
7516 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
7518 * ext/theora/theoradec.c: (theora_dec_chain):
7520 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7521 (vorbis_dec_src_event), (vorbis_dec_chain):
7522 add encoder tag, fix tag reading to be more error tolerant, change
7523 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
7524 gst_pad_event_default.
7525 * gst/tags/gstvorbistag.c:
7526 (gst_tag_list_from_vorbiscomment_buffer):
7527 undefine function specific define at end of function
7529 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
7531 * ext/flac/gstflac.c: (plugin_init):
7532 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
7533 * ext/flac/gstflacdec.h:
7534 * ext/flac/gstflacenc.h:
7537 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
7539 * examples/gstplay/player.c: s/gstplay.h/play.h/
7541 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7543 * gst-libs/gst/play/Makefile.am:
7544 * gst-libs/gst/play/gstplay.c:
7545 * gst-libs/gst/play/gstplay.h:
7546 * gst-libs/gst/play/play.c:
7547 more surgery, operation complete
7549 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7551 * gst-libs/gst/play/play.old.c:
7552 * gst-libs/gst/play/play.old.h:
7553 after CVS surgery by moving, remove
7554 * gst-libs/gst/play/playpipelines.c:
7557 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
7558 add negotiation error
7560 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7562 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7563 (gst_ogg_demux_push):
7564 add some seeking debug info
7565 send a flush when seeking
7567 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
7573 * ext/theora/Makefile.am:
7574 * ext/theora/theoradec.c:
7575 add theora video decoder. Does just do simple decoding for now and
7576 has been tested against Theora cvs only. It only works when theora
7577 is compiled with --enable-static.
7578 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7579 always reset packetno on DISCONT
7581 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7583 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
7586 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7588 * gst/mpegaudioparse/gstmpegaudioparse.c:
7589 (mp3_type_frame_length_from_header):
7590 Fix header parsing - stolen from ffmpeg (thank you! :) ).
7592 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7594 * ext/esd/esdsink.c: (gst_esdsink_init):
7595 Since we have static pad template caps, we don't need to negotiate;
7596 either the core errors out or we know the format.
7598 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7600 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7601 (gst_riff_read_seek):
7602 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
7603 (gst_ebml_read_seek):
7606 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
7608 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
7609 removee video/x-theora from vp3 decoder, it doesn't handle raw
7611 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
7612 fix bug with finalizing element that never went to PAUSED
7613 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
7614 length and position queries were swapped
7615 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7616 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
7617 (vorbis_dec_src_event):
7618 implement querying time and bytes
7620 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7622 * just about every source file:
7623 gst_element_error -> GST_ELEMENT_ERROR
7625 2004-01-29 Julien MOUTTE <julien@moutte.net>
7627 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
7628 emiting FLUSH and even before DISCONT.
7629 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
7630 get the best instant seeking as possible yay!
7632 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
7634 * gst/mpeg1videoparse/gstmp1videoparse.c:
7635 (gst_mp1videoparse_real_chain):
7636 Committed wrong version last week... Grr... Didn't notice until now.
7638 2004-01-29 Julien MOUTTE <julien@moutte.net>
7640 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
7641 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
7642 have_xwindow_id signal in xwindow_create.
7644 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
7646 * ext/ogg/gstoggdemux.c:
7647 lots of changes - mainly support for chained bitstreams, seeking,
7648 querying and bugfixes of course
7649 * ext/vorbis/Makefile.am:
7650 * ext/vorbis/vorbisdec.c:
7651 * ext/vorbis/vorbisdec.h:
7652 add vorbisdec raw vorbis decoder
7653 * ext/vorbis/vorbis.c: (plugin_init):
7654 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
7655 * gst/intfloat/Makefile.am:
7656 * gst/intfloat/float22int.c:
7657 * gst/intfloat/float22int.h:
7658 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
7659 add float2intnew plugin. It converts multichannel interleaved float to
7660 multichannel interleaved int. The name should probably be changed.
7661 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
7663 add typefinding for raw theora video so oggdemux can detect it.
7665 2004-01-28 Julien MOUTTE <julien@moutte.net>
7667 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
7669 * gst/videoscale/gstvideoscale.c:
7670 (gst_videoscale_handle_src_event): Fixing src event handler.
7672 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7674 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
7675 (gst_v4lsrc_open), (gst_v4lsrc_close),
7676 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
7677 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
7678 * sys/v4l/gstv4lsrc.h:
7679 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
7680 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
7681 Implement resizing... Hack. But that's why v4l is b0rked...
7683 2004-01-28 Julien MOUTTE <julien@moutte.net>
7685 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7686 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7687 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
7688 (gst_ximagesink_xwindow_destroy):
7689 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7690 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
7691 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
7692 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
7693 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
7694 correctly cleaning the image created to check xshm calls on succes,
7695 added a lot of XSync calls in X11 functions, and fixed a segfault when
7696 no image format was defined before negotiation happened.
7698 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
7700 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
7701 use gst_element_get_time to get correct time
7703 2004-01-28 Julien MOUTTE <julien@moutte.net>
7705 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
7706 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
7707 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
7708 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
7709 (gst_xvimagesink_check_xshm_calls),
7710 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
7711 X plugins are now able to detect that XShm calls will fail even if the
7712 server claims that it has XShm support (remote displays most of the
7713 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
7714 so that we use non XShm functions. This feature is almost useless for
7715 xvimagesink as Xv is not supported on remote displays anyway, but
7716 it might happen than even on the local display XShm calls fail.
7718 2004-01-27 David Schleef <ds@schleef.org>
7720 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
7721 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
7722 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
7723 changed esdsink to only use 44100,16,2, since esd sucks at rate
7724 conversion and esdsink has had difficulty negotiating.
7726 2004-01-27 Julien MOUTTE <julien@moutte.net>
7728 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
7729 (gst_play_seek_to_time): Fixing the way to get current position.
7731 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
7733 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
7734 use gst_element_get_time to get correct time
7736 2004-01-27 Julien MOUTTE <julien@moutte.net>
7738 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
7739 fix ever... Inverting 2 lines of code make spider autoplug correctly
7742 2004-01-27 David Schleef <ds@schleef.org>
7744 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7745 Use gst_pad_try_set_caps_nonfixed().
7747 2004-01-27 David Schleef <ds@schleef.org>
7749 * gst/ac3parse/gstac3parse.c: update to checklist 5
7750 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
7751 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
7752 * gst/audioscale/gstaudioscale.c: same
7753 * gst/auparse/gstauparse.c: same
7754 * gst/avi/gstavidemux.c: same
7756 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
7758 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
7759 stop processing after EOS
7761 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
7763 * gst/asfdemux/asfheaders.h:
7764 * gst/asfdemux/gstasfdemux.c:
7765 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
7766 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
7767 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
7768 lot's of fixes to make data extraction simpler and get the code
7769 architecture and compiler independant. Add debugging category
7770 * gst/goom/gstgoom.c: (gst_goom_change_state):
7771 reset channel count on PAUSED=>READY, not READY=>PAUSED
7773 2004-01-26 Colin Walters <walters@verbum.org>
7775 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
7776 code to pull a bigger buffer in iradio mode. This as a side effect
7777 makes typefinding work.
7779 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
7781 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
7782 Fix SVQ3 decoding on PPC
7784 2004-01-26 Julien MOUTTE <julien@moutte.net>
7786 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
7787 that one managed to stay there... Fixed.
7789 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
7791 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
7792 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
7793 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
7794 (qtdemux_video_caps):
7795 * gst/qtdemux/qtdemux.h:
7796 Add SVQ3 specific flags to qtdemux and ffmpeg
7798 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
7800 * gst-libs/gst/audio/audio.h:
7801 remove buffer-frames from audio caps
7802 * gst/audioconvert/gstaudioconvert.c:
7803 fix plugin to really work.
7805 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7807 * gst-libs/gst/mixer/mixer.c:
7808 * gst-libs/gst/propertyprobe/propertyprobe.c:
7809 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
7810 (gst_tuner_find_channel_by_name):
7811 * gst-libs/gst/tuner/tuner.h:
7812 Add gtk-doc style comments. Also fix a function name.
7814 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7816 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
7817 (gst_divxdec_negotiate):
7818 Fix for new capsnego - also fixes gst-player with divxdec.
7820 2004-01-25 Julien MOUTTE <julien@moutte.net>
7822 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
7823 (gst_play_identity_handoff), (gst_play_set_location),
7824 (gst_play_set_visualization), (gst_play_connect_visualization): Another
7825 try in visualization implementation. Still have an issue with switch
7826 blocking when pulling from video_queue and only audio comes out of
7828 * gst/switch/gstswitch.c: (gst_switch_release_pad),
7829 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
7830 release method. And check if the pad is usable before pulling.
7832 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7834 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
7835 (gst_videobalance_init),
7836 (gst_videobalance_colorbalance_list_channels),
7837 (gst_videobalance_colorbalance_set_value),
7838 (gst_videobalance_colorbalance_get_value),
7839 (gst_videobalance_update_properties),
7840 (gst_videobalance_update_tables_planar411),
7841 (gst_videobalance_planar411):
7842 * gst/videofilter/gstvideobalance.h:
7843 Implement lookup-tables. +/- 10x faster.
7845 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7847 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
7848 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
7849 The index reading was broken. The rest worked fine, but the whole
7850 goal of my rewrite was to make avidemux readable, and this was
7851 not at all readable. Please use typed variables.
7853 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7855 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7856 Additional pad usability check.
7857 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
7858 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
7859 (gst_mp1videoparse_real_chain):
7860 Fix MPEG video stream parsing. The original plugin had several
7861 issues, including not timestamping streams where the source was
7862 not timestamped (this happens with PTS values in mpeg system
7863 streams, but MPEG video is also a valid stream on its own so
7864 that needs timestamps too). We use the display time code for that
7865 for now. Also, if one incoming buffer contains multiple valid
7866 frames, we push them all on correctly now, including proper EOS
7867 handling. Lastly, several potential segfaults were fixed, and we
7868 properly sync on new sequence/gop headers to include them in next,
7869 not previous frames (since they're header for the next frame, not
7870 the previous). Also see #119206.
7871 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
7873 Move caps setting so we only do it after finding several valid
7874 MPEG-1 fraes sequentially, not right after the first one (which
7875 might be coincidental).
7876 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
7877 (mpeg_video_type_find), (mpeg_video_stream_type_find),
7879 Add unsynced MPEG video stream typefinding, and change some
7880 probability values so we detect streams rightly. The idea is as
7881 follows: I can have an unsynced system stream which contains
7882 video. In the current code, I would randomly get a type for either
7883 system or video stream type found, because the probabilities are
7884 being calculated rather randomly. I now use fixed values, so we
7885 always prefer system stream if that was found (and that is how it
7886 should be). If no system stream was found, we can still identity the stream as video-only.
7888 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
7890 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
7891 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
7892 don't write to buffer. Extract data without the need of
7893 __attribute__ ((packed))
7895 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7897 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
7898 (mpeg1_sys_type_find):
7899 Fix MPEG-1 stream typefinding.
7901 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7903 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7904 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
7906 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
7908 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
7909 * ext/esd/gstesd.c: (plugin_init):
7910 private debugging, better error reporting
7912 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7914 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
7915 (gst_riff_read_init), (gst_riff_read_change_state):
7916 * gst-libs/gst/riff/riff-read.h:
7917 Remove stuff fromold metadata system.
7919 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7921 * ext/ogg/gstoggdemux.c:
7922 Fix wrong file comment.
7923 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7924 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
7925 Add metadata reading properly.
7927 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
7930 Fix nas DIST_SUBDIRS
7932 Fix bug where make distcheck doesn't get run on adding stuff to
7935 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7937 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
7938 * ext/divx/gstdivxdec.h:
7939 Fix divx3 ("msmpeg4") playback using divxdec.
7941 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
7943 * gst/typefind/gsttypefindfunctions.c:
7944 (mp3_type_frame_length_from_header): fix bug in length computation
7945 (mp3_type_find): improve debugging output
7947 2004-01-23 Julien MOUTTE <julien@moutte.net>
7949 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
7950 (gst_play_set_location), (gst_play_seek_to_time),
7951 (gst_play_set_audio_sink), (gst_play_set_visualization),
7952 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
7953 the pipeline from scratch. Visualization is back and switch went out as
7954 i realized it was not possible to use the way i wanted.
7955 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
7956 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
7957 clearing in state change from READY to NULL. So that one can clean the
7958 X ressources keeping the element.
7959 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7960 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
7961 (gst_xvimagesink_colorbalance_set_value),
7962 (gst_xvimagesink_colorbalance_get_value),
7963 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
7964 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
7965 change from READY to NULL and fixed some stupid bugs in colorbalance
7966 get/set values. Also added the following feature : when nobody tries to
7967 set some values to the colorbalance levels before the xcontext is
7968 grabbed, then when creating channels list from Xv attributes we set the
7969 internal values to the Xv defaults. This way we handle buggy Xv drivers
7970 that set default hue values far from the middle of the range (Thanks
7971 to Jon Trowbridge for pointing that issue).
7972 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
7973 colorbalance levels have been set before xcontext is grabbed.
7975 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
7977 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7978 Fix the ossmixer case where we shouldn't open /dev/dsp* because
7979 it might block operations (which is bad for a mixer).
7981 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
7983 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
7984 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
7985 (gmip_find_type_pre):
7986 * gst-libs/gst/media-info/media-info-priv.h:
7987 * gst-libs/gst/media-info/media-info.c:
7988 (gst_media_info_instance_init), (gst_media_info_read_idler):
7989 add fakesink to get caps on decoder src pad again
7990 fix callback prototype to match new have_type signal signature
7992 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
7994 * gst/adder/gstadder.c: (gst_adder_link):
7995 fix non-compile and cut-n-paste code
7997 2004-01-21 David Schleef <ds@schleef.org>
7999 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
8000 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
8001 (gst_swfdec_init), (gst_swfdec_change_state):
8002 * ext/swfdec/gstswfdec.h:
8004 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
8005 (gst_adder_request_new_pad): Fix negotiation.
8006 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
8007 Add a fixate function.
8008 * gst/intfloat/gstfloat2int.c:
8009 * gst/intfloat/gstfloat2int.h:
8010 * gst/intfloat/gstint2float.c:
8011 * gst/intfloat/gstint2float.h:
8012 Completely rewrite the negotiation. Doesn't quite work yet,
8013 due to some buffer-frames problem.
8015 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
8017 * ext/gnomevfs/gstgnomevfssrc.c:
8018 * sys/v4l2/v4l2_calls.h:
8019 fix includes for distcheck
8021 2004-01-21 Christian Schaller <uraeus@gnome.org>
8024 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
8025 based on earlier patch from Laurent Vivier
8027 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
8029 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
8030 Fix wma caps property
8031 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
8032 Fix typo (flags1 and flags2)
8034 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
8036 * gst-libs/gst/media-info/media-info-priv.c:
8037 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
8038 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
8039 (gmip_find_stream), (gmip_find_track_metadata),
8040 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
8041 (gmip_find_track_format):
8042 * gst-libs/gst/media-info/media-info-priv.h:
8043 * gst-libs/gst/media-info/media-info-test.c: (main):
8044 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
8045 (gst_media_info_read_idler), (gst_media_info_read):
8046 * gst-libs/gst/media-info/media-info.h:
8047 register debugging category and use it for debugging
8049 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
8051 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
8052 (gst_vorbisfile_new_link):
8053 signal streaminfo through tags
8055 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
8057 * ext/mplex/gstmplex.cc:
8058 * ext/mplex/gstmplexibitstream.cc:
8059 g++ doesn't like NULL in our i18n/error macros, should be
8060 either (NULL) or ("").
8062 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
8064 * sys/dxr3/dxr3audiosink.c:
8065 * sys/dxr3/dxr3init.c:
8066 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
8067 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
8068 Fix more error error error errors (missing includes here).
8070 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
8072 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
8073 fix thomas' error errors.
8075 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
8077 * ext/mpeg2enc/gstmpeg2enc.cc:
8080 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
8082 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
8083 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
8084 Fix for new error system.
8086 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
8088 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
8089 fix for new error reporting
8091 2004-01-20 David Schleef <ds@schleef.org>
8093 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8094 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
8095 (gst_ximagesink_set_xwindow_id): Change to using a framerate
8096 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
8097 and neither is 100+, most likely.
8098 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8099 (gst_xvimagesink_getcaps): same
8101 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
8104 Up version requirement to 2.0.3 (not yet released) to avoid symbol
8105 clashes with ffmpeg.
8107 2004-01-20 Julien MOUTTE <julien@moutte.net>
8109 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
8110 (gst_switch_init): Fixed switch element : proxying link and setting
8111 caps from src to sink on request.
8113 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8115 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
8116 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
8117 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
8120 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8122 * sys/v4l/v4l_calls.h:
8123 * sys/v4l2/v4l2_calls.h:
8126 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8128 * gst-libs/gst/gst-i18n-plugin.h:
8130 remove config.h inclusion
8132 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8135 adding autopoint invocation
8138 * gst-libs/gst/gettext.h:
8140 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
8141 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
8142 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8143 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
8144 (gst_gnomevfssink_close_file):
8145 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
8146 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
8147 * gst-libs/gst/gst-i18n-plugin.h:
8148 * gst/avi/gstavi.c: (plugin_init):
8149 * sys/dxr3/dxr3init.c: (plugin_init):
8150 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
8151 * sys/oss/gstossaudio.c: (plugin_init):
8152 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
8153 * sys/v4l/gstv4l.c: (plugin_init):
8154 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8155 * sys/v4l2/gstv4l2.c: (plugin_init):
8156 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8157 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
8158 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
8159 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
8160 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
8161 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
8162 make sure locale and translation domain are set
8163 fix translated strings
8169 put translation files into place
8170 * sys/xvideo/imagetest.c: (main):
8171 * ext/dv/demo-play.c: (main):
8172 fix unnecessary translations
8174 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
8176 * ext/sndfile/gstsf.c:
8177 * gst/avi/gstavimux.c:
8178 * ext/audiofile/gstafsink.c:
8179 * ext/audiofile/gstafsrc.c:
8180 * ext/gnomevfs/gstgnomevfssink.c:
8181 * ext/gnomevfs/gstgnomevfssrc.c:
8182 * sys/oss/gstosselement.c:
8183 * sys/v4l/v4l_calls.h:
8186 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8188 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8189 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
8190 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
8191 (gst_v4l2_get_output), (gst_v4l2_set_output),
8192 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
8193 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
8194 (gst_v4l2_set_attribute):
8195 update to new error handling
8197 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8199 * ext/sidplay/gstsiddec.cc:
8200 * gst/modplug/gstmodplug.cc:
8201 parenthese NULL because C++ seems angry about it
8203 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8205 * gst-libs/gst/gst-i18n-plugin.h:
8206 add skeleton i18n stuff, but needs to be further implemented
8208 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
8210 * examples/gstplay/player.c: (main):
8211 * ext/aalib/gstaasink.c: (gst_aasink_open):
8212 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
8213 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8214 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
8215 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
8216 (gst_afsink_close_file):
8217 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
8218 (gst_afsrc_close_file):
8219 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
8220 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
8221 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
8222 * ext/esd/esdmon.c: (gst_esdmon_get):
8223 * ext/esd/esdsink.c: (gst_esdsink_chain):
8224 * ext/faac/gstfaac.c: (gst_faac_chain):
8225 * ext/faad/gstfaad.c: (gst_faad_chain):
8226 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
8227 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
8228 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
8229 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
8231 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
8232 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8233 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
8234 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
8235 (gst_gnomevfssink_close_file):
8236 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
8237 (gst_gnomevfssrc_open_file):
8238 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
8239 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
8240 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
8241 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
8242 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
8243 * ext/mad/gstmad.c: (gst_mad_chain):
8244 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
8245 * ext/mpeg2dec/gstmpeg2dec.c:
8246 * ext/mpeg2enc/gstmpeg2enc.cc:
8247 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
8248 * ext/mplex/gstmplex.cc:
8249 * ext/mplex/gstmplexibitstream.cc:
8250 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
8251 (gst_ogg_demux_push), (gst_ogg_pad_push):
8252 * ext/raw1394/gstdv1394src.c:
8253 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
8254 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
8255 * ext/sidplay/gstsiddec.cc:
8256 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
8258 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
8259 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
8260 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
8261 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8262 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
8263 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
8264 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
8265 * gst-libs/gst/Makefile.am:
8266 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
8267 (gst_riff_read_element_data), (gst_riff_read_seek),
8268 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
8269 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
8270 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
8271 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
8272 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
8273 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
8274 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
8275 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
8276 * gst/goom/gstgoom.c: (gst_goom_chain):
8277 * gst/id3/gstid3types.c: (gst_id3types_loop):
8278 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
8279 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
8280 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
8281 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
8282 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
8283 (gst_ebml_read_float), (gst_ebml_read_header):
8284 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
8285 (gst_matroska_demux_parse_blockgroup):
8286 * gst/modplug/gstmodplug.cc:
8287 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8288 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
8289 * gst/oneton/gstoneton.c: (gst_oneton_chain):
8290 * gst/silence/gstsilence.c: (gst_silence_get):
8291 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8292 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
8293 * gst/speed/gstspeed.c: (speed_loop):
8294 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8295 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8296 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
8297 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
8298 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8299 (gst_wavparse_loop):
8300 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
8301 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
8302 (dxr3audiosink_close):
8303 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
8304 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
8305 (dxr3videosink_close), (dxr3videosink_write_data):
8306 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
8307 * sys/oss/gstosselement.h:
8308 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
8309 (gst_osssink_chain):
8310 * sys/oss/gstosssrc.c: (gst_osssrc_get):
8311 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
8312 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
8313 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
8314 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
8315 (gst_v4l_enable_overlay):
8316 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
8317 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
8318 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
8319 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
8320 (gst_v4l_set_audio):
8321 * sys/v4l/v4l_calls.h:
8322 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
8323 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
8324 (gst_v4lmjpegsink_playback_init),
8325 (gst_v4lmjpegsink_playback_start):
8326 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
8327 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
8328 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
8329 (gst_v4lmjpegsrc_requeue_frame):
8330 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
8331 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
8332 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
8333 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
8334 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8335 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
8336 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
8337 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
8338 (gst_v4l2src_capture_stop):
8339 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
8340 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8341 (gst_ximagesink_chain):
8342 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
8343 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
8344 (gst_xvideosink_xwindow_new):
8345 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8346 (gst_xvimagesink_chain):
8347 use new error signal, function and categories
8349 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
8353 * ext/musicbrainz/gsttrm.c:
8354 * ext/musicbrainz/gsttrm.h:
8355 * ext/musicbrainz/Makefile.am:
8358 2004-01-18 Julien MOUTTE <julien@moutte.net>
8360 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
8361 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
8362 synchronous property for debugging.
8363 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
8364 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8365 (gst_xvimagesink_set_property): Moving a pointer declaration to a
8366 smaller block, fixing indent.
8368 2004-01-16 David Schleef <ds@schleef.org>
8370 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
8371 property affects the video stream.
8372 * sys/xvimage/xvimagesink.c:
8373 * sys/xvimage/xvimagesink.h:
8374 Add synchronous property for debugging. Should probably be
8375 disabled in non-CVS builds. Make sure that the Xv attribute
8376 exists before we set it (crash!). Fix a silly float bug that
8377 caused colorbalance to just not work.
8379 2004-01-17 Christian Schaller <Uraeus@gnome.org>
8381 * tools/gst-launch-ext.in - update for new plugins
8383 2004-01-16 David Schleef <ds@schleef.org>
8385 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
8388 2994-01-16 Christian Schaller <Uraeus@gnome.org>
8390 * Update spec for new colorspace plugin and libcaca plugin
8391 * Fix compilation of libcaca plugin (clock -> id)
8393 2004-01-16 Julien MOUTTE <julien@moutte.net>
8395 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
8396 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
8397 (gst_xvimagesink_set_xwindow_id),
8398 (gst_xvimagesink_colorbalance_set_value),
8399 (gst_xvimagesink_colorbalance_get_value),
8400 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8401 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
8402 correct colorbalance properties. They can now be set when the element
8403 is still in NULL state. The values will be committed to the Xv Port
8404 when xcontext is initialized.
8405 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
8406 brightness int values in the GstXvImagesink structure.
8408 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
8410 * gst-libs/gst/Makefile.am:
8411 restructure so having local patches works easier.
8413 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
8415 * ext/mpeg2enc/Makefile.am:
8416 * ext/mpeg2enc/gstmpeg2enc.cc:
8417 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
8418 Bugfix with respect to EOS handling.
8420 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
8422 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
8423 Link with right caps (else, it segfaults).
8424 * ext/mplex/gstmplexjob.cc:
8425 Fix for slight API change in 1.6.1.93 release of mjpegtools.
8427 2004-01-15 David Schleef <ds@schleef.org>
8429 * gst-libs/gst/audio/Makefile.am:
8430 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
8432 * gst-libs/gst/audio/gstaudiofilter.c:
8433 * gst-libs/gst/audio/gstaudiofilter.h:
8434 Add bytes_per_sample and size and n_samples calculation.
8435 * gst-libs/gst/audio/gstaudiofilterexample.c:
8436 Remove, now autogenerated.
8437 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8438 Moved from gstaudiofilterexample, object name changed, code added
8439 so that it actually works.
8440 * gst-libs/gst/audio/make_filter:
8441 Script to build an audiofilter subclass from the template.
8442 * gst/colorspace/Makefile.am:
8443 * gst/colorspace/yuv2yuv.c:
8444 Remove file, since it's GPL, and we don't use it.
8446 2004-01-15 Julien MOUTTE <julien@moutte.net>
8448 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8449 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
8450 them use the buffer free function to test how the buffer was allocated.
8452 2004-01-15 David Schleef <ds@schleef.org>
8454 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
8455 that handles osssink fallback.
8456 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8457 (gst_audio_convert_getcaps):
8458 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
8459 Add audio/x-qdm2 for QDM2 audio.
8460 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8461 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
8462 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8463 Decrease minimum size to 16x16.
8464 * gst/wavparse/gstwavparse.c:
8465 Convert disabled pad template caps to new caps.
8466 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
8467 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8468 (gst_xvimagesink_chain): Throw element error when display cannot
8469 be opened. Increase minimum framerate to 1.0. Check the data
8470 free function on a buffer to make sure it is the type we expect
8471 before manipulating it.
8473 2004-01-15 Julien MOUTTE <julien@moutte.net>
8475 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
8476 (gst_videobalance_colorbalance_set_value): Implement passthru if
8477 settings are in the middle.
8478 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
8480 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
8482 * gst/videofilter/Makefile.am:
8483 * gst/volume/Makefile.am:
8484 Since we use videofilter symbols, link to it.
8486 2004-01-15 Julien MOUTTE <julien@moutte.net>
8488 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
8489 mixer interface type to HARDWARE.
8490 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
8492 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
8493 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
8494 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
8495 (gst_volume_interface_init), (gst_volume_list_tracks),
8496 (gst_volume_set_volume), (gst_volume_get_volume),
8497 (gst_volume_set_mute), (gst_volume_mixer_init),
8498 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
8499 (volume_init): Implementing mixer interface.
8500 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
8501 * sys/oss/gstosselement.c: (gst_osselement_get_type),
8502 (gst_osselement_change_state): Removing some trailing commas in
8504 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
8505 interface type to HARDWARE.
8506 * sys/v4l/gstv4lcolorbalance.c:
8507 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
8509 * sys/v4l2/gstv4l2colorbalance.c:
8510 (gst_v4l2_color_balance_interface_init): Setting colorbalance
8511 interface type to HARDWARE.
8512 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
8513 same code than ximagesink for event handling.
8515 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
8517 * ext/snapshot/Makefile.am:
8518 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
8519 (gst_snapshot_chain):
8520 * ext/snapshot/gstsnapshot.h:
8521 This has to be a joke... Snapshot should be connected to a tee,
8522 colorspace element before it and EOS after that, where the other
8523 src of the tee receives normal data.
8524 The current way is *wrong*.
8526 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
8528 * ext/hermes/gsthermescolorspace.c:
8529 Fix another compile error. Same as below.
8531 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
8533 * gst/colorspace/gstcolorspace.c:
8534 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
8535 (gst_colorspace_i420_to_yv12):
8536 Fix compiling... Didn't test if it actually works.
8538 2004-01-15 David Schleef <ds@schleef.org>
8541 * gst/colorspace/Makefile.am:
8542 * gst/colorspace/gstcolorspace.c:
8543 * gst/colorspace/gstcolorspace.h:
8544 * gst/colorspace/yuv2rgb.c:
8545 * gst/colorspace/yuv2rgb.h:
8546 Duplicate the ext/hermes colorspace plugin, and remove Hermes
8547 code and GPL code. Fix for new caps negotiation. Rewrite
8548 much of the format handling code, and some of the conversion
8549 code. Basically, rewrote almost everything. This element
8550 handles I420, YV12 to RGB conversions.
8551 * ext/hermes/Makefile.am:
8552 * ext/hermes/gsthermescolorspace.c:
8553 Rename colorspace to hermescolorspace. Fix negotiation issues.
8554 Remove non-Hermes related code. This element handles lots of
8555 RGB to RGB conversions, but no YUV.
8556 * ext/hermes/gstcolorspace.c:
8557 * ext/hermes/gstcolorspace.h:
8558 * ext/hermes/rgb2yuv.c:
8559 * ext/hermes/yuv2rgb.c:
8560 * ext/hermes/yuv2rgb.h:
8561 * ext/hermes/yuv2rgb_mmx16.s:
8562 * ext/hermes/yuv2yuv.c:
8563 * ext/hermes/yuv2yuv.h:
8566 2004-01-14 Colin Walters <walters@verbum.org>
8568 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
8569 they've already been.
8571 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
8573 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
8574 assume tag mode when pad is not connected
8576 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
8578 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8579 Don't update the time of the clock
8580 (gst_alsa_sink_loop):
8581 sync to the clock given to alsasink, not the own clock
8582 * sys/oss/gstosssink.c: (gst_osssink_chain):
8584 (gst_osssink_change_state):
8586 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8587 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
8588 remove bogus code that made DISCONT events unhandled
8589 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
8590 explicitly case to double in _set_simple. (fixes 2nd warning in bug
8592 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
8593 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
8594 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
8595 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
8596 2nd warning in bug #131502)
8598 2004-01-14 Julien MOUTTE <julien@moutte.net>
8600 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
8601 (gst_videobalance_colorbalance_set_value),
8602 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
8603 for colorbalance interface implementation.
8604 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8605 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8606 (gst_ximagesink_dispose), (gst_ximagesink_init),
8607 (gst_ximagesink_class_init): Adding DISPLAY property.
8608 * sys/ximage/ximagesink.h: Adding display_name to store display.
8609 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8610 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8611 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
8612 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
8613 properties (they still need polishing though for gst-launch use : no
8614 xcontext yet, i ll do that tomorrow).
8615 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
8617 2004-01-14 Julien MOUTTE <julien@moutte.net>
8619 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
8620 (gst_play_set_location), (gst_play_set_visualization): Preparing
8621 switch integration, adding videobalance in the pipeline.
8623 2004-01-14 Julien MOUTTE <julien@moutte.net>
8625 * gst-libs/gst/colorbalance/colorbalance.c:
8626 (gst_color_balance_class_init): Adding a default type.
8627 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
8629 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
8630 (gst_videobalance_dispose), (gst_videobalance_class_init),
8631 (gst_videobalance_init), (gst_videobalance_interface_supported),
8632 (gst_videobalance_interface_init),
8633 (gst_videobalance_colorbalance_list_channels),
8634 (gst_videobalance_colorbalance_set_value),
8635 (gst_videobalance_colorbalance_get_value),
8636 (gst_videobalance_colorbalance_init): Implementing colorbalance
8638 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
8640 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
8641 bug which was triggering a BadAccess X error when setting an overlay
8642 before pad was really negotiated.
8643 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
8644 Using the colorbalance type macro.
8646 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
8648 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
8649 (gst_flacenc_chain):
8650 handle tags correctly
8651 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8652 extract ID3v1 tags correctly
8654 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
8656 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
8658 Improve matroska typefinding for odd-typed headers...
8660 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
8662 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8663 Fix for using incremental number on padnames.
8665 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
8667 * ext/divx/gstdivxdec.c:
8668 * ext/divx/gstdivxenc.c:
8669 Set category to divx4linux instead of divx (too generic).
8670 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8671 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
8672 (gst_wavparse_loop), (gst_wavparse_change_state):
8673 * gst/wavparse/gstwavparse.h:
8674 fix parsing of WAV files with non-standard fmt-tag size and fix
8675 skipping of unrecognized chunks... Someone please fix this thing
8676 to use rifflib so all this is automated.
8677 * sys/v4l/Makefile.am:
8678 * sys/v4l2/Makefile.am:
8679 Add X_CFLAGS because we depend on X (for overlay).
8681 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
8683 * ext/mpeg2dec/gstmpeg2dec.c:
8684 Don't issue a timestamp unless we tagged the frame
8687 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
8689 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
8690 Query the audio element to get the time, not the clock. We're
8691 interested in the element's time here.
8693 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
8695 * ext/aalib/gstaasink.c: (gst_aasink_chain):
8696 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8697 * ext/esd/esdsink.c: (gst_esdsink_chain):
8698 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
8699 * ext/mas/massink.c: (gst_massink_chain):
8700 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
8701 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
8702 (gst_matroska_demux_parse_metadata):
8703 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
8704 (gst_mpeg_parse_release_locks):
8705 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
8706 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
8707 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8708 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
8709 (gst_osssink_change_state):
8710 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
8711 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8712 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
8713 (gst_xvideosink_release_locks):
8714 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
8716 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
8717 (gst_alsa_clock_stop):
8718 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
8719 (gst_audio_clock_get_internal_time):
8720 simplify for use with new clocking code.
8721 * testsuite/alsa/Makefile.am:
8722 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
8723 fix testsuite for new caps system
8725 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
8727 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
8728 * ext/flac/gstflacenc.c: (add_one_tag):
8729 length is already host endian, no need to convert. Fixes playback of
8730 tagged files on PPC. (bug #128384)
8732 2004-01-13 Julien MOUTTE <julien@moutte.net>
8734 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
8735 colorbalance interface stating if it is hardware based or software
8737 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
8738 Removing a trailing comma.
8739 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8740 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
8741 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
8742 the documentation seems to be wrong on the -1000 to 1000 interval.
8744 2004-01-12 David Schleef <ds@schleef.org>
8746 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
8747 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
8748 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
8749 Fix negotiation. Add a bufferalloc function for the sink pad,
8750 and generally clean up some of the code.
8752 2004-01-12 Julien MOUTTE <julien@moutte.net>
8754 * gst-libs/gst/colorbalance/colorbalancechannel.c:
8755 (gst_color_balance_channel_dispose): Adding safety check in dispose
8757 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8758 (gst_xvimagesink_xcontext_clear),
8759 (gst_xvimagesink_interface_supported),
8760 (gst_xvimagesink_colorbalance_list_channels),
8761 (gst_xvimagesink_colorbalance_set_value),
8762 (gst_xvimagesink_colorbalance_get_value),
8763 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
8764 Adding colorbalance interface support to set XV parameters such as
8765 HUE, BRIGHTNESS, CONTRAST, SATURATION.
8766 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
8769 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
8771 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
8772 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
8773 (gst_audio_convert_init), (gst_audio_convert_set_property),
8774 (gst_audio_convert_get_property), (gst_audio_convert_chain),
8775 (gst_audio_convert_link),
8776 (gst_audio_convert_buffer_to_default_format),
8777 (gst_audio_convert_buffer_from_default_format), (plugin_init):
8778 - implement _getcaps and use it
8780 - remove float caps since no float conversion is actually done
8781 - remove properties and arguments that were to be used for rate
8784 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
8786 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
8787 (gst_audio_structure_set_int):
8788 * gst-libs/gst/audio/audio.h:
8789 add helper functions for _getcaps matching the standard audio
8792 2004-01-12 David Schleef <ds@schleef.org>
8794 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8795 Test that pad is negotiated before getting its caps.
8797 2004-01-12 Julien MOUTTE <julien@moutte.net>
8799 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
8800 analyzing the pads of an element the bin is mostly in READY state so
8801 no caps were negotiated. This helper function needs to work with
8802 _get_caps directly then. I was not freeing them though, added that to
8805 2004-01-12 Julien MOUTTE <julien@moutte.net>
8807 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8808 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
8809 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
8812 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
8814 * sys/oss/gstossaudio.c: (plugin_init):
8815 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
8816 * sys/oss/gstosselement.h:
8817 make an oss debugging category
8818 make failure more descriptive
8820 2004-01-11 David Schleef <ds@schleef.org>
8822 * ext/ffmpeg/gstffmpeg.c:
8823 * ext/ffmpeg/gstffmpegcodecmap.c:
8824 * ext/ffmpeg/gstffmpegdec.c:
8825 * ext/ffmpeg/gstffmpegenc.c:
8826 * ext/ffmpeg/gstffmpegprotocol.c:
8827 * ext/gdk_pixbuf/gstgdkanimation.c:
8828 * ext/jpeg/gstjpeg.c:
8829 * ext/libpng/gstpng.c:
8830 * ext/mpeg2dec/perftest.c:
8831 * ext/speex/gstspeex.c:
8832 * gst-libs/gst/resample/dtos.c:
8833 * gst/intfloat/gstintfloatconvert.c:
8834 * gst/oneton/gstoneton.c:
8835 * gst/rtjpeg/RTjpeg.c:
8837 * sys/dxr3/dxr3init.c:
8838 * sys/glsink/gstgl_nvimage.c:
8839 * sys/glsink/gstgl_pdrimage.c:
8840 * sys/glsink/gstglsink.c:
8841 * testsuite/gst-lint:
8842 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
8844 2004-01-11 David Schleef <ds@schleef.org>
8846 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
8847 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
8848 * ext/gdk_pixbuf/gstgdkanimation.c:
8849 (gst_gdk_animation_iter_create_pixbuf):
8850 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8851 (gst_gdk_pixbuf_chain):
8852 * ext/gdk_pixbuf/gstgdkpixbuf.h:
8853 * ext/jack/gstjack.c: (gst_jack_change_state):
8854 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
8855 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
8856 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
8857 * gst/videofilter/gstvideofilter.c:
8858 (gst_videofilter_set_output_size):
8859 Remove all usage of gst_pad_get_caps(), and replace it with
8860 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
8862 2004-01-11 David Schleef <ds@schleef.org>
8865 * ext/Makefile.am: Fixes to make ext/libcaca compile.
8866 * ext/divx/gstdivxdec.c:
8867 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8868 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
8869 handle images that span multiple buffers. Now work with both
8870 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
8871 * ext/gdk_pixbuf/gstgdkpixbuf.h:
8872 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
8873 video/video.h changes
8874 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
8875 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8876 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
8877 of GstData free function.
8878 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
8881 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
8883 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
8884 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
8885 (gst_v4l2element_get_property):
8886 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
8887 add norm, channel and frequency properties.
8888 * sys/v4l2/gstv4l2tuner.c:
8889 fixes for tuner interface changes
8890 * sys/v4l2/gstv4l2element.h:
8891 * sys/v4l2/gstv4l2src.c:
8892 * sys/v4l2/gstv4l2src.h:
8893 * sys/v4l2/v4l2src_calls.c:
8894 * sys/v4l2/v4l2src_calls.h:
8895 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
8897 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
8899 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
8900 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
8901 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
8902 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
8903 * gst-libs/gst/tuner/tuner.h:
8904 GObjects aren't const.
8905 Add find_by_name functions.
8906 Add checks to _changed functions.
8907 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
8908 (gst_v4l_tuner_get_norm):
8911 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
8913 * gst-libs/gst/video/video.h:
8914 Fix caps template names to be understandable.
8915 Prefix everything with GST_VIDEO.
8916 * ext/aalib/gstaasink.c:
8917 * ext/divx/gstdivxdec.c:
8918 * ext/divx/gstdivxenc.c:
8919 * ext/gdk_pixbuf/gstgdkpixbuf.c:
8920 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
8921 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
8922 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
8923 * ext/libcaca/gstcacasink.c:
8924 * ext/libpng/gstpngenc.c: (raw_caps_factory):
8925 * ext/snapshot/gstsnapshot.c:
8926 * ext/swfdec/gstswfdec.c:
8927 * ext/xvid/gstxviddec.c:
8928 * ext/xvid/gstxvidenc.c:
8929 * gst/chart/gstchart.c:
8930 * gst/deinterlace/gstdeinterlace.c:
8931 * gst/effectv/gsteffectv.c:
8932 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
8933 * gst/goom/gstgoom.c:
8934 * gst/median/gstmedian.c:
8935 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
8936 (gst_monoscope_srcconnect), (gst_monoscope_chain):
8937 * gst/overlay/gstoverlay.c:
8938 * gst/smooth/gstsmooth.c:
8939 * gst/smpte/gstsmpte.c:
8940 * gst/synaesthesia/gstsynaesthesia.c:
8941 * gst/videocrop/gstvideocrop.c:
8942 * gst/videodrop/gstvideodrop.c:
8943 * gst/y4m/gsty4mencode.c:
8944 * sys/qcam/gstqcamsrc.c:
8945 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
8946 Make them work with new video.h file.
8947 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8948 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
8949 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8950 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
8951 Make it work with new buffer allocation system.
8953 2004-01-11 Julien MOUTTE <julien@moutte.net>
8955 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
8956 pad_alloc_buffer implementation to use ->srcpad
8957 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
8958 pad_alloc_buffer implementation to use ->srcpad
8959 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
8960 pad_alloc_buffer implementation to use ->srcpad
8961 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8962 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
8963 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
8964 a reference to everything we need.
8965 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
8966 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8967 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8968 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
8969 a reference to everything we need.
8970 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
8972 2004-01-11 David Schleef <ds@schleef.org>
8974 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
8975 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
8976 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
8978 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
8979 value during a resize/renegotiation.
8980 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
8981 gst_pad_alloc_buffer();
8982 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8983 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
8985 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
8986 Fix for rename of buffer private structure members.
8987 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8988 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
8989 Fix for rename of buffer private structure members.
8990 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8991 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
8992 Fix for rename of buffer private structure members.
8994 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
8996 reviewed by: David Schleef <ds@schleef.org>
8998 * gst/videofilter/Makefile.am:
8999 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
9000 from the patch by ds to fit in with recent make_filter changes.
9002 2004-01-11 Julien MOUTTE <julien@moutte.net>
9004 * configure.ac: Adding examples/switch/Makefile
9005 * examples/Makefile.am: Adding examples/switch
9006 * examples/switch/Makefile.am: Adding switcher example.
9007 * examples/switch/switcher.c: (got_eos), (idle_iterate),
9008 (switch_timer), (main): Adding an example demonstrating switch usage
9009 with 2 videotestsrc showing different patterns.
9010 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
9011 (gst_switch_init): Fixing switch with the new caps system.
9013 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
9015 * gst-libs/gst/video/video.h:
9016 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
9017 They should probably be like
9018 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
9020 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
9022 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9023 (qtdemux_parse_trak):
9024 fix audio chunk size/timestamp calculation
9026 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
9028 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
9031 2004-01-11 Steve Baker <steve@stevebaker.org>
9033 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
9034 (gst_agingtv_base_init), (gst_agingtv_class_init),
9035 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
9036 (gst_agingtv_set_property), (gst_agingtv_get_property):
9037 Port agingTV to videofilter
9039 2004-01-09 Julien MOUTTE <julien@moutte.net>
9041 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
9042 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
9044 2004-01-09 Julien MOUTTE <julien@moutte.net>
9046 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
9047 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
9048 * gst-libs/gst/xoverlay/xoverlay.c:
9049 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
9050 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9051 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
9052 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9053 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
9054 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9055 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
9056 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
9057 the bufferalloc_function to replace bufferpools, fixing the XOverlay
9058 interface implementation to handle xid being 0 and fix some bugs
9059 triggered by Benjamin's testcase.
9060 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9061 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9062 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
9063 the bufferalloc_function to replace bufferpools, fixing the XOverlay
9064 interface implementation to handle xid being 0 and fix some bugs
9065 triggered by Benjamin's testcase.
9067 2004-01-09 David Schleef <ds@schleef.org>
9069 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
9070 mouse pointer events. It works.
9072 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
9074 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
9075 Use explicit caps - fix capsnego.
9076 * ext/xvid/gstxviddec.c:
9077 * ext/xvid/gstxvidenc.c:
9078 Remove macro-inside-macro which caused compile errors.
9079 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
9080 Error out if it's not a RIFF file. Else we error out without
9081 gst_element_error() which is not good...
9083 2004-01-08 David Schleef <ds@schleef.org>
9085 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
9086 Fix pad_link function to handle formats that ffmpeg returns
9087 as multiple caps structures.
9088 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
9089 Only complain if source buffer is _smaller_ than expected.
9090 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
9091 (gst_videoscale_handle_src_event): Resize navigation events
9092 when passing them upstream.
9093 * gst/videotestsrc/gstvideotestsrc.c:
9094 * gst/videotestsrc/gstvideotestsrc.h:
9095 * gst/videotestsrc/videotestsrc.c:
9096 * gst/videotestsrc/videotestsrc.h:
9097 Rewrite many of the buffer painting functions to handle odd
9098 sizes (for many formats, size%4!=0 or size%8!=0). Most have
9099 been verified to work with my video card.
9100 * testsuite/gst-lint: Add check for elements calling
9101 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
9103 2004-01-08 David Schleef <ds@schleef.org>
9105 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
9106 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
9108 2004-01-08 Julien MOUTTE <julien@moutte.net>
9110 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
9111 configure event is not emiting the desired size signal. That fixes
9112 aspect ratio issues with gst-player.
9114 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
9116 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
9119 2004-01-08 Julien MOUTTE <julien@moutte.net>
9121 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
9122 public method to fire size signal.
9124 2004-01-07 Julien MOUTTE <julien@moutte.net>
9126 * examples/gstplay/Makefile.am: Adding the interface library.
9127 * gst-libs/gst/play/Makefile.am: Adding the interface library.
9128 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
9129 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
9130 GST_IS_X_OVERLAY before signal connect.
9131 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
9132 Removing the have_video_size signal.
9133 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
9134 and associated public method.
9135 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
9136 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
9138 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
9139 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
9141 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
9142 Using XOverlay public method to fire size signal.
9144 2004-01-07 David Schleef <ds@schleef.org>
9146 * gst/videofilter/Makefile.am:
9147 * gst/videofilter/gstvideotemplate.c:
9148 * gst/videofilter/make_filter:
9149 Create gstvideoexample.c in a srcdir!=builddir friendly way.
9150 Convert make_filter to /bin/sh script.
9152 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
9154 * gst/modplug/gstmodplug.cc: fix element description
9156 2004-01-07 Julien MOUTTE <julien@moutte.net>
9158 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
9159 (got_video_size): Adding some new lines in g_print calls.
9160 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9161 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
9162 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
9163 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
9164 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
9165 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
9166 Complete code review, reverting some stuff i disagree with, adding
9167 some fixes : time synchronization on invalid timestamps, renegotiation
9169 * sys/ximage/ximagesink.h:
9170 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
9171 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
9172 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
9173 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
9174 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
9175 (gst_xvimagesink_buffer_new),
9176 (gst_xvimagesink_navigation_send_event),
9177 (gst_xvimagesink_set_xwindow_id),
9178 (gst_xvimagesink_get_desired_size),
9179 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
9180 stuff i disagree with, adding some fixes : Renegotiation of private
9181 window, implementing get_desired_size.
9183 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
9185 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
9186 (gst_afsink_handle_event):
9187 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
9188 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
9189 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
9190 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
9191 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
9192 Fix for instantiate-test (see core). Also remove dead code from
9193 jpegenc (which still needs fixing, but that's lower on my TODO
9195 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9196 Never return NULL as caps.
9198 2004-01-07 David Schleef <ds@schleef.org>
9202 * ext/librfb/Makefile.am:
9203 * ext/librfb/gstrfbsrc.c:
9204 New source plugin based on librfb-0.1. RFB (remote framebuffer)
9205 is the protocol used by VNC.
9207 2004-01-07 David Schleef <ds@schleef.org>
9209 * gst/videofilter/gstvideotemplate.c:
9210 * gst/videofilter/gstvideotemplate.h:
9211 * gst/videofilter/make_filter:
9212 Merge videotemplate header into source file.
9213 * gst/effectv/Makefile.am:
9214 * gst/effectv/gsteffectv.c: (plugin_init):
9215 * gst/effectv/gstwarp.c:
9216 Make warpTV a subclass of videofilter.
9218 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
9220 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9221 Add guard against invalid utf-8 conversions in mad. Just in case.
9223 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
9225 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
9226 Fix for bug shown by poisoning
9228 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
9230 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
9231 (gst_v4lmjpegsrc_buffer_free):
9232 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
9233 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
9234 (gst_v4lsrc_buffer_free):
9235 Fix for removed bufferpools.
9237 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
9239 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
9240 Fix caps negotiation.
9242 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
9243 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
9244 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
9246 * ext/mpeg2dec/gstmpeg2dec.c:
9247 * gst-libs/gst/navigation/navigation.c:
9248 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
9249 * gst-libs/gst/navigation/navigation.h:
9250 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
9251 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9252 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9253 Super-simple first version of mouse and keyboard events. Clicking
9254 on a DVD menu now works, although it may not take you where you
9257 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
9258 * gst/videotestsrc/gstvideotestsrc.c:
9259 (gst_videotestsrc_src_fixate):
9260 These fixate functions were broken - they never actually
9263 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
9265 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
9266 (gst_icecastsend_init):
9267 fix for new caps system.
9268 * gst-libs/gst/mixer/mixertrack.h:
9269 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
9270 Add 'master track' flag (for tools like ACME that only want to
9271 change the main volume).
9273 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
9275 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
9276 (gst_xvid_csp_to_caps):
9277 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
9278 * ext/xvid/gstxvidenc.c:
9279 ifdef out ARGB type when it isn't available
9280 in xvidcore 1.0.0beta2
9282 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
9284 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
9285 When we have received a new SCR right in the first buffer after
9286 a seek (so in the same cycle that handles the discont), we should
9287 handle the buffer instead of unreffing it, else we lose data.
9289 2004-01-06 Iain <iain@prettypeople.org>
9291 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
9292 buffer-frames caps too.
9294 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
9295 caps that we need, don't destroy them all and rebuild them. And when
9296 creating src pads, use the src pad template rather than the sink...
9298 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
9300 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9301 Add pad to element *after* setting functions such as event handler.
9302 Without this, the scheduler (opt) will link pads, set the event
9303 handler from the default event function (dispatcher in gstpad.c)
9304 and *after* that, we will set our own event function, which will
9305 thus never be used (and thus mpegdemux doesn't handle events).
9307 2004-01-04 David Schleef <ds@schleef.org>
9309 Fix the fixate functions to handle new prototype:
9310 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
9311 * gst/videotestsrc/gstvideotestsrc.c:
9312 (gst_videotestsrc_src_fixate):
9313 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
9314 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
9315 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
9317 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
9319 * sys/ximage/ximagesink.h:
9320 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9321 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
9322 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
9323 (gst_ximagesink_xoverlay_init):
9324 assorted fixes to make (re)embedding work
9325 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
9326 (gst_ximagesink_get_desired_size):
9327 implement desired size additions to XOverlay
9329 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
9331 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
9332 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
9333 (gst_x_overlay_got_desired_size):
9334 * gst-libs/gst/xoverlay/xoverlay.h:
9335 Add optional "desired size" signal and querying.
9337 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
9339 * gst/matroska/matroska-demux.c:
9340 (gst_matroska_demux_parse_blockgroup):
9341 Fix EBML-laced block parsing. Diffs are relative to previous
9342 lace, not the first lace. Thanks to Mosu from the Matroska
9343 team for detecting this.
9344 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
9345 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
9346 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
9347 (gst_wavparse_change_state):
9348 * gst/wavparse/gstwavparse.h:
9349 Quickfix for capsnego.
9351 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
9353 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
9354 Fix indenting, fix pad creation.
9356 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
9358 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
9359 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
9360 (gst_xviddec_sink_link):
9361 Implement src_getcaps() so proper size caps is negotiated.
9363 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
9365 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
9366 Finish flac decoder on EOS. See #116178.
9368 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
9370 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
9371 (gst_matroska_demux_add_stream):
9372 * gst/matroska/matroska-ids.h:
9373 Add getcaps() function to fix capsnego...
9375 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
9377 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9378 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
9379 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
9380 Fix more integer overflows. Again, see #126967.
9382 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9384 * ext/mpeg2dec/gstmpeg2dec.c:
9385 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
9388 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9391 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
9392 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
9393 * ext/xvid/gstxvid.h:
9394 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
9395 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
9396 (gst_xviddec_src_link), (gst_xviddec_sink_link),
9397 (gst_xviddec_change_state):
9398 * ext/xvid/gstxviddec.h:
9399 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
9400 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
9401 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
9402 (gst_xvidenc_link), (gst_xvidenc_set_property),
9403 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
9404 * ext/xvid/gstxvidenc.h:
9405 Update xvid plugin to latest xvid (1.0.0-beta3) API.
9407 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9409 * gst/rtp/rtp-packet.c:
9410 Add sys/types.h include, since OS X doesn't define in_addr_t
9411 in netinet/in.h, like it does on Linux (see #129600).
9413 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
9415 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9417 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
9418 Correct logic of dispose function (see #129306).
9420 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9422 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
9423 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
9424 (gst_mpeg_parse_init):
9425 * gst/mpegstream/gstmpegparse.h:
9426 Remove clock (which was never provided, i.e. dead code), and
9427 also fix integer overflows at high PTS values (see #126967).
9429 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9431 * ext/flac/gstflacdec.c:
9432 * ext/libpng/gstpngenc.h:
9433 * ext/mikmod/gstmikmod.h:
9434 OS X fixes (see #126628).
9436 2004-01-02 David Schleef <ds@schleef.org>
9438 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
9439 (gst_alsa_src_base_init): Remove bogus "src" request pad.
9440 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
9441 (gst_mpeg_parse_class_init): Move pad template registration
9442 to class_init, since the derived class (mpegdemux) doesn't
9445 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9447 * sys/ximage/Makefile.am:
9448 * sys/xvideo/Makefile.am:
9449 * sys/xvimage/Makefile.am:
9450 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
9451 after installation (see #127664).
9453 2004-01-02 David Schleef <ds@schleef.org>
9455 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
9456 (gst_ffmpegenc_connect): Negotiation fixes.
9457 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
9458 Remove inappropriate gst_caps_free().
9459 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9460 Reenable Ronald's internal resize code, since the core handles
9463 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
9465 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
9466 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
9467 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
9468 Fix pad template stuff.
9470 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
9472 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
9473 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
9474 fix signed integer reading/writing.
9476 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
9479 Remove outdated document
9481 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
9483 * gst/cutter/gstcutter.c: (gst_cutter_init):
9484 src pad was being created twice - oops.
9486 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
9488 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9489 Comment out internal resize. It doesn't handle the resulting
9490 XEvent internally, does another try_set_caps() which leads to
9492 Real fix will come when Julien and Dave are awake. ;).
9494 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
9496 * ext/mpeg2enc/gstmpeg2enc.cc:
9497 fix const/nonconst compile issue.
9499 2004-01-02 David Schleef <ds@schleef.org>
9501 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
9502 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
9503 Add fixate function and a check for bad formats.
9505 2004-01-01 David Schleef <ds@schleef.org>
9508 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9509 (gst_audiofilter_init):
9510 * gst/debug/efence.c: (gst_efence_init):
9511 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
9512 (gst_deinterlace_init):
9513 * gst/volume/gstvolume.c: (volume_connect):
9515 2004-01-01 David Schleef <ds@schleef.org>
9517 Convert elements to use gst_pad_use_explicit_caps() where
9519 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
9520 * ext/audiofile/gstafparse.c: (gst_afparse_init),
9521 (gst_afparse_open_file):
9522 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
9523 (gst_afsrc_open_file):
9524 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
9525 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
9526 (gst_ffmpegdec_chain):
9527 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9528 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
9529 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
9530 (gst_gdk_pixbuf_chain):
9531 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
9532 (gst_jpegdec_chain):
9533 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
9534 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
9535 (gst_mikmod_negotiate):
9536 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9537 (gst_mpeg2dec_negotiate_format):
9538 * ext/mpeg2enc/gstmpeg2enc.cc:
9539 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9540 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
9541 (gst_speexdec_sinkconnect):
9542 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
9543 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
9544 (gst_vorbisfile_new_link):
9545 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
9546 (gst_ac3parse_chain):
9547 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
9548 (gst_asf_demux_setup_pad):
9549 * gst/auparse/gstauparse.c: (gst_auparse_init),
9550 (gst_auparse_chain):
9551 * gst/id3/gstid3types.c: (gst_id3types_loop):
9552 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9553 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
9554 (mp1videoparse_parse_seq):
9555 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
9557 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9558 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
9559 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
9560 (gst_mpeg_parse_send_data):
9561 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9562 (gst_qtdemux_add_stream):
9563 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9564 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
9565 (gst_wavparse_parse_fmt):
9567 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
9570 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
9571 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
9572 it therefore uses the wrong include paths. Too bad... Note
9573 that 1.6.1.93 is not release yet. ;).
9574 Also add a check for mplex, which is now using the lib'ified
9575 mplex from mjpegtools, too.
9576 * ext/ffmpeg/gstffmpegcodecmap.c:
9577 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
9578 issues. I don't think ffmpeg handles 3ivx correctly, so this
9579 probably won't work. But it won't hurt either.
9580 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
9581 (gst_ffmpegdec_chain):
9582 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
9583 (gst_ffmpegenc_chain_audio):
9584 Fix memleak in audio encoding. Close codec if open fails, this
9585 calls the cleanup routines so we can re-use the context.
9586 * ext/mpeg2enc/gstmpeg2enc.cc:
9587 Fix pad template names/types, fix memory issue with getcaps().
9588 * ext/mpeg2enc/gstmpeg2encoder.cc:
9589 * ext/mpeg2enc/gstmpeg2encoder.hh:
9590 Fix compile issue with new caps system (const thingy).
9591 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9592 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
9593 We read a first frame right on initing, so that we have a caps
9594 when we init the output. This caps is cached in padprivate and
9595 read as first frame.
9596 * ext/mplex/Makefile.am:
9597 * ext/mplex/gstmplex.cc:
9598 * ext/mplex/gstmplex.h:
9599 * ext/mplex/gstmplex.hh:
9600 * ext/mplex/gstmplexibitstream.cc:
9601 * ext/mplex/gstmplexibitstream.hh:
9602 * ext/mplex/gstmplexjob.cc:
9603 * ext/mplex/gstmplexjob.hh:
9604 * ext/mplex/gstmplexoutputstream.cc:
9605 * ext/mplex/gstmplexoutputstream.hh:
9606 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
9607 had issues, didn't do capsnego, supported only a subset of the
9608 mplex features and required a mplex fork in our local CVS. Plus
9609 that it worked agaist a very old mplex version. Rewriting was
9610 faster than updating it.
9611 * gst-libs/ext/Makefile.am:
9612 * gst-libs/ext/mplex/INSTRUCT:
9613 * gst-libs/ext/mplex/Makefile.am:
9614 * gst-libs/ext/mplex/README:
9615 * gst-libs/ext/mplex/TODO:
9616 * gst-libs/ext/mplex/ac3strm_in.cc:
9617 * gst-libs/ext/mplex/audiostrm.hh:
9618 * gst-libs/ext/mplex/audiostrm_out.cc:
9619 * gst-libs/ext/mplex/aunit.hh:
9620 * gst-libs/ext/mplex/bits.cc:
9621 * gst-libs/ext/mplex/bits.hh:
9622 * gst-libs/ext/mplex/buffer.cc:
9623 * gst-libs/ext/mplex/buffer.hh:
9624 * gst-libs/ext/mplex/fastintfns.h:
9625 * gst-libs/ext/mplex/format_codes.h:
9626 * gst-libs/ext/mplex/inputstrm.cc:
9627 * gst-libs/ext/mplex/inputstrm.hh:
9628 * gst-libs/ext/mplex/lpcmstrm_in.cc:
9629 * gst-libs/ext/mplex/mjpeg_logging.cc:
9630 * gst-libs/ext/mplex/mjpeg_logging.h:
9631 * gst-libs/ext/mplex/mjpeg_types.h:
9632 * gst-libs/ext/mplex/mpastrm_in.cc:
9633 * gst-libs/ext/mplex/mpegconsts.cc:
9634 * gst-libs/ext/mplex/mpegconsts.h:
9635 * gst-libs/ext/mplex/mplexconsts.hh:
9636 * gst-libs/ext/mplex/multplex.cc:
9637 * gst-libs/ext/mplex/outputstream.hh:
9638 * gst-libs/ext/mplex/padstrm.cc:
9639 * gst-libs/ext/mplex/padstrm.hh:
9640 * gst-libs/ext/mplex/stillsstream.cc:
9641 * gst-libs/ext/mplex/stillsstream.hh:
9642 * gst-libs/ext/mplex/systems.cc:
9643 * gst-libs/ext/mplex/systems.hh:
9644 * gst-libs/ext/mplex/vector.cc:
9645 * gst-libs/ext/mplex/vector.hh:
9646 * gst-libs/ext/mplex/videostrm.hh:
9647 * gst-libs/ext/mplex/videostrm_in.cc:
9648 * gst-libs/ext/mplex/videostrm_out.cc:
9649 * gst-libs/ext/mplex/yuv4mpeg.cc:
9650 * gst-libs/ext/mplex/yuv4mpeg.h:
9651 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
9652 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
9653 We don't fork mjpegtools' mplex in our CVS anymore.
9654 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
9655 (gst_avi_demux_add_stream):
9656 * gst/avi/gstavidemux.h:
9657 Add getcaps() function for proper caps nego. This makes some
9658 parts of AVI playback/reading work.
9659 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9660 Resize window on new capsnego. This is probably wrong, but
9661 I'm still committing it because with current capsnego, the
9662 first successfull capsnego is auto-fixated, therefore rounded
9663 down to the lowest values in the caps. this results in a 16x16
9664 XWindow that is not reized when real capsnego finishes.
9665 Dave, I see more cases of this, do you know a proper solution?
9666 * tools/gst-launch-ext.in:
9667 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
9669 2003-12-31 David Schleef <ds@schleef.org>
9671 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
9672 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
9673 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
9675 2003-12-30 David Schleef <ds@schleef.org>
9677 * ext/ffmpeg/gstffmpegcolorspace.c:
9678 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9679 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
9680 (gst_ffmpegcsp_chain): Negotiation fixes
9681 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
9682 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9683 (gst_audio_convert_link), (gst_audio_convert_channels):
9684 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
9685 (gst_audioscale_link), (gst_audioscale_get_buffer),
9686 (gst_audioscale_chain): Negotiation fixes
9687 * gst/audioscale/gstaudioscale.h:
9688 * gst/videofilter/gstvideofilter.c:
9689 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
9690 (gst_videofilter_link), (gst_videofilter_init),
9691 (gst_videofilter_set_output_size), (gst_videofilter_setup),
9692 (gst_videofilter_find_format_by_structure):
9693 * gst/videofilter/gstvideofilter.h: Negotiation fixes
9694 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
9695 (gst_videoscale_link):
9696 * gst/videoscale/videoscale.c: (videoscale_get_structure),
9697 (videoscale_find_by_structure), (gst_videoscale_setup):
9698 * gst/videoscale/videoscale.h: Negotiation fixes
9699 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
9700 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
9701 function, restrict resizing to a multiple of 4 (hack until
9702 everyone supports odd sizes correctly).
9704 2003-12-29 Colin Walters <walters@verbum.org>
9706 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
9709 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
9711 * ext/sndfile/gstsf.c: (gst_sf_loop):
9712 Fix warning about discarding const qualifier
9714 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
9716 * gst/cutter/gstcutter.c:
9717 * gst/videoscale/gstvideoscale.c:
9718 * gst/volenv/gstvolenv.c:
9719 * gst-libs/gst/audio/audio.c:
9720 * gst-libs/gst/video/video.c:
9723 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
9725 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
9726 Don't send ALSA debugging to stderr.
9727 * ext/alsa/gstalsa.h:
9728 Use GST_WARNING instead of g_warning when ALSA functions fail.
9730 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
9732 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9733 Free XVAdapterInfo correctly.
9735 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
9737 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
9738 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
9739 Make id3tag use correct caps nego.
9741 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
9743 * ext/ivorbis/vorbis.c:
9744 * ext/ivorbis/vorbisenc.h:
9745 * ext/ivorbis/vorbisfile.c:
9746 Modify so that it uses the new caps things
9748 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
9750 * testsuite/spider/spider1.c: (main):
9751 * testsuite/spider/spider2.c: (main):
9752 * testsuite/spider/spider3.c: (main):
9753 Make tests compile again. They probably don't work.
9755 2003-12-24 Colin Walters <walters@verbum.org>
9757 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
9758 we can't fixate the caps anymore.
9760 2003-12-23 David Schleef <ds@schleef.org>
9762 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
9763 * sys/oss/gstosssink.c: (gst_osssink_init),
9764 (gst_osssink_sink_fixate): Add fixate function.
9766 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
9768 * ext/ffmpeg/gstffmpegcodecmap.c:
9769 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
9770 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
9771 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
9772 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9773 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9774 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9775 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
9776 fix typo in RGB masks, and move back to "old" colorspace
9777 capsnego code until whoever wrote this new crap has actually
9778 tested it so that it works.
9779 And yes, this works, keep it that way please.
9781 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
9783 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
9784 (gst_divxdec_init), (gst_divxdec_negotiate):
9785 * ext/divx/gstdivxdec.h:
9786 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
9788 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
9789 (gst_faac_sinkconnect), (gst_faac_srcconnect):
9790 * ext/mpeg2enc/gstmpeg2enc.cc:
9791 * ext/mpeg2enc/gstmpeg2encoder.cc:
9792 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9793 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
9794 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
9795 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
9797 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
9798 (dxr3videosink_init):
9799 Fix caps breakage after Dave's caps branch merge.
9801 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
9803 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9804 Fix for 24bpp display.
9806 2003-12-23 Colin Walters <walters@verbum.org>
9808 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
9809 a GnomeVFSHandle directly.
9811 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
9813 * gst/volume/Makefile.am:
9814 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
9815 (volume_base_init), (volume_init):
9816 Reenable volume element and fix to work with new caps stuff.
9817 Rhythmbox needs this.
9819 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
9821 * gst/qtdemux/qtdemux.c: (plugin_init):
9822 qtdemux requires bytestream
9824 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
9826 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
9827 Fix remaining caps handling errors due to CAPS merge.
9829 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
9831 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
9832 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
9833 (gst_faad_srcconnect):
9834 Port to new caps system.
9836 2003-12-21 Julien MOUTTE <julien@moutte.net>
9838 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
9839 (got_video_size), (main): using g_print instead of g_message.
9840 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
9841 signal which was not emitted because of "switch" element added to the
9842 bin but not connected. (Removing from the bin temporarily)
9844 2003-12-21 Julien MOUTTE <julien@moutte.net>
9846 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
9847 find X development files. I don't understand the previous tests and
9848 they fail on my debian/ppc unstable. This one works.
9849 * examples/gstplay/player.c: (main): Set the pipeline to READY before
9851 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
9852 (gst_play_set_video_sink), (gst_play_set_audio_sink),
9853 (gst_play_set_visualization): Add some safety checks in set_ methods
9854 and state_change. This was throwing some ugly CRITICAL messages when
9855 pipeline was getting disposed and casts were failing.
9857 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
9860 Improve mpeg2enc detection. This is for distributions that do
9861 ship mjpegtools, but without mpeg2enc. Also does object check
9862 for might there ever be ABI incompatibility.
9863 * ext/mpeg2enc/gstmpeg2enc.cc:
9864 Add Andrew as second maintainer (he's helping me), and also add
9865 an error if no caps was set. This happens if I pull before capsnego
9866 and that's something I should solve sometime else.
9867 * gst/matroska/matroska-demux.c:
9868 (gst_matroska_demux_parse_blockgroup):
9870 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
9871 (gst_matroska_mux_track_header):
9872 Add caps to templates.
9873 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
9874 Add mpegversion=1 to prevent confusion with MPEG/AAC.
9875 * gst/mpegstream/gstmpegdemux.c:
9876 Remove layer since it causes warnings about unfixed caps.
9877 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9878 Fix obvious typo (we error out if caps were set, we should of
9879 course error out if *no* caps were set).
9880 * sys/oss/gstosselement.c: (gst_osselement_convert):
9881 Fix format conversion, we confused bits/bytes.
9882 * sys/oss/gstosselement.h:
9883 Improve documentation for 'bps'.
9885 Remove stuff about plugins that need removing - this was done
9887 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
9888 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
9889 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
9890 (gst_v4lsrc_src_query):
9891 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9892 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
9893 Add get_query_types(), get_formats() and query() functions.
9895 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
9897 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
9898 * moved CVS to freedesktop.org