1 2004-03-01 David Schleef <ds@schleef.org>
3 * MAINTAINERS: Add
5 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
7 * gst-plugins.spec.in: clean up spec file
9 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
11 * gst-libs/gst/video/Makefile.am:
12 * gst-libs/gst/video/gstvideosink.c:
13 * gst-libs/gst/video/gstvideosink.h:
14 rename gstvideosink.h to videosink.h to match other headers
15 * gst/mixmatrix/Makefile.am:
16 fix plugin filename
17 * gst/tags/Makefile.am: fix plugin filename
19 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
21 * gst/tags/Makefile.am: fix plugin filename
23 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
25 * examples/gstplay/player.c: (got_time_tick), (main):
26 add error handler
27 display time_tick more readably
28 * gst/mixmatrix/Makefile.am:
29 fix plugin file name
31 2004-02-29 Christophe Fergeau <teuf@gnome.org>
33 * sys/oss/gstosselement.c: (gst_osselement_probe),
34 (device_combination_append), (gst_osselement_class_probe_devices):
35 * sys/oss/gstosselement.h:
36 Reworked enumeration of oss dsps and mixers so that gst-mixer works
37 on my system using alsa oss emulation, fixes bug #135597
39 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
41 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
42 (gst_videodrop_chain), (gst_videodrop_change_state):
43 * gst/videodrop/gstvideodrop.h:
44 Work based on timestamp of input data, not based on the expected
45 framerate from the input. The consequence is that this element now
46 not only scales framerates, but also functions as a framerate
47 corrector or framerate stabilizer/constantizer.
49 2004-02-27 David Schleef <ds@schleef.org>
51 patches from jmmv@menta.net (Julio M. Merino Vidal)
53 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
54 GST_ELEMENT_ERROR call (bug #135634)
55 * gst/interleave/interleave.c: (interleave_buffered_loop),
56 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
57 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
58 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
59 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
60 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
61 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
62 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
63 Fix GST_ELEMENT_ERROR call.
64 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
65 GST_ELEMENT_ERROR call.
67 2004-02-27 Benjamin Otte <otte@gnome.org>
69 * gst-libs/gst/audio/audio.h:
70 add macro to make sure header isn't included twice
71 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
72 don't use gst_buffer_free
73 * gst/playondemand/filter.func:
74 don't usae gst_data_free. Free data only once.
76 2004-02-26 David Schleef <ds@schleef.org>
78 * gst-libs/gst/colorbalance/Makefile.am:
79 * gst-libs/gst/mixer/Makefile.am:
80 * gst-libs/gst/tuner/Makefile.am:
81 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
82 should not be disted, -marshal.h files should not be installed,
83 and -enum.h files _should_ be installed. Fix to make this the
84 case.
86 === release 0.7.5 ===
88 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
90 * configure.ac: release 0.7.5, "Under The Sea"
92 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
94 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
95 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
96 * gst/videoscale/gstvideoscale.c:
97 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
98 assorted debug/warning fixes
100 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
102 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
103 (gst_videoscale_init), (gst_videoscale_chain),
104 (gst_videoscale_set_property), (plugin_init):
105 * gst/videoscale/gstvideoscale.h:
106 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
107 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
108 (gst_videoscale_planar400), (gst_videoscale_packed422),
109 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
110 (gst_videoscale_24bit), (gst_videoscale_16bit),
111 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
112 (gst_videoscale_scale_plane_slow),
113 (gst_videoscale_scale_point_sample),
114 (gst_videoscale_scale_nearest),
115 (gst_videoscale_scale_nearest_str2),
116 (gst_videoscale_scale_nearest_str4),
117 (gst_videoscale_scale_nearest_32bit),
118 (gst_videoscale_scale_nearest_24bit),
119 (gst_videoscale_scale_nearest_16bit):
120 add debugging category and use it properly
121 fix use of GST_PTR_FORMAT
123 2004-02-25 Andy Wingo <wingo@pobox.com>
125 * gst/interleave/interleave.c (interleave_buffered_loop): Always
126 push only when channel->buffer is NULL. Prevents segfaults doing
127 the state change after a nonlocal exit, like a scheme exception.
129 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
130 Handle the case where the intersected caps is empty.
132 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
134 * gst/law/mulaw-decode.c: (mulawdec_link):
135 * gst/law/mulaw.c: (plugin_init):
136 fix mulawdec so it actually works again
138 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
140 reviewed by: David Schleef <ds@schleef.org>
142 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
143 (gst_gamma_init), (gst_gamma_set_property),
144 (gst_gamma_get_property), (gst_gamma_calculate_tables),
145 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
146 for RGB, with separate r g and b correction factors.
148 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
150 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
151 only signal tags for bitrate if they're > 0 (#134894)
153 2004-02-24 David Schleef <ds@schleef.org>
155 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
156 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
157 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
158 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
159 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
160 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
161 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
162 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
163 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
164 category. Attempt to fix timestamp calculation.
166 2004-02-24 Johan Dahlin <johan@gnome.org>
168 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
170 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
172 * configure.ac:
173 * gconf/Makefile.am:
174 * gconf/gstreamer.schemas:
175 * gst-libs/gst/gconf/Makefile.am:
176 * gst-libs/gst/gconf/gconf.c:
177 version gconf schemas and install locations
179 2004-02-23 Benjamin Otte <otte@gnome.org>
181 * ext/xine/xineinput.c: (gst_xine_input_dispose):
182 (gst_xine_input_subclass_init):
183 call parent dispose.
184 change pad template for CD reader correctly
185 * ext/xine/Makefile.am:
186 * ext/xine/gstxine.h:
187 * ext/xine/xine.c: (plugin_init):
188 * ext/xine/xineaudiosink.c:
189 wrap audio sinks, too
190 * gst-libs/gst/resample/private.h:
191 * gst-libs/gst/resample/resample.c: (gst_resample_init),
192 (gst_resample_reinit), (gst_resample_scale),
193 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
194 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
195 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
196 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
197 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
198 * gst-libs/gst/resample/resample.h:
199 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
200 (gst_audioscale_class_init), (gst_audioscale_link),
201 (gst_audioscale_get_buffer), (gst_audioscale_init),
202 (gst_audioscale_chain), (gst_audioscale_set_property),
203 (gst_audioscale_get_property):
204 * gst/audioscale/gstaudioscale.h:
205 s/resample_*/gst_resample_*/i to not clobber namespaces
207 2004-02-23 Julien MOUTTE <julien@moutte.net>
209 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
210 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
211 (gst_riff_create_video_template_caps),
212 (gst_riff_create_audio_template_caps),
213 (gst_riff_create_iavs_template_caps):
214 * gst-libs/gst/riff/riff-media.h:
215 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
216 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
217 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
218 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
219 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
220 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
221 (gst_matroska_demux_plugin_init): First batch implementing audio and
222 video codec tags in demuxers.
224 2004-02-22 Benjamin Otte <otte@gnome.org>
226 * ext/xine/Makefile.am:
227 * ext/xine/gstxine.h:
228 * ext/xine/xine.c: (plugin_init):
229 * ext/xine/xineinput.c:
230 add input plugin wrapper. Playback from files, http, mms and cdda
231 works.
232 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
233 remove leftover G_GNUC_UNUSED
234 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
235 (gst_asf_demux_identify_guid):
236 improve debugging output
238 2004-02-22 Benjamin Otte <otte@gnome.org>
240 reported by: Padraig O'Briain <padraig.obriain@sun.com>
242 * autogen.sh:
243 replace test -e with test -x for mkinstalldirs to be more portable.
244 (fixes #134816)
246 2004-02-22 Benjamin Otte <otte@gnome.org>
248 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
250 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
251 set rank to PRIMARY
252 * gst/volume/gstvolume.c: (plugin_init):
253 set rank to NONE
254 fixes #134960
256 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
258 reviewed by Benjamin Otte <otte@gnome.org>
260 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
261 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
263 2004-02-22 Benjamin Otte <otte@gnome.org>
265 * configure.ac:
266 export [_]*{gst,Gst,GST}.* symbols from plugins
268 2004-02-22 Christophe Fergeau <teuf@gnome.org>
270 reviewed by: Benjamin Otte <otte@gnome.org>
272 * ext/lame/gstlame.c: (add_one_tag):
273 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
274 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
275 (gst_vorbisenc_metadata_set1):
276 * gst/tags/gstid3tag.c:
277 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
278 apply fixes from bugs #135042 (lame can't write tags) and #133817
279 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
281 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
283 * configure.ac: Export only gst_plugin_desc from plugins.
284 Note that this change only makes any effect with Linux using libtool
285 1.5.2 or higher. Otherwise it is silently ignored, but it would build
286 fine. And don't try to have several versions of libtool in different
287 directories.
289 2004-02-20 Andy Wingo <wingo@pobox.com>
291 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
292 interleave respectively.
294 * gst/interleave/deinterleave.c: New plugin: deinterleave
295 (replaces on oneton).
296 * gst/interleave/interleave.c: New plugin: interleave.
297 * gst/interleave/plugin.h: Support file.
298 * gst/interleave/plugin.c: Support file.
300 * configure.ac: Remove intfloat and oneton, add interleave.
302 * ext/sndfile/gstsf.c: Handle events better.
304 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
305 and float2int operation. int2float has scheduling problems as
306 noted in in2float_chain.
308 2004-02-20 Benjamin Otte <otte@gnome.org>
310 * ext/xine/Makefile.am:
311 * ext/xine/gstxine.h:
312 * ext/xine/xine.c:
313 * ext/xine/xineaudiodec.c:
314 * ext/xine/xinecaps.c:
315 add first version of xine plugin wrapper. Currently only wraps the
316 QDM2 win32 DLL, and even that only in proof-of-concept quality.
317 * configure.ac:
318 * ext/Makefile.am:
319 add xine plugin wrapper, disabled by default. Use --enable-xine to
320 build. Note that it'll segfault on gst-register if you don't remove
321 the goom and tvtime post plugins from xine.
322 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
323 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
324 add extradata parsing for QDM2.
325 change around debugging prints.
327 2004-02-19 Benjamin Otte <otte@gnome.org>
329 * ext/lame/gstlame.c: (gst_lame_chain):
330 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
331 use gst_tag_list_insert when you want to insert tags
333 2004-02-18 David Schleef <ds@schleef.org>
335 * configure.ac: Move massink to gst-rotten
336 * ext/Makefile.am:
337 * ext/mas/Makefile.am:
338 * ext/mas/massink.c:
339 * ext/mas/massink.h:
341 2004-02-18 David Schleef <ds@schleef.org>
343 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
344 typefinding, since it seems to be worse than nothing.
345 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
346 atom to recognize .mp4 and .m4a files as video/quicktime.
348 2004-02-18 David Schleef <ds@schleef.org>
350 * gst/sine/demo-dparams.c: (quit_live),
351 (dynparm_log_value_changed), (dynparm_value_changed), (main):
352 Use double dparams, not float.
353 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
354 (gst_sinesrc_init): Change sync default to FALSE, since multiple
355 sync'd elements don't really work correctly.
356 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
357 (volume_update_volume), (volume_get_property): Change dparam
358 to double.
360 2004-02-18 Julien MOUTTE <julien@moutte.net>
362 * sys/ximage/ximagesink.c:
363 (gst_ximagesink_xwindow_update_geometry),
364 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
365 (gst_ximagesink_change_state), (gst_ximagesink_expose),
366 (gst_ximagesink_init): Rework the way software video scaling works. So
367 now we check on each chain call if the video frames are feeling the
368 window. If not we try to renegotiate caps. On failure we memorize that
369 and we won't try again for that PLAYING sessions.
370 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
371 failure.
372 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
373 synchronous flag.
375 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
377 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
378 break up _link so we can give a better debug message for errors
380 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
382 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
383 set up debug category
385 2004-02-18 Julien MOUTTE <julien@moutte.net>
387 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
388 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
389 the way renegotiation work. The event handling function is not taking
390 care of external windows and renegotiate method check for pad flags
391 NEGOTIATING. Should fix : #133209
393 2004-02-17 Julien MOUTTE <julien@moutte.net>
395 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
396 pad is negotiating before trying renegotiation.
398 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
400 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
401 pass on all possible mime types as typefind hints
403 2004-02-17 Julien MOUTTE <julien@moutte.net>
405 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
406 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
407 possible SHM leak if we crash. All other apps using XShm are doing
408 that.
410 2004-02-17 Julien MOUTTE <julien@moutte.net>
412 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
413 (gst_ximagesink_expose): Renegotiate size on expose.
414 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
415 size on expose.
417 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
419 * testsuite/alsa/sinesrc.c:
420 cosmetic fix to fix compile issue with gcc 2.95.4
422 2004-02-16 Julien MOUTTE <julien@moutte.net>
424 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
425 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
426 failed opening the audio device.
427 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
428 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
429 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
430 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
431 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
432 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
433 (gst_ximagesink_change_state), (gst_ximagesink_chain),
434 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
435 Removing some useless g_return_if_fail like wingo suggested.
436 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
437 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
438 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
439 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
440 (gst_xvimagesink_update_colorbalance),
441 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
442 (gst_xvimagesink_xcontext_clear),
443 (gst_xvimagesink_get_fourcc_from_caps),
444 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
445 (gst_xvimagesink_set_xwindow_id),
446 (gst_xvimagesink_colorbalance_list_channels),
447 (gst_xvimagesink_colorbalance_set_value),
448 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
449 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
451 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
453 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
454 throw error when not negotiated instead of asserting
456 2004-02-15 Julien MOUTTE <julien@moutte.net>
458 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
459 correct data refcounting.
461 2004-02-15 Julien MOUTTE <julien@moutte.net>
463 * gst/switch/gstswitch.c: (gst_switch_change_state),
464 (gst_switch_class_init): Cleaning the sinkpads correctly on state
465 change, mostly the EOS flag.
467 2004-02-15 Julien MOUTTE <julien@moutte.net>
469 * examples/gstplay/player.c: (got_eos), (main): Adding some
470 output for debugging.
471 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
472 timeouts if we go to any state different from PLAYING.
473 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
474 more EOS bugs in riff lib.
476 2004-02-14 Julien MOUTTE <julien@moutte.net>
478 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
479 visualization until i find a way to fix switch correctly.
480 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
481 EOS arrives.
482 * gst/switch/gstswitch.c: (gst_switch_release_pad),
483 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
484 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
485 Reworked switch to get a more correct behaviour with events and refing
486 of data stored in sinkpads.
487 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
488 we don't pull from a pad in EOS.
490 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
492 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
493 remove v1 tag even if we can't read it (makes sure we don't detect
494 it again)
496 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
498 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
499 (gst_alsa_xrun_recovery):
500 * ext/alsa/gstalsa.h:
501 try xrun recovery when wait failed. Make xrun recovery function
502 return TRUE/FALSE to indicate success. (might fix #134354)
504 2004-02-13 David Schleef <ds@schleef.org>
506 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
507 (dynparm_value_changed), (main): Convert from float to double.
508 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
510 2004-02-13 David Schleef <ds@schleef.org>
512 * gst/silence/gstsilence.c: (gst_silence_class_init),
513 (gst_silence_set_clock), (gst_silence_get),
514 (gst_silence_set_property), (gst_silence_get_property):
515 * gst/silence/gstsilence.h: Add sync property.
516 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
517 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
518 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
519 * gst/sine/gstsinesrc.h: Add sync property.
521 2004-02-13 David Schleef <ds@schleef.org>
523 * gst/intfloat/gstint2float.c: (conv_f32_s16),
524 (gst_int2float_chain_gint16): Change stdint usage to glib types.
526 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
528 * configure.ac:
529 * ext/Makefile.am:
530 * gst-libs/ext/Makefile.am:
531 move ffmpeg plugin to gst-ffmpeg module
533 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
535 * configure.ac: use GST_ARCH to detect architecture
537 2004-02-12 Julien MOUTTE <julien@moutte.net>
539 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
541 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
543 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
544 classify LADSPA plugins based on number of src/sink pads
545 (#133663, Stefan Kost)
546 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
547 fix dparams registration
548 (#133528, Stefan Kost)
549 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
550 fix use of isprint and use g_ascii_isprint instead
551 (#133316, Stefan Kost)
553 2004-02-11 David Schleef <ds@schleef.org>
555 Convert a few inner loops to use liboil. This is currently
556 optional, and is only enabled if liboil is present (duh!).
557 * configure.ac: Check for liboil-0.1
558 * gst/intfloat/Makefile.am:
559 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
560 (gst_int2float_chain_gint16):
561 * gst/videofilter/Makefile.am:
562 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
563 (tablelookup_u8), (gst_videobalance_planar411):
564 * gst/videotestsrc/Makefile.am:
565 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
566 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
567 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
568 (paint_hline_RGB565), (paint_hline_xRGB1555):
570 2004-02-11 David Schleef <ds@schleef.org>
572 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
573 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
574 (gst_colorspace_getcaps), (gst_colorspace_link),
575 (gst_colorspace_base_init), (gst_colorspace_init),
576 (gst_colorspace_chain), (gst_colorspace_change_state),
577 (plugin_init): Merge Ronald's patch (bug #117897) and update
578 for new caps and negotiation. Seems to work, although it
579 shows off bugs in lcs.
581 2004-02-11 David Schleef <ds@schleef.org>
583 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
584 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
586 2004-02-11 David Schleef <ds@schleef.org>
588 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
589 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
590 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
591 Add server and port properties
593 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
595 * m4/a52.m4:
596 * m4/aalib.m4:
597 * m4/as-ffmpeg.m4:
598 * m4/as-liblame.m4:
599 * m4/as-slurp-ffmpeg.m4:
600 * m4/check-libheader.m4:
601 * m4/esd.m4:
602 * m4/freetype2.m4:
603 * m4/gconf-2.m4:
604 * m4/glib.m4:
605 * m4/gst-alsa.m4:
606 * m4/gst-artsc.m4:
607 * m4/gst-ivorbis.m4:
608 * m4/gst-matroska.m4:
609 * m4/gst-sdl.m4:
610 * m4/gst-shout2.m4:
611 * m4/gst-sid.m4:
612 * m4/gtk.m4:
613 * m4/libdv.m4:
614 * m4/libfame.m4:
615 * m4/libmikmod.m4:
616 * m4/ogg.m4:
617 * m4/vorbis.m4:
618 fix underquotedness of macros (#133800)
619 * m4/as-avifile.m4:
620 * m4/xmms.m4:
621 removed because no longer used
623 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
625 * configure.ac:
626 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
627 by autopoint (fixes #132996)
629 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
631 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
632 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
633 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
634 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
635 fix memleaks
637 2004-02-11 David Schleef <ds@schleef.org>
639 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
640 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
641 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
642 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
643 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
644 (gst_jpegenc_class_init), (gst_jpegenc_init),
645 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
646 (gst_jpegenc_chain), (gst_jpegenc_set_property),
647 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
648 * ext/jpeg/gstjpegenc.h: Fix negotiation.
650 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
652 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
653 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
654 * ext/mikmod/gstmikmod.h:
655 fix caps negotiation in mikmod
656 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
657 output debug information
659 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
661 * gst-libs/gst/colorbalance/Makefile.am:
662 * gst-libs/gst/navigation/Makefile.am:
663 * gst-libs/gst/xoverlay/Makefile.am:
664 remove unused GST_OPT_CFLAGS from Makefiles
665 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
667 2004-02-07 David Schleef <ds@schleef.org>
669 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
670 push events to pads that haven't been created (#133508)
672 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
674 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
675 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
676 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
677 (gst_dvdec_loop), (gst_dvdec_change_state):
678 Second attempt at committing a working dvdec element.
680 2004-02-06 David Schleef <ds@schleef.org>
682 Build fixes for OS X: (see #129600)
683 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
684 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
685 (gst_riff_read_strf_iavs):
686 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
687 (gst_avi_demux_stream_odml):
688 * gst/playondemand/Makefile.am:
689 * gst/rtp/rtp-packet.c:
691 2004-02-05 David Schleef <ds@schleef.org>
693 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
694 last change, because it Just Doesn't Compile.
696 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
698 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
699 skip undecodable id3v2 tag instead of keeping it
701 2004-02-05 David Schleef <ds@schleef.org>
703 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
704 Unref leaked buffer. (Noticed by Ronald)
706 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
708 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
709 Sync requires with other checks. >= vs =.
711 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
713 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
714 (gst_dvdec_video_link), (gst_dvdec_loop):
715 * ext/dv/gstdvdec.h:
716 rework the caps negotiation so that dvdec works again instead
717 of just segfaulting.
719 === gst-plugins 0.7.4 ===
721 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
723 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
724 * configure.ac: changed for release
726 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
728 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
729 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
730 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
731 * pkgconfig/gstreamer-play-uninstalled.pc.in:
732 reworked patch by David Lehn to fix libdir and includedir for
733 uninstalled libraries
734 removed play and gconf from gstreamer-libs since they have their
735 own pkgconfig files
737 2004-02-04 David Schleef <ds@schleef.org>
739 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
740 memleak.
742 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
744 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
745 use correct GST_TAG_ENCODER tag
747 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
749 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
750 be sure to stop the clock when going to paused
751 * sys/oss/gstosssink.c: (gst_osssink_change_state):
752 reset number of transmitted when going to ready.
753 fixes #132935
755 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
757 reviewed by Benjamin Otte
759 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
760 extract track count (fixes #133410)
762 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
764 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
765 that should be !=, not == (fixes #132519)
767 2004-02-04 David Schleef <ds@schleef.org>
769 Make sure set_explicit_caps() is called before adding pad.
770 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
771 * gst/id3/gstid3types.c: (gst_id3types_loop):
772 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
773 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
775 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
777 * configure.ac:
778 bump nano to 2, first prerelease
779 put back AM_PROG_LIBTOOL
781 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
783 * testsuite/alsa/Makefile.am:
784 these are user test apps, not automatic testsuite tests
786 2004-02-04 David Schleef <ds@schleef.org>
788 Convert GST_DEBUG_CAPS() to GST_DEBUG():
789 * gst/mpeg1videoparse/gstmp1videoparse.c:
790 (mp1videoparse_parse_seq):
791 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
792 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
793 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
794 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
795 (gst_xvideosink_getcaps):
796 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
797 * testsuite/gst-lint: more tests
799 2004-02-04 David Schleef <ds@schleef.org>
801 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
802 with the code that they would expand to.
803 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
804 (gst_flacdec_get_src_query_types),
805 (gst_flacdec_get_src_event_masks):
806 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
807 (gst_gnomevfssrc_get_query_types),
808 (gst_gnomevfssrc_get_event_mask):
810 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
812 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
813 (gst_sinesrc_dispose):
814 fix memleak by properly disposing sinesrc
816 2004-02-04 Julien MOUTTE <julien@moutte.net>
818 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
819 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
820 an overlay to redraw the image because it has been exposed.
821 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
822 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
823 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
824 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
825 interface
826 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
827 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
828 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
829 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
830 interface
832 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
834 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
835 more memleak fixage
837 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
839 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
840 * gst/typefind/gsttypefindfunctions.c:
841 fix memleaks shown by gst-typefind
843 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
845 * common/glib-gen.mak:
846 add hack rule to touch .Plo files
847 * gst-libs/gst/colorbalance/Makefile.am:
848 * gst-libs/gst/mixer/Makefile.am:
849 * gst-libs/gst/play/Makefile.am:
850 * gst-libs/gst/tuner/Makefile.am:
851 remove glib_root variable
853 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
855 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
856 set explicit caps before adding the element, so the autopluggers can
857 plug correctly.
858 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
859 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
860 (mpeg_video_type_find), (mpeg_video_stream_type_find),
861 (dv_type_find):
862 fix memleaks in typefind functions. gst_type_find_suggest takes a const
863 argument.
865 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
867 * gst-libs/gst/colorbalance/Makefile.am:
868 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
869 * gst-libs/gst/colorbalance/colorbalance.c:
870 * gst-libs/gst/colorbalance/colorbalance.h:
871 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
872 * gst-libs/gst/mixer/Makefile.am:
873 * gst-libs/gst/mixer/mixer-marshal.list:
874 * gst-libs/gst/mixer/mixer.c:
875 * gst-libs/gst/mixer/mixer.h:
876 * gst-libs/gst/mixer/mixermarshal.list:
877 * gst-libs/gst/play/Makefile.am:
878 * gst-libs/gst/play/play.h:
879 * gst-libs/gst/tuner/Makefile.am:
880 * gst-libs/gst/tuner/tuner-marshal.list:
881 * gst-libs/gst/tuner/tuner.c:
882 * gst-libs/gst/tuner/tuner.h:
883 * gst-libs/gst/tuner/tunermarshal.list:
884 use new glib-gen.mak snippet to clean up Makefile.am
885 fix various bugs in Makefile.am's
887 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
889 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
890 handle chain parsing correctly in the multichain case
891 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
892 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
893 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
894 (theora_dec_chain):
895 handle events and queries correctly
897 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
899 * .cvsignore:
900 Ignore generated file _stdint.h.
902 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
904 * gst-libs/gst/colorbalance/Makefile.am:
905 * gst-libs/gst/colorbalance/colorbalance.h:
906 * gst-libs/gst/mixer/Makefile.am:
907 * gst-libs/gst/mixer/mixer.h:
908 * gst-libs/gst/play/Makefile.am:
909 * gst-libs/gst/play/play.h:
910 * gst-libs/gst/tuner/Makefile.am:
911 * gst-libs/gst/tuner/tuner.h:
912 Generate enum type code with glib-mkenums.
913 * gst-libs/gst/colorbalance/.cvsignore:
914 * gst-libs/gst/mixer/.cvsignore:
915 * gst-libs/gst/play/.cvsignore:
916 * gst-libs/gst/tuner/.cvsignore:
917 Ignore generated files.
919 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
921 * gst-libs/gst/audio/.cvsignore:
922 Ignore generated file.
923 * gst-libs/gst/audio/Makefile.am:
924 Do not install example filter.
926 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
928 * examples/switch/.cvsignore:
929 Ignore generated file.
931 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
933 * common/m4/ax_create_stdint_h.m4:
934 * configure.ac:
935 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
936 _stdint.h.
937 * Makefile.am:
938 remove generated _stdint.h in DISTCLEANFILES
939 * ext/a52dec/gsta52dec.c:
940 include _stdint.h for a52dec. (should fix #133064)
942 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
944 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
945 (gst_tag_to_vorbis_comments):
946 Add replaygain support to vorbistag
948 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
949 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
950 (gst_ffmpeg_caps_to_extradata):
951 Fix SVQ3 caps flag properties
952 Use glib macro for bytes swap
954 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
956 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
957 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
958 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
959 * ext/sndfile/gstsf.c: (plugin_init):
960 * gst/avi/gstavi.c: (plugin_init):
961 * sys/dxr3/dxr3init.c: (plugin_init):
962 * sys/oss/gstossaudio.c: (plugin_init):
963 * sys/v4l/gstv4l.c: (plugin_init):
964 * sys/v4l2/gstv4l2.c: (plugin_init):
965 remove textdomain calls
966 * po/nl.po:
967 update Dutch translation
969 2004-02-02 Julien MOUTTE <julien@moutte.net>
971 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
972 (gst_play_set_audio_sink): Moving volume in the audio thread for
973 instantaneous volume change. Maybe i will add another volume in front
974 of visualization later, not sure yet though.
976 2004-02-02 Julien MOUTTE <julien@moutte.net>
978 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
979 (gst_ximagesink_handle_xevents): Better X events handling, only take
980 the latest events for configure and motion.
981 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
983 2004-02-02 Jon Trowbridge <trow@gnu.org>
985 reviewed by: David Schleef <ds@schleef.org>
987 Fix memory leaks:
988 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
989 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
991 2004-02-02 David Schleef <ds@schleef.org>
993 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
994 of lines.
995 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
996 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
997 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
998 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
999 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
1000 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
1001 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
1002 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
1003 (gst_float2_2_int_link):
1004 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
1005 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
1006 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
1007 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
1008 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
1009 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
1010 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
1011 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1012 * testsuite/gst-lint: Add tests for bzero and ;;
1014 2004-02-02 David Schleef <ds@schleef.org>
1016 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
1018 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
1020 * ext/aalib/gstaasink.c: (gst_aasink_open):
1021 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
1022 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1023 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
1024 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
1025 (gst_afsink_close_file):
1026 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
1027 (gst_afsrc_close_file):
1028 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
1029 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
1030 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
1031 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
1032 * ext/esd/esdmon.c: (gst_esdmon_get):
1033 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
1034 * ext/faac/gstfaac.c: (gst_faac_chain):
1035 * ext/faad/gstfaad.c: (gst_faad_chain):
1036 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
1037 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
1038 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
1039 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
1040 (gst_flacdec_loop):
1041 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
1042 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
1043 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1044 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
1045 (gst_gnomevfssink_close_file):
1046 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1047 (gst_gnomevfssrc_open_file):
1048 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
1049 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
1050 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
1051 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
1052 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
1053 * ext/mad/gstmad.c: (gst_mad_chain):
1054 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
1055 * ext/mpeg2dec/gstmpeg2dec.c:
1056 * ext/mpeg2enc/gstmpeg2enc.cc:
1057 * ext/mplex/gstmplex.cc:
1058 * ext/mplex/gstmplexibitstream.cc:
1059 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
1060 (gst_ogg_demux_push):
1061 * ext/raw1394/gstdv1394src.c:
1062 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
1063 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
1064 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
1065 (gst_sf_loop):
1066 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
1067 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
1068 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
1069 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
1070 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
1071 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
1072 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
1073 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
1074 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1075 (gst_riff_read_element_data), (gst_riff_read_seek),
1076 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
1077 * gst/adder/gstadder.c: (gst_adder_loop):
1078 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
1079 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
1080 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
1081 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
1082 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
1083 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
1084 * gst/goom/gstgoom.c: (gst_goom_chain):
1085 * gst/id3/gstid3types.c: (gst_id3types_loop):
1086 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
1087 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
1088 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
1089 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1090 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
1091 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
1092 (gst_ebml_read_float), (gst_ebml_read_header):
1093 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
1094 (gst_matroska_demux_parse_blockgroup):
1095 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
1096 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
1097 * gst/oneton/gstoneton.c: (gst_oneton_chain):
1098 * gst/silence/gstsilence.c: (gst_silence_get):
1099 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1100 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
1101 * gst/speed/gstspeed.c: (speed_loop):
1102 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
1103 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
1104 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
1105 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1106 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
1107 (gst_wavparse_loop):
1108 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
1109 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
1110 (dxr3audiosink_close):
1111 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
1112 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
1113 (dxr3videosink_close), (dxr3videosink_write_data):
1114 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
1115 * sys/oss/gstosssink.c: (gst_osssink_chain):
1116 * sys/oss/gstosssrc.c: (gst_osssrc_get):
1117 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
1118 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
1119 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
1120 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
1121 (gst_v4l_set_window), (gst_v4l_enable_overlay):
1122 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
1123 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
1124 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
1125 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
1126 (gst_v4l_set_audio):
1127 * sys/v4l/v4l_calls.h:
1128 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
1129 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
1130 (gst_v4lmjpegsink_playback_init),
1131 (gst_v4lmjpegsink_playback_start):
1132 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
1133 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
1134 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
1135 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
1136 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
1137 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
1138 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
1139 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1140 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
1141 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
1142 (gst_v4l2_get_output), (gst_v4l2_set_output),
1143 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
1144 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
1145 (gst_v4l2_set_attribute):
1146 * sys/v4l2/v4l2_calls.h:
1147 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1148 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
1149 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
1150 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
1151 (gst_v4l2src_capture_stop):
1152 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
1153 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1154 (gst_ximagesink_chain):
1155 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
1156 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
1157 (gst_xvideosink_xwindow_new):
1158 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1159 (gst_xvimagesink_chain):
1161 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
1163 * gst/volume/gstvolume.c: (gst_volume_set_volume),
1164 (gst_volume_get_volume), (volume_class_init), (volume_init),
1165 (volume_chain_int16), (volume_update_volume):
1166 * gst/volume/gstvolume.h:
1167 make code more readable by removing magic numbers
1168 make mixer interface export 0-100 range
1169 make it internally map to 0.0-1.0 range so users don't distort
1170 output by putting the sliders at full volume
1172 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
1174 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
1175 (gst_play_state_change), (gst_play_seek_to_time):
1176 block the tick callback for 0.5 secs after doing a seek
1178 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
1180 * gst-libs/gst/play/play.c: (gst_play_new):
1181 check for GError
1183 2004-02-01 Julien MOUTTE <julien@moutte.net>
1185 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
1186 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
1187 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1188 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
1189 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1190 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
1192 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
1194 * configure.ac:
1195 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1196 check for a function added in vorbis 1.1
1198 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
1200 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
1201 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
1202 really start/stop clock only on PLAYING <=> PAUSED
1203 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1204 remove \n from debugging lines
1205 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
1206 make it work when seeking does not
1207 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1208 reset on DISCONT
1210 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
1212 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
1213 start clock on PAUSED=>PLAYING, not later
1214 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1215 extract correct time for different discont formats
1216 (gst_alsa_sink_get_time):
1217 don't segfault when no format is negotiated yet, just return 0
1218 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1219 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
1220 (gst_ogg_pad_push):
1221 handle flush and discont events correctly
1222 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
1223 handle discont events correctly
1225 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
1227 * gst-libs/gst/play/play.c: (gst_play_error_quark),
1228 (gst_play_error_create), (gst_play_error_plugin),
1229 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
1230 * gst-libs/gst/play/play.h:
1231 add error handling during creation
1232 * examples/gstplay/player.c: (main):
1233 use new gst_play_new
1236 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
1238 * ext/theora/theoradec.c: (theora_dec_chain):
1239 make comments work
1240 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1241 (vorbis_dec_src_event), (vorbis_dec_chain):
1242 add encoder tag, fix tag reading to be more error tolerant, change
1243 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
1244 gst_pad_event_default.
1245 * gst/tags/gstvorbistag.c:
1246 (gst_tag_list_from_vorbiscomment_buffer):
1247 undefine function specific define at end of function
1249 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
1251 * ext/flac/gstflac.c: (plugin_init):
1252 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
1253 * ext/flac/gstflacdec.h:
1254 * ext/flac/gstflacenc.h:
1255 Fix typos
1257 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
1259 * examples/gstplay/player.c: s/gstplay.h/play.h/
1261 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
1263 * gst-libs/gst/play/Makefile.am:
1264 * gst-libs/gst/play/gstplay.c:
1265 * gst-libs/gst/play/gstplay.h:
1266 * gst-libs/gst/play/play.c:
1267 more surgery, operation complete
1269 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
1271 * gst-libs/gst/play/play.old.c:
1272 * gst-libs/gst/play/play.old.h:
1273 after CVS surgery by moving, remove
1274 * gst-libs/gst/play/playpipelines.c:
1275 remove
1277 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
1278 add negotiation error
1280 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
1282 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1283 (gst_ogg_demux_push):
1284 add some seeking debug info
1285 send a flush when seeking
1287 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
1289 * configure.ac:
1290 use AC_C_INLINE
1291 * configure.ac:
1292 * ext/Makefile.am:
1293 * ext/theora/Makefile.am:
1294 * ext/theora/theoradec.c:
1295 add theora video decoder. Does just do simple decoding for now and
1296 has been tested against Theora cvs only. It only works when theora
1297 is compiled with --enable-static.
1298 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1299 always reset packetno on DISCONT
1301 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
1303 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
1304 Fix audio.
1306 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
1308 * gst/mpegaudioparse/gstmpegaudioparse.c:
1309 (mp3_type_frame_length_from_header):
1310 Fix header parsing - stolen from ffmpeg (thank you! :) ).
1312 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
1314 * ext/esd/esdsink.c: (gst_esdsink_init):
1315 Since we have static pad template caps, we don't need to negotiate;
1316 either the core errors out or we know the format.
1318 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
1320 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1321 (gst_riff_read_seek):
1322 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1323 (gst_ebml_read_seek):
1324 Fix event handling.
1326 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
1328 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
1329 removee video/x-theora from vp3 decoder, it doesn't handle raw
1330 theora streams
1331 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
1332 fix bug with finalizing element that never went to PAUSED
1333 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
1334 length and position queries were swapped
1335 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
1336 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
1337 (vorbis_dec_src_event):
1338 implement querying time and bytes
1340 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
1342 * just about every source file:
1343 gst_element_error -> GST_ELEMENT_ERROR
1345 2004-01-29 Julien MOUTTE <julien@moutte.net>
1347 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
1348 emiting FLUSH and even before DISCONT.
1349 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
1350 get the best instant seeking as possible yay!
1352 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
1354 * gst/mpeg1videoparse/gstmp1videoparse.c:
1355 (gst_mp1videoparse_real_chain):
1356 Committed wrong version last week... Grr... Didn't notice until now.
1358 2004-01-29 Julien MOUTTE <julien@moutte.net>
1360 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
1361 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
1362 have_xwindow_id signal in xwindow_create.
1364 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
1366 * ext/ogg/gstoggdemux.c:
1367 lots of changes - mainly support for chained bitstreams, seeking,
1368 querying and bugfixes of course
1369 * ext/vorbis/Makefile.am:
1370 * ext/vorbis/vorbisdec.c:
1371 * ext/vorbis/vorbisdec.h:
1372 add vorbisdec raw vorbis decoder
1373 * ext/vorbis/vorbis.c: (plugin_init):
1374 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
1375 * gst/intfloat/Makefile.am:
1376 * gst/intfloat/float22int.c:
1377 * gst/intfloat/float22int.h:
1378 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
1379 add float2intnew plugin. It converts multichannel interleaved float to
1380 multichannel interleaved int. The name should probably be changed.
1381 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
1382 (plugin_init):
1383 add typefinding for raw theora video so oggdemux can detect it.
1385 2004-01-28 Julien MOUTTE <julien@moutte.net>
1387 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
1388 sink element first.
1389 * gst/videoscale/gstvideoscale.c:
1390 (gst_videoscale_handle_src_event): Fixing src event handler.
1392 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
1394 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
1395 (gst_v4lsrc_open), (gst_v4lsrc_close),
1396 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
1397 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
1398 * sys/v4l/gstv4lsrc.h:
1399 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
1400 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
1401 Implement resizing... Hack. But that's why v4l is b0rked...
1403 2004-01-28 Julien MOUTTE <julien@moutte.net>
1405 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1406 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
1407 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
1408 (gst_ximagesink_xwindow_destroy):
1409 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1410 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
1411 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
1412 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
1413 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
1414 correctly cleaning the image created to check xshm calls on succes,
1415 added a lot of XSync calls in X11 functions, and fixed a segfault when
1416 no image format was defined before negotiation happened.
1418 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
1420 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
1421 use gst_element_get_time to get correct time
1423 2004-01-28 Julien MOUTTE <julien@moutte.net>
1425 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
1426 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
1427 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
1428 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
1429 (gst_xvimagesink_check_xshm_calls),
1430 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
1431 X plugins are now able to detect that XShm calls will fail even if the
1432 server claims that it has XShm support (remote displays most of the
1433 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
1434 so that we use non XShm functions. This feature is almost useless for
1435 xvimagesink as Xv is not supported on remote displays anyway, but
1436 it might happen than even on the local display XShm calls fail.
1438 2004-01-27 David Schleef <ds@schleef.org>
1440 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
1441 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
1442 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
1443 changed esdsink to only use 44100,16,2, since esd sucks at rate
1444 conversion and esdsink has had difficulty negotiating.
1446 2004-01-27 Julien MOUTTE <julien@moutte.net>
1448 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
1449 (gst_play_seek_to_time): Fixing the way to get current position.
1451 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
1453 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
1454 use gst_element_get_time to get correct time
1456 2004-01-27 Julien MOUTTE <julien@moutte.net>
1458 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
1459 fix ever... Inverting 2 lines of code make spider autoplug correctly
1460 tagged mp3 !
1462 2004-01-27 David Schleef <ds@schleef.org>
1464 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1465 Use gst_pad_try_set_caps_nonfixed().
1467 2004-01-27 David Schleef <ds@schleef.org>
1469 * gst/ac3parse/gstac3parse.c: update to checklist 5
1470 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
1471 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
1472 * gst/audioscale/gstaudioscale.c: same
1473 * gst/auparse/gstauparse.c: same
1474 * gst/avi/gstavidemux.c: same
1476 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
1478 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
1479 stop processing after EOS
1481 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
1483 * gst/asfdemux/asfheaders.h:
1484 * gst/asfdemux/gstasfdemux.c:
1485 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
1486 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
1487 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
1488 lot's of fixes to make data extraction simpler and get the code
1489 architecture and compiler independant. Add debugging category
1490 * gst/goom/gstgoom.c: (gst_goom_change_state):
1491 reset channel count on PAUSED=>READY, not READY=>PAUSED
1493 2004-01-26 Colin Walters <walters@verbum.org>
1495 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
1496 code to pull a bigger buffer in iradio mode. This as a side effect
1497 makes typefinding work.
1499 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
1501 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
1502 Fix SVQ3 decoding on PPC
1504 2004-01-26 Julien MOUTTE <julien@moutte.net>
1506 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
1507 that one managed to stay there... Fixed.
1509 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
1511 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
1512 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
1513 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
1514 (qtdemux_video_caps):
1515 * gst/qtdemux/qtdemux.h:
1516 Add SVQ3 specific flags to qtdemux and ffmpeg
1518 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
1520 * gst-libs/gst/audio/audio.h:
1521 remove buffer-frames from audio caps
1522 * gst/audioconvert/gstaudioconvert.c:
1523 fix plugin to really work.
1525 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
1527 * gst-libs/gst/mixer/mixer.c:
1528 * gst-libs/gst/propertyprobe/propertyprobe.c:
1529 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
1530 (gst_tuner_find_channel_by_name):
1531 * gst-libs/gst/tuner/tuner.h:
1532 Add gtk-doc style comments. Also fix a function name.
1534 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
1536 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
1537 (gst_divxdec_negotiate):
1538 Fix for new capsnego - also fixes gst-player with divxdec.
1540 2004-01-25 Julien MOUTTE <julien@moutte.net>
1542 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
1543 (gst_play_identity_handoff), (gst_play_set_location),
1544 (gst_play_set_visualization), (gst_play_connect_visualization): Another
1545 try in visualization implementation. Still have an issue with switch
1546 blocking when pulling from video_queue and only audio comes out of
1547 spider.
1548 * gst/switch/gstswitch.c: (gst_switch_release_pad),
1549 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
1550 release method. And check if the pad is usable before pulling.
1552 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
1554 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
1555 (gst_videobalance_init),
1556 (gst_videobalance_colorbalance_list_channels),
1557 (gst_videobalance_colorbalance_set_value),
1558 (gst_videobalance_colorbalance_get_value),
1559 (gst_videobalance_update_properties),
1560 (gst_videobalance_update_tables_planar411),
1561 (gst_videobalance_planar411):
1562 * gst/videofilter/gstvideobalance.h:
1563 Implement lookup-tables. +/- 10x faster.
1565 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
1567 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
1568 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
1569 The index reading was broken. The rest worked fine, but the whole
1570 goal of my rewrite was to make avidemux readable, and this was
1571 not at all readable. Please use typed variables.
1573 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
1575 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
1576 Additional pad usability check.
1577 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
1578 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
1579 (gst_mp1videoparse_real_chain):
1580 Fix MPEG video stream parsing. The original plugin had several
1581 issues, including not timestamping streams where the source was
1582 not timestamped (this happens with PTS values in mpeg system
1583 streams, but MPEG video is also a valid stream on its own so
1584 that needs timestamps too). We use the display time code for that
1585 for now. Also, if one incoming buffer contains multiple valid
1586 frames, we push them all on correctly now, including proper EOS
1587 handling. Lastly, several potential segfaults were fixed, and we
1588 properly sync on new sequence/gop headers to include them in next,
1589 not previous frames (since they're header for the next frame, not
1590 the previous). Also see #119206.
1591 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
1592 (bpf_from_header):
1593 Move caps setting so we only do it after finding several valid
1594 MPEG-1 fraes sequentially, not right after the first one (which
1595 might be coincidental).
1596 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
1597 (mpeg_video_type_find), (mpeg_video_stream_type_find),
1598 (plugin_init):
1599 Add unsynced MPEG video stream typefinding, and change some
1600 probability values so we detect streams rightly. The idea is as
1601 follows: I can have an unsynced system stream which contains
1602 video. In the current code, I would randomly get a type for either
1603 system or video stream type found, because the probabilities are
1604 being calculated rather randomly. I now use fixed values, so we
1605 always prefer system stream if that was found (and that is how it
1606 should be). If no system stream was found, we can still identity the stream as video-only.
1608 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
1610 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
1611 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
1612 don't write to buffer. Extract data without the need of
1613 __attribute__ ((packed))
1615 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
1617 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
1618 (mpeg1_sys_type_find):
1619 Fix MPEG-1 stream typefinding.
1621 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
1623 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1624 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
1626 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
1628 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
1629 * ext/esd/gstesd.c: (plugin_init):
1630 private debugging, better error reporting
1632 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
1634 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
1635 (gst_riff_read_init), (gst_riff_read_change_state):
1636 * gst-libs/gst/riff/riff-read.h:
1637 Remove stuff fromold metadata system.
1639 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
1641 * ext/ogg/gstoggdemux.c:
1642 Fix wrong file comment.
1643 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
1644 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
1645 Add metadata reading properly.
1647 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
1649 * ext/Makefile.am:
1650 Fix nas DIST_SUBDIRS
1651 Uraeus:
1652 Fix bug where make distcheck doesn't get run on adding stuff to
1653 the build.
1655 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
1657 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
1658 * ext/divx/gstdivxdec.h:
1659 Fix divx3 ("msmpeg4") playback using divxdec.
1661 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
1663 * gst/typefind/gsttypefindfunctions.c:
1664 (mp3_type_frame_length_from_header): fix bug in length computation
1665 (mp3_type_find): improve debugging output
1667 2004-01-23 Julien MOUTTE <julien@moutte.net>
1669 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
1670 (gst_play_set_location), (gst_play_seek_to_time),
1671 (gst_play_set_audio_sink), (gst_play_set_visualization),
1672 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
1673 the pipeline from scratch. Visualization is back and switch went out as
1674 i realized it was not possible to use the way i wanted.
1675 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
1676 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
1677 clearing in state change from READY to NULL. So that one can clean the
1678 X ressources keeping the element.
1679 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1680 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
1681 (gst_xvimagesink_colorbalance_set_value),
1682 (gst_xvimagesink_colorbalance_get_value),
1683 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
1684 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
1685 change from READY to NULL and fixed some stupid bugs in colorbalance
1686 get/set values. Also added the following feature : when nobody tries to
1687 set some values to the colorbalance levels before the xcontext is
1688 grabbed, then when creating channels list from Xv attributes we set the
1689 internal values to the Xv defaults. This way we handle buggy Xv drivers
1690 that set default hue values far from the middle of the range (Thanks
1691 to Jon Trowbridge for pointing that issue).
1692 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
1693 colorbalance levels have been set before xcontext is grabbed.
1695 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
1697 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
1698 Fix the ossmixer case where we shouldn't open /dev/dsp* because
1699 it might block operations (which is bad for a mixer).
1701 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
1703 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
1704 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
1705 (gmip_find_type_pre):
1706 * gst-libs/gst/media-info/media-info-priv.h:
1707 * gst-libs/gst/media-info/media-info.c:
1708 (gst_media_info_instance_init), (gst_media_info_read_idler):
1709 add fakesink to get caps on decoder src pad again
1710 fix callback prototype to match new have_type signal signature
1712 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
1714 * gst/adder/gstadder.c: (gst_adder_link):
1715 fix non-compile and cut-n-paste code
1717 2004-01-21 David Schleef <ds@schleef.org>
1719 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
1720 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
1721 (gst_swfdec_init), (gst_swfdec_change_state):
1722 * ext/swfdec/gstswfdec.h:
1723 Fix negotiation.
1724 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
1725 (gst_adder_request_new_pad): Fix negotiation.
1726 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
1727 Add a fixate function.
1728 * gst/intfloat/gstfloat2int.c:
1729 * gst/intfloat/gstfloat2int.h:
1730 * gst/intfloat/gstint2float.c:
1731 * gst/intfloat/gstint2float.h:
1732 Completely rewrite the negotiation. Doesn't quite work yet,
1733 due to some buffer-frames problem.
1735 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
1737 * ext/gnomevfs/gstgnomevfssrc.c:
1738 * sys/v4l2/v4l2_calls.h:
1739 fix includes for distcheck
1741 2004-01-21 Christian Schaller <uraeus@gnome.org>
1743 * ext/nas/
1744 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
1745 based on earlier patch from Laurent Vivier
1747 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
1749 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
1750 Fix wma caps property
1751 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
1752 Fix typo (flags1 and flags2)
1754 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
1756 * gst-libs/gst/media-info/media-info-priv.c:
1757 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
1758 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
1759 (gmip_find_stream), (gmip_find_track_metadata),
1760 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
1761 (gmip_find_track_format):
1762 * gst-libs/gst/media-info/media-info-priv.h:
1763 * gst-libs/gst/media-info/media-info-test.c: (main):
1764 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
1765 (gst_media_info_read_idler), (gst_media_info_read):
1766 * gst-libs/gst/media-info/media-info.h:
1767 register debugging category and use it for debugging
1769 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
1771 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
1772 (gst_vorbisfile_new_link):
1773 signal streaminfo through tags
1775 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
1777 * ext/mplex/gstmplex.cc:
1778 * ext/mplex/gstmplexibitstream.cc:
1779 g++ doesn't like NULL in our i18n/error macros, should be
1780 either (NULL) or ("").
1782 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
1784 * sys/dxr3/dxr3audiosink.c:
1785 * sys/dxr3/dxr3init.c:
1786 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
1787 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
1788 Fix more error error error errors (missing includes here).
1790 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
1792 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
1793 fix thomas' error errors.
1795 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
1797 * ext/mpeg2enc/gstmpeg2enc.cc:
1798 fix error errors.
1800 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
1802 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
1803 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
1804 Fix for new error system.
1806 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
1808 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
1809 fix for new error reporting
1811 2004-01-20 David Schleef <ds@schleef.org>
1813 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1814 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
1815 (gst_ximagesink_set_xwindow_id): Change to using a framerate
1816 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
1817 and neither is 100+, most likely.
1818 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1819 (gst_xvimagesink_getcaps): same
1821 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
1823 * configure.ac:
1824 Up version requirement to 2.0.3 (not yet released) to avoid symbol
1825 clashes with ffmpeg.
1827 2004-01-20 Julien MOUTTE <julien@moutte.net>
1829 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
1830 (gst_switch_init): Fixed switch element : proxying link and setting
1831 caps from src to sink on request.
1833 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
1835 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
1836 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
1837 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
1838 fix element_error
1840 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
1842 * sys/v4l/v4l_calls.h:
1843 * sys/v4l2/v4l2_calls.h:
1844 element_error fixes
1846 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
1848 * gst-libs/gst/gst-i18n-plugin.h:
1849 add locale.h
1850 remove config.h inclusion
1852 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
1854 * autogen.sh:
1855 adding autopoint invocation
1856 * Makefile.am:
1857 * configure.ac:
1858 * gst-libs/gst/gettext.h:
1859 adding gettext bits
1860 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
1861 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
1862 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1863 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
1864 (gst_gnomevfssink_close_file):
1865 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
1866 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
1867 * gst-libs/gst/gst-i18n-plugin.h:
1868 * gst/avi/gstavi.c: (plugin_init):
1869 * sys/dxr3/dxr3init.c: (plugin_init):
1870 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
1871 * sys/oss/gstossaudio.c: (plugin_init):
1872 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
1873 * sys/v4l/gstv4l.c: (plugin_init):
1874 * sys/v4l/v4l_calls.c: (gst_v4l_open):
1875 * sys/v4l2/gstv4l2.c: (plugin_init):
1876 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1877 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
1878 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
1879 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
1880 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
1881 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
1882 make sure locale and translation domain are set
1883 fix translated strings
1884 * po/.cvsignore:
1885 * po/LINGUAS:
1886 * po/Makevars:
1887 * po/POTFILES.in:
1888 * po/nl.po:
1889 put translation files into place
1890 * sys/xvideo/imagetest.c: (main):
1891 * ext/dv/demo-play.c: (main):
1892 fix unnecessary translations
1894 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1896 * ext/sndfile/gstsf.c:
1897 * gst/avi/gstavimux.c:
1898 * ext/audiofile/gstafsink.c:
1899 * ext/audiofile/gstafsrc.c:
1900 * ext/gnomevfs/gstgnomevfssink.c:
1901 * ext/gnomevfs/gstgnomevfssrc.c:
1902 * sys/oss/gstosselement.c:
1903 * sys/v4l/v4l_calls.h:
1904 fix i18n include
1906 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
1908 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1909 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
1910 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
1911 (gst_v4l2_get_output), (gst_v4l2_set_output),
1912 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
1913 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
1914 (gst_v4l2_set_attribute):
1915 update to new error handling
1917 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
1919 * ext/sidplay/gstsiddec.cc:
1920 * gst/modplug/gstmodplug.cc:
1921 parenthese NULL because C++ seems angry about it
1923 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
1925 * gst-libs/gst/gst-i18n-plugin.h:
1926 add skeleton i18n stuff, but needs to be further implemented
1928 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
1930 * examples/gstplay/player.c: (main):
1931 * ext/aalib/gstaasink.c: (gst_aasink_open):
1932 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
1933 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1934 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
1935 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
1936 (gst_afsink_close_file):
1937 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
1938 (gst_afsrc_close_file):
1939 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
1940 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
1941 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
1942 * ext/esd/esdmon.c: (gst_esdmon_get):
1943 * ext/esd/esdsink.c: (gst_esdsink_chain):
1944 * ext/faac/gstfaac.c: (gst_faac_chain):
1945 * ext/faad/gstfaad.c: (gst_faad_chain):
1946 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
1947 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
1948 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
1949 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
1950 (gst_flacdec_loop):
1951 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
1952 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
1953 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1954 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
1955 (gst_gnomevfssink_close_file):
1956 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1957 (gst_gnomevfssrc_open_file):
1958 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
1959 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
1960 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
1961 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
1962 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
1963 * ext/mad/gstmad.c: (gst_mad_chain):
1964 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
1965 * ext/mpeg2dec/gstmpeg2dec.c:
1966 * ext/mpeg2enc/gstmpeg2enc.cc:
1967 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
1968 * ext/mplex/gstmplex.cc:
1969 * ext/mplex/gstmplexibitstream.cc:
1970 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
1971 (gst_ogg_demux_push), (gst_ogg_pad_push):
1972 * ext/raw1394/gstdv1394src.c:
1973 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
1974 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
1975 * ext/sidplay/gstsiddec.cc:
1976 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
1977 (gst_sf_loop):
1978 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
1979 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
1980 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
1981 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
1982 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
1983 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
1984 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
1985 * gst-libs/gst/Makefile.am:
1986 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1987 (gst_riff_read_element_data), (gst_riff_read_seek),
1988 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
1989 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
1990 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
1991 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
1992 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
1993 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
1994 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
1995 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
1996 * gst/goom/gstgoom.c: (gst_goom_chain):
1997 * gst/id3/gstid3types.c: (gst_id3types_loop):
1998 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
1999 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
2000 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2001 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
2002 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
2003 (gst_ebml_read_float), (gst_ebml_read_header):
2004 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
2005 (gst_matroska_demux_parse_blockgroup):
2006 * gst/modplug/gstmodplug.cc:
2007 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
2008 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
2009 * gst/oneton/gstoneton.c: (gst_oneton_chain):
2010 * gst/silence/gstsilence.c: (gst_silence_get):
2011 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
2012 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
2013 * gst/speed/gstspeed.c: (speed_loop):
2014 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
2015 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
2016 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
2017 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2018 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
2019 (gst_wavparse_loop):
2020 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
2021 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
2022 (dxr3audiosink_close):
2023 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
2024 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
2025 (dxr3videosink_close), (dxr3videosink_write_data):
2026 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
2027 * sys/oss/gstosselement.h:
2028 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
2029 (gst_osssink_chain):
2030 * sys/oss/gstosssrc.c: (gst_osssrc_get):
2031 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
2032 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
2033 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
2034 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
2035 (gst_v4l_enable_overlay):
2036 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
2037 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
2038 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
2039 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
2040 (gst_v4l_set_audio):
2041 * sys/v4l/v4l_calls.h:
2042 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
2043 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
2044 (gst_v4lmjpegsink_playback_init),
2045 (gst_v4lmjpegsink_playback_start):
2046 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
2047 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
2048 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
2049 (gst_v4lmjpegsrc_requeue_frame):
2050 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
2051 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
2052 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
2053 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
2054 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2055 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
2056 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
2057 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
2058 (gst_v4l2src_capture_stop):
2059 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
2060 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2061 (gst_ximagesink_chain):
2062 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
2063 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
2064 (gst_xvideosink_xwindow_new):
2065 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2066 (gst_xvimagesink_chain):
2067 use new error signal, function and categories
2069 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
2071 * configure.ac:
2072 * ext/Makefile.am:
2073 * ext/musicbrainz/gsttrm.c:
2074 * ext/musicbrainz/gsttrm.h:
2075 * ext/musicbrainz/Makefile.am:
2076 Add a trm plugin
2078 2004-01-18 Julien MOUTTE <julien@moutte.net>
2080 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
2081 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
2082 synchronous property for debugging.
2083 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
2084 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2085 (gst_xvimagesink_set_property): Moving a pointer declaration to a
2086 smaller block, fixing indent.
2088 2004-01-16 David Schleef <ds@schleef.org>
2090 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
2091 property affects the video stream.
2092 * sys/xvimage/xvimagesink.c:
2093 * sys/xvimage/xvimagesink.h:
2094 Add synchronous property for debugging. Should probably be
2095 disabled in non-CVS builds. Make sure that the Xv attribute
2096 exists before we set it (crash!). Fix a silly float bug that
2097 caused colorbalance to just not work.
2099 2004-01-17 Christian Schaller <Uraeus@gnome.org>
2101 * tools/gst-launch-ext.in - update for new plugins
2103 2004-01-16 David Schleef <ds@schleef.org>
2105 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
2106 already-freed caps.
2108 2994-01-16 Christian Schaller <Uraeus@gnome.org>
2110 * Update spec for new colorspace plugin and libcaca plugin
2111 * Fix compilation of libcaca plugin (clock -> id)
2113 2004-01-16 Julien MOUTTE <julien@moutte.net>
2115 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
2116 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
2117 (gst_xvimagesink_set_xwindow_id),
2118 (gst_xvimagesink_colorbalance_set_value),
2119 (gst_xvimagesink_colorbalance_get_value),
2120 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2121 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
2122 correct colorbalance properties. They can now be set when the element
2123 is still in NULL state. The values will be committed to the Xv Port
2124 when xcontext is initialized.
2125 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
2126 brightness int values in the GstXvImagesink structure.
2128 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
2130 * gst-libs/gst/Makefile.am:
2131 restructure so having local patches works easier.
2133 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
2135 * ext/mpeg2enc/Makefile.am:
2136 * ext/mpeg2enc/gstmpeg2enc.cc:
2137 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
2138 Bugfix with respect to EOS handling.
2140 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
2142 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
2143 Link with right caps (else, it segfaults).
2144 * ext/mplex/gstmplexjob.cc:
2145 Fix for slight API change in 1.6.1.93 release of mjpegtools.
2147 2004-01-15 David Schleef <ds@schleef.org>
2149 * gst-libs/gst/audio/Makefile.am:
2150 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
2151 from the template.
2152 * gst-libs/gst/audio/gstaudiofilter.c:
2153 * gst-libs/gst/audio/gstaudiofilter.h:
2154 Add bytes_per_sample and size and n_samples calculation.
2155 * gst-libs/gst/audio/gstaudiofilterexample.c:
2156 Remove, now autogenerated.
2157 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2158 Moved from gstaudiofilterexample, object name changed, code added
2159 so that it actually works.
2160 * gst-libs/gst/audio/make_filter:
2161 Script to build an audiofilter subclass from the template.
2162 * gst/colorspace/Makefile.am:
2163 * gst/colorspace/yuv2yuv.c:
2164 Remove file, since it's GPL, and we don't use it.
2166 2004-01-15 Julien MOUTTE <julien@moutte.net>
2168 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
2169 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
2170 them use the buffer free function to test how the buffer was allocated.
2172 2004-01-15 David Schleef <ds@schleef.org>
2174 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
2175 that handles osssink fallback.
2176 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2177 (gst_audio_convert_getcaps):
2178 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2179 Add audio/x-qdm2 for QDM2 audio.
2180 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
2181 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
2182 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
2183 Decrease minimum size to 16x16.
2184 * gst/wavparse/gstwavparse.c:
2185 Convert disabled pad template caps to new caps.
2186 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2187 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2188 (gst_xvimagesink_chain): Throw element error when display cannot
2189 be opened. Increase minimum framerate to 1.0. Check the data
2190 free function on a buffer to make sure it is the type we expect
2191 before manipulating it.
2193 2004-01-15 Julien MOUTTE <julien@moutte.net>
2195 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
2196 (gst_videobalance_colorbalance_set_value): Implement passthru if
2197 settings are in the middle.
2198 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
2200 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
2202 * gst/videofilter/Makefile.am:
2203 * gst/volume/Makefile.am:
2204 Since we use videofilter symbols, link to it.
2206 2004-01-15 Julien MOUTTE <julien@moutte.net>
2208 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
2209 mixer interface type to HARDWARE.
2210 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
2211 type to SOFTWARE.
2212 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
2213 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
2214 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
2215 (gst_volume_interface_init), (gst_volume_list_tracks),
2216 (gst_volume_set_volume), (gst_volume_get_volume),
2217 (gst_volume_set_mute), (gst_volume_mixer_init),
2218 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
2219 (volume_init): Implementing mixer interface.
2220 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
2221 * sys/oss/gstosselement.c: (gst_osselement_get_type),
2222 (gst_osselement_change_state): Removing some trailing commas in
2223 structures.
2224 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
2225 interface type to HARDWARE.
2226 * sys/v4l/gstv4lcolorbalance.c:
2227 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
2228 type to HARDWARE.
2229 * sys/v4l2/gstv4l2colorbalance.c:
2230 (gst_v4l2_color_balance_interface_init): Setting colorbalance
2231 interface type to HARDWARE.
2232 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
2233 same code than ximagesink for event handling.
2235 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
2237 * ext/snapshot/Makefile.am:
2238 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
2239 (gst_snapshot_chain):
2240 * ext/snapshot/gstsnapshot.h:
2241 This has to be a joke... Snapshot should be connected to a tee,
2242 colorspace element before it and EOS after that, where the other
2243 src of the tee receives normal data.
2244 The current way is *wrong*.
2246 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
2248 * ext/hermes/gsthermescolorspace.c:
2249 Fix another compile error. Same as below.
2251 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
2253 * gst/colorspace/gstcolorspace.c:
2254 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
2255 (gst_colorspace_i420_to_yv12):
2256 Fix compiling... Didn't test if it actually works.
2258 2004-01-15 David Schleef <ds@schleef.org>
2260 * configure.ac:
2261 * gst/colorspace/Makefile.am:
2262 * gst/colorspace/gstcolorspace.c:
2263 * gst/colorspace/gstcolorspace.h:
2264 * gst/colorspace/yuv2rgb.c:
2265 * gst/colorspace/yuv2rgb.h:
2266 Duplicate the ext/hermes colorspace plugin, and remove Hermes
2267 code and GPL code. Fix for new caps negotiation. Rewrite
2268 much of the format handling code, and some of the conversion
2269 code. Basically, rewrote almost everything. This element
2270 handles I420, YV12 to RGB conversions.
2271 * ext/hermes/Makefile.am:
2272 * ext/hermes/gsthermescolorspace.c:
2273 Rename colorspace to hermescolorspace. Fix negotiation issues.
2274 Remove non-Hermes related code. This element handles lots of
2275 RGB to RGB conversions, but no YUV.
2276 * ext/hermes/gstcolorspace.c:
2277 * ext/hermes/gstcolorspace.h:
2278 * ext/hermes/rgb2yuv.c:
2279 * ext/hermes/yuv2rgb.c:
2280 * ext/hermes/yuv2rgb.h:
2281 * ext/hermes/yuv2rgb_mmx16.s:
2282 * ext/hermes/yuv2yuv.c:
2283 * ext/hermes/yuv2yuv.h:
2284 Remove old code.
2286 2004-01-14 Colin Walters <walters@verbum.org>
2288 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
2289 they've already been.
2291 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
2293 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
2294 assume tag mode when pad is not connected
2296 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
2298 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2299 Don't update the time of the clock
2300 (gst_alsa_sink_loop):
2301 sync to the clock given to alsasink, not the own clock
2302 * sys/oss/gstosssink.c: (gst_osssink_chain):
2303 sync to the clock
2304 (gst_osssink_change_state):
2305 activate the clock
2306 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
2307 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
2308 remove bogus code that made DISCONT events unhandled
2309 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
2310 explicitly case to double in _set_simple. (fixes 2nd warning in bug
2311 #131502)
2312 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
2313 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
2314 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
2315 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
2316 2nd warning in bug #131502)
2318 2004-01-14 Julien MOUTTE <julien@moutte.net>
2320 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
2321 (gst_videobalance_colorbalance_set_value),
2322 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
2323 for colorbalance interface implementation.
2324 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2325 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2326 (gst_ximagesink_dispose), (gst_ximagesink_init),
2327 (gst_ximagesink_class_init): Adding DISPLAY property.
2328 * sys/ximage/ximagesink.h: Adding display_name to store display.
2329 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2330 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2331 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
2332 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
2333 properties (they still need polishing though for gst-launch use : no
2334 xcontext yet, i ll do that tomorrow).
2335 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
2337 2004-01-14 Julien MOUTTE <julien@moutte.net>
2339 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
2340 (gst_play_set_location), (gst_play_set_visualization): Preparing
2341 switch integration, adding videobalance in the pipeline.
2343 2004-01-14 Julien MOUTTE <julien@moutte.net>
2345 * gst-libs/gst/colorbalance/colorbalance.c:
2346 (gst_color_balance_class_init): Adding a default type.
2347 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
2348 the type.
2349 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
2350 (gst_videobalance_dispose), (gst_videobalance_class_init),
2351 (gst_videobalance_init), (gst_videobalance_interface_supported),
2352 (gst_videobalance_interface_init),
2353 (gst_videobalance_colorbalance_list_channels),
2354 (gst_videobalance_colorbalance_set_value),
2355 (gst_videobalance_colorbalance_get_value),
2356 (gst_videobalance_colorbalance_init): Implementing colorbalance
2357 interface.
2358 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
2359 list.
2360 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
2361 bug which was triggering a BadAccess X error when setting an overlay
2362 before pad was really negotiated.
2363 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
2364 Using the colorbalance type macro.
2366 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
2368 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
2369 (gst_flacenc_chain):
2370 handle tags correctly
2371 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
2372 extract ID3v1 tags correctly
2374 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
2376 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
2377 (plugin_init):
2378 Improve matroska typefinding for odd-typed headers...
2380 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
2382 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2383 Fix for using incremental number on padnames.
2385 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
2387 * ext/divx/gstdivxdec.c:
2388 * ext/divx/gstdivxenc.c:
2389 Set category to divx4linux instead of divx (too generic).
2390 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
2391 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
2392 (gst_wavparse_loop), (gst_wavparse_change_state):
2393 * gst/wavparse/gstwavparse.h:
2394 fix parsing of WAV files with non-standard fmt-tag size and fix
2395 skipping of unrecognized chunks... Someone please fix this thing
2396 to use rifflib so all this is automated.
2397 * sys/v4l/Makefile.am:
2398 * sys/v4l2/Makefile.am:
2399 Add X_CFLAGS because we depend on X (for overlay).
2401 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
2403 * ext/mpeg2dec/gstmpeg2dec.c:
2404 Don't issue a timestamp unless we tagged the frame
2405 with a PTS.
2407 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
2409 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
2410 Query the audio element to get the time, not the clock. We're
2411 interested in the element's time here.
2413 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
2415 * ext/aalib/gstaasink.c: (gst_aasink_chain):
2416 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2417 * ext/esd/esdsink.c: (gst_esdsink_chain):
2418 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
2419 * ext/mas/massink.c: (gst_massink_chain):
2420 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
2421 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
2422 (gst_matroska_demux_parse_metadata):
2423 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
2424 (gst_mpeg_parse_release_locks):
2425 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
2426 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
2427 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
2428 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
2429 (gst_osssink_change_state):
2430 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
2431 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
2432 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
2433 (gst_xvideosink_release_locks):
2434 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
2435 use element time.
2436 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
2437 (gst_alsa_clock_stop):
2438 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
2439 (gst_audio_clock_get_internal_time):
2440 simplify for use with new clocking code.
2441 * testsuite/alsa/Makefile.am:
2442 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
2443 fix testsuite for new caps system
2445 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
2447 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
2448 * ext/flac/gstflacenc.c: (add_one_tag):
2449 length is already host endian, no need to convert. Fixes playback of
2450 tagged files on PPC. (bug #128384)
2452 2004-01-13 Julien MOUTTE <julien@moutte.net>
2454 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
2455 colorbalance interface stating if it is hardware based or software
2456 based.
2457 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
2458 Removing a trailing comma.
2459 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2460 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
2461 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
2462 the documentation seems to be wrong on the -1000 to 1000 interval.
2464 2004-01-12 David Schleef <ds@schleef.org>
2466 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
2467 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
2468 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
2469 Fix negotiation. Add a bufferalloc function for the sink pad,
2470 and generally clean up some of the code.
2472 2004-01-12 Julien MOUTTE <julien@moutte.net>
2474 * gst-libs/gst/colorbalance/colorbalancechannel.c:
2475 (gst_color_balance_channel_dispose): Adding safety check in dispose
2476 method.
2477 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2478 (gst_xvimagesink_xcontext_clear),
2479 (gst_xvimagesink_interface_supported),
2480 (gst_xvimagesink_colorbalance_list_channels),
2481 (gst_xvimagesink_colorbalance_set_value),
2482 (gst_xvimagesink_colorbalance_get_value),
2483 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
2484 Adding colorbalance interface support to set XV parameters such as
2485 HUE, BRIGHTNESS, CONTRAST, SATURATION.
2486 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
2487 interface.
2489 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
2491 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
2492 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
2493 (gst_audio_convert_init), (gst_audio_convert_set_property),
2494 (gst_audio_convert_get_property), (gst_audio_convert_chain),
2495 (gst_audio_convert_link),
2496 (gst_audio_convert_buffer_to_default_format),
2497 (gst_audio_convert_buffer_from_default_format), (plugin_init):
2498 - implement _getcaps and use it
2499 - improve linking
2500 - remove float caps since no float conversion is actually done
2501 - remove properties and arguments that were to be used for rate
2502 conversion
2504 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
2506 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
2507 (gst_audio_structure_set_int):
2508 * gst-libs/gst/audio/audio.h:
2509 add helper functions for _getcaps matching the standard audio
2510 templates
2512 2004-01-12 David Schleef <ds@schleef.org>
2514 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2515 Test that pad is negotiated before getting its caps.
2517 2004-01-12 Julien MOUTTE <julien@moutte.net>
2519 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
2520 analyzing the pads of an element the bin is mostly in READY state so
2521 no caps were negotiated. This helper function needs to work with
2522 _get_caps directly then. I was not freeing them though, added that to
2523 fix the mem leak.
2525 2004-01-12 Julien MOUTTE <julien@moutte.net>
2527 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
2528 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
2529 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
2530 than the free_func.
2532 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
2534 * sys/oss/gstossaudio.c: (plugin_init):
2535 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
2536 * sys/oss/gstosselement.h:
2537 make an oss debugging category
2538 make failure more descriptive
2540 2004-01-11 David Schleef <ds@schleef.org>
2542 * ext/ffmpeg/gstffmpeg.c:
2543 * ext/ffmpeg/gstffmpegcodecmap.c:
2544 * ext/ffmpeg/gstffmpegdec.c:
2545 * ext/ffmpeg/gstffmpegenc.c:
2546 * ext/ffmpeg/gstffmpegprotocol.c:
2547 * ext/gdk_pixbuf/gstgdkanimation.c:
2548 * ext/jpeg/gstjpeg.c:
2549 * ext/libpng/gstpng.c:
2550 * ext/mpeg2dec/perftest.c:
2551 * ext/speex/gstspeex.c:
2552 * gst-libs/gst/resample/dtos.c:
2553 * gst/intfloat/gstintfloatconvert.c:
2554 * gst/oneton/gstoneton.c:
2555 * gst/rtjpeg/RTjpeg.c:
2556 * gst/rtp/gstrtp.c:
2557 * sys/dxr3/dxr3init.c:
2558 * sys/glsink/gstgl_nvimage.c:
2559 * sys/glsink/gstgl_pdrimage.c:
2560 * sys/glsink/gstglsink.c:
2561 * testsuite/gst-lint:
2562 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
2564 2004-01-11 David Schleef <ds@schleef.org>
2566 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
2567 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
2568 * ext/gdk_pixbuf/gstgdkanimation.c:
2569 (gst_gdk_animation_iter_create_pixbuf):
2570 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
2571 (gst_gdk_pixbuf_chain):
2572 * ext/gdk_pixbuf/gstgdkpixbuf.h:
2573 * ext/jack/gstjack.c: (gst_jack_change_state):
2574 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
2575 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
2576 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
2577 * gst/videofilter/gstvideofilter.c:
2578 (gst_videofilter_set_output_size):
2579 Remove all usage of gst_pad_get_caps(), and replace it with
2580 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
2582 2004-01-11 David Schleef <ds@schleef.org>
2584 * configure.ac:
2585 * ext/Makefile.am: Fixes to make ext/libcaca compile.
2586 * ext/divx/gstdivxdec.c:
2587 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
2588 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
2589 handle images that span multiple buffers. Now work with both
2590 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
2591 * ext/gdk_pixbuf/gstgdkpixbuf.h:
2592 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
2593 video/video.h changes
2594 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
2595 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
2596 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
2597 of GstData free function.
2598 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
2599 same.
2601 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
2603 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
2604 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
2605 (gst_v4l2element_get_property):
2606 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
2607 add norm, channel and frequency properties.
2608 * sys/v4l2/gstv4l2tuner.c:
2609 fixes for tuner interface changes
2610 * sys/v4l2/gstv4l2element.h:
2611 * sys/v4l2/gstv4l2src.c:
2612 * sys/v4l2/gstv4l2src.h:
2613 * sys/v4l2/v4l2src_calls.c:
2614 * sys/v4l2/v4l2src_calls.h:
2615 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
2617 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
2619 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
2620 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
2621 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
2622 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
2623 * gst-libs/gst/tuner/tuner.h:
2624 GObjects aren't const.
2625 Add find_by_name functions.
2626 Add checks to _changed functions.
2627 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
2628 (gst_v4l_tuner_get_norm):
2629 Fixes for above.
2631 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
2633 * gst-libs/gst/video/video.h:
2634 Fix caps template names to be understandable.
2635 Prefix everything with GST_VIDEO.
2636 * ext/aalib/gstaasink.c:
2637 * ext/divx/gstdivxdec.c:
2638 * ext/divx/gstdivxenc.c:
2639 * ext/gdk_pixbuf/gstgdkpixbuf.c:
2640 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
2641 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
2642 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
2643 * ext/libcaca/gstcacasink.c:
2644 * ext/libpng/gstpngenc.c: (raw_caps_factory):
2645 * ext/snapshot/gstsnapshot.c:
2646 * ext/swfdec/gstswfdec.c:
2647 * ext/xvid/gstxviddec.c:
2648 * ext/xvid/gstxvidenc.c:
2649 * gst/chart/gstchart.c:
2650 * gst/deinterlace/gstdeinterlace.c:
2651 * gst/effectv/gsteffectv.c:
2652 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
2653 * gst/goom/gstgoom.c:
2654 * gst/median/gstmedian.c:
2655 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
2656 (gst_monoscope_srcconnect), (gst_monoscope_chain):
2657 * gst/overlay/gstoverlay.c:
2658 * gst/smooth/gstsmooth.c:
2659 * gst/smpte/gstsmpte.c:
2660 * gst/synaesthesia/gstsynaesthesia.c:
2661 * gst/videocrop/gstvideocrop.c:
2662 * gst/videodrop/gstvideodrop.c:
2663 * gst/y4m/gsty4mencode.c:
2664 * sys/qcam/gstqcamsrc.c:
2665 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
2666 Make them work with new video.h file.
2667 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
2668 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
2669 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
2670 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
2671 Make it work with new buffer allocation system.
2673 2004-01-11 Julien MOUTTE <julien@moutte.net>
2675 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
2676 pad_alloc_buffer implementation to use ->srcpad
2677 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
2678 pad_alloc_buffer implementation to use ->srcpad
2679 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
2680 pad_alloc_buffer implementation to use ->srcpad
2681 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2682 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
2683 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
2684 a reference to everything we need.
2685 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
2686 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2687 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
2688 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
2689 a reference to everything we need.
2690 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
2692 2004-01-11 David Schleef <ds@schleef.org>
2694 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
2695 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
2696 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
2697 structure members.
2698 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
2699 value during a resize/renegotiation.
2700 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
2701 gst_pad_alloc_buffer();
2702 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
2703 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
2704 structure members.
2705 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
2706 Fix for rename of buffer private structure members.
2707 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
2708 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
2709 Fix for rename of buffer private structure members.
2710 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
2711 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
2712 Fix for rename of buffer private structure members.
2714 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
2716 reviewed by: David Schleef <ds@schleef.org>
2718 * gst/videofilter/Makefile.am:
2719 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
2720 from the patch by ds to fit in with recent make_filter changes.
2722 2004-01-11 Julien MOUTTE <julien@moutte.net>
2724 * configure.ac: Adding examples/switch/Makefile
2725 * examples/Makefile.am: Adding examples/switch
2726 * examples/switch/Makefile.am: Adding switcher example.
2727 * examples/switch/switcher.c: (got_eos), (idle_iterate),
2728 (switch_timer), (main): Adding an example demonstrating switch usage
2729 with 2 videotestsrc showing different patterns.
2730 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
2731 (gst_switch_init): Fixing switch with the new caps system.
2733 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
2735 * gst-libs/gst/video/video.h:
2736 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
2737 They should probably be like
2738 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
2740 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
2742 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
2743 (qtdemux_parse_trak):
2744 fix audio chunk size/timestamp calculation
2746 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
2748 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
2749 fix SVQ3 caps
2751 2004-01-11 Steve Baker <steve@stevebaker.org>
2753 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
2754 (gst_agingtv_base_init), (gst_agingtv_class_init),
2755 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
2756 (gst_agingtv_set_property), (gst_agingtv_get_property):
2757 Port agingTV to videofilter
2759 2004-01-09 Julien MOUTTE <julien@moutte.net>
2761 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
2762 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
2764 2004-01-09 Julien MOUTTE <julien@moutte.net>
2766 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
2767 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
2768 * gst-libs/gst/xoverlay/xoverlay.c:
2769 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
2770 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
2771 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
2772 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
2773 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
2774 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
2775 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
2776 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
2777 the bufferalloc_function to replace bufferpools, fixing the XOverlay
2778 interface implementation to handle xid being 0 and fix some bugs
2779 triggered by Benjamin's testcase.
2780 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
2781 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
2782 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
2783 the bufferalloc_function to replace bufferpools, fixing the XOverlay
2784 interface implementation to handle xid being 0 and fix some bugs
2785 triggered by Benjamin's testcase.
2787 2004-01-09 David Schleef <ds@schleef.org>
2789 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
2790 mouse pointer events. It works.
2792 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
2794 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
2795 Use explicit caps - fix capsnego.
2796 * ext/xvid/gstxviddec.c:
2797 * ext/xvid/gstxvidenc.c:
2798 Remove macro-inside-macro which caused compile errors.
2799 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
2800 Error out if it's not a RIFF file. Else we error out without
2801 gst_element_error() which is not good...
2803 2004-01-08 David Schleef <ds@schleef.org>
2805 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
2806 Fix pad_link function to handle formats that ffmpeg returns
2807 as multiple caps structures.
2808 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
2809 Only complain if source buffer is _smaller_ than expected.
2810 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2811 (gst_videoscale_handle_src_event): Resize navigation events
2812 when passing them upstream.
2813 * gst/videotestsrc/gstvideotestsrc.c:
2814 * gst/videotestsrc/gstvideotestsrc.h:
2815 * gst/videotestsrc/videotestsrc.c:
2816 * gst/videotestsrc/videotestsrc.h:
2817 Rewrite many of the buffer painting functions to handle odd
2818 sizes (for many formats, size%4!=0 or size%8!=0). Most have
2819 been verified to work with my video card.
2820 * testsuite/gst-lint: Add check for elements calling
2821 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
2823 2004-01-08 David Schleef <ds@schleef.org>
2825 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
2826 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
2828 2004-01-08 Julien MOUTTE <julien@moutte.net>
2830 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
2831 configure event is not emiting the desired size signal. That fixes
2832 aspect ratio issues with gst-player.
2834 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
2836 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
2837 Fix capsnego.
2839 2004-01-08 Julien MOUTTE <julien@moutte.net>
2841 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
2842 public method to fire size signal.
2844 2004-01-07 Julien MOUTTE <julien@moutte.net>
2846 * examples/gstplay/Makefile.am: Adding the interface library.
2847 * gst-libs/gst/play/Makefile.am: Adding the interface library.
2848 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
2849 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
2850 GST_IS_X_OVERLAY before signal connect.
2851 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
2852 Removing the have_video_size signal.
2853 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
2854 and associated public method.
2855 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
2856 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
2857 signal.
2858 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
2859 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
2860 signal.
2861 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
2862 Using XOverlay public method to fire size signal.
2864 2004-01-07 David Schleef <ds@schleef.org>
2866 * gst/videofilter/Makefile.am:
2867 * gst/videofilter/gstvideotemplate.c:
2868 * gst/videofilter/make_filter:
2869 Create gstvideoexample.c in a srcdir!=builddir friendly way.
2870 Convert make_filter to /bin/sh script.
2872 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
2874 * gst/modplug/gstmodplug.cc: fix element description
2876 2004-01-07 Julien MOUTTE <julien@moutte.net>
2878 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
2879 (got_video_size): Adding some new lines in g_print calls.
2880 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
2881 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
2882 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
2883 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
2884 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
2885 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
2886 Complete code review, reverting some stuff i disagree with, adding
2887 some fixes : time synchronization on invalid timestamps, renegotiation
2888 of private window.
2889 * sys/ximage/ximagesink.h:
2890 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
2891 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
2892 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
2893 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
2894 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
2895 (gst_xvimagesink_buffer_new),
2896 (gst_xvimagesink_navigation_send_event),
2897 (gst_xvimagesink_set_xwindow_id),
2898 (gst_xvimagesink_get_desired_size),
2899 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
2900 stuff i disagree with, adding some fixes : Renegotiation of private
2901 window, implementing get_desired_size.
2903 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
2905 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
2906 (gst_afsink_handle_event):
2907 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
2908 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
2909 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
2910 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
2911 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
2912 Fix for instantiate-test (see core). Also remove dead code from
2913 jpegenc (which still needs fixing, but that's lower on my TODO
2914 list...).
2915 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
2916 Never return NULL as caps.
2918 2004-01-07 David Schleef <ds@schleef.org>
2920 * configure.ac:
2921 * ext/Makefile.am:
2922 * ext/librfb/Makefile.am:
2923 * ext/librfb/gstrfbsrc.c:
2924 New source plugin based on librfb-0.1. RFB (remote framebuffer)
2925 is the protocol used by VNC.
2927 2004-01-07 David Schleef <ds@schleef.org>
2929 * gst/videofilter/gstvideotemplate.c:
2930 * gst/videofilter/gstvideotemplate.h:
2931 * gst/videofilter/make_filter:
2932 Merge videotemplate header into source file.
2933 * gst/effectv/Makefile.am:
2934 * gst/effectv/gsteffectv.c: (plugin_init):
2935 * gst/effectv/gstwarp.c:
2936 Make warpTV a subclass of videofilter.
2938 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
2940 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
2941 Add guard against invalid utf-8 conversions in mad. Just in case.
2943 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
2945 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
2946 Fix for bug shown by poisoning
2948 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
2950 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
2951 (gst_v4lmjpegsrc_buffer_free):
2952 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
2953 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
2954 (gst_v4lsrc_buffer_free):
2955 Fix for removed bufferpools.
2957 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
2959 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
2960 Fix caps negotiation.
2962 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
2963 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
2964 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
2965 (dvdnavsrc_event):
2966 * ext/mpeg2dec/gstmpeg2dec.c:
2967 * gst-libs/gst/navigation/navigation.c:
2968 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
2969 * gst-libs/gst/navigation/navigation.h:
2970 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
2971 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
2972 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
2973 Super-simple first version of mouse and keyboard events. Clicking
2974 on a DVD menu now works, although it may not take you where you
2975 expected.
2977 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2978 * gst/videotestsrc/gstvideotestsrc.c:
2979 (gst_videotestsrc_src_fixate):
2980 These fixate functions were broken - they never actually
2981 fixated :)
2983 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
2985 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
2986 (gst_icecastsend_init):
2987 fix for new caps system.
2988 * gst-libs/gst/mixer/mixertrack.h:
2989 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
2990 Add 'master track' flag (for tools like ACME that only want to
2991 change the main volume).
2993 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
2995 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
2996 (gst_xvid_csp_to_caps):
2997 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
2998 * ext/xvid/gstxvidenc.c:
2999 ifdef out ARGB type when it isn't available
3000 in xvidcore 1.0.0beta2
3002 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
3004 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
3005 When we have received a new SCR right in the first buffer after
3006 a seek (so in the same cycle that handles the discont), we should
3007 handle the buffer instead of unreffing it, else we lose data.
3009 2004-01-06 Iain <iain@prettypeople.org>
3011 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
3012 buffer-frames caps too.
3014 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
3015 caps that we need, don't destroy them all and rebuild them. And when
3016 creating src pads, use the src pad template rather than the sink...
3018 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
3020 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
3021 Add pad to element *after* setting functions such as event handler.
3022 Without this, the scheduler (opt) will link pads, set the event
3023 handler from the default event function (dispatcher in gstpad.c)
3024 and *after* that, we will set our own event function, which will
3025 thus never be used (and thus mpegdemux doesn't handle events).
3027 2004-01-04 David Schleef <ds@schleef.org>
3029 Fix the fixate functions to handle new prototype:
3030 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
3031 * gst/videotestsrc/gstvideotestsrc.c:
3032 (gst_videotestsrc_src_fixate):
3033 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
3034 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
3035 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
3037 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
3039 * sys/ximage/ximagesink.h:
3040 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3041 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
3042 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
3043 (gst_ximagesink_xoverlay_init):
3044 assorted fixes to make (re)embedding work
3045 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
3046 (gst_ximagesink_get_desired_size):
3047 implement desired size additions to XOverlay
3049 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
3051 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
3052 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
3053 (gst_x_overlay_got_desired_size):
3054 * gst-libs/gst/xoverlay/xoverlay.h:
3055 Add optional "desired size" signal and querying.
3057 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
3059 * gst/matroska/matroska-demux.c:
3060 (gst_matroska_demux_parse_blockgroup):
3061 Fix EBML-laced block parsing. Diffs are relative to previous
3062 lace, not the first lace. Thanks to Mosu from the Matroska
3063 team for detecting this.
3064 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
3065 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
3066 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
3067 (gst_wavparse_change_state):
3068 * gst/wavparse/gstwavparse.h:
3069 Quickfix for capsnego.
3071 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
3073 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
3074 Fix indenting, fix pad creation.
3076 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
3078 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
3079 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
3080 (gst_xviddec_sink_link):
3081 Implement src_getcaps() so proper size caps is negotiated.
3083 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
3085 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
3086 Finish flac decoder on EOS. See #116178.
3088 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
3090 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
3091 (gst_matroska_demux_add_stream):
3092 * gst/matroska/matroska-ids.h:
3093 Add getcaps() function to fix capsnego...
3095 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
3097 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
3098 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
3099 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
3100 Fix more integer overflows. Again, see #126967.
3102 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
3104 * ext/mpeg2dec/gstmpeg2dec.c:
3105 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
3106 #130416.
3108 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
3110 * configure.ac:
3111 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
3112 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
3113 * ext/xvid/gstxvid.h:
3114 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
3115 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
3116 (gst_xviddec_src_link), (gst_xviddec_sink_link),
3117 (gst_xviddec_change_state):
3118 * ext/xvid/gstxviddec.h:
3119 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
3120 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
3121 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
3122 (gst_xvidenc_link), (gst_xvidenc_set_property),
3123 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
3124 * ext/xvid/gstxvidenc.h:
3125 Update xvid plugin to latest xvid (1.0.0-beta3) API.
3127 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
3129 * gst/rtp/rtp-packet.c:
3130 Add sys/types.h include, since OS X doesn't define in_addr_t
3131 in netinet/in.h, like it does on Linux (see #129600).
3133 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
3135 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3137 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
3138 Correct logic of dispose function (see #129306).
3140 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
3142 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
3143 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
3144 (gst_mpeg_parse_init):
3145 * gst/mpegstream/gstmpegparse.h:
3146 Remove clock (which was never provided, i.e. dead code), and
3147 also fix integer overflows at high PTS values (see #126967).
3149 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
3151 * ext/flac/gstflacdec.c:
3152 * ext/libpng/gstpngenc.h:
3153 * ext/mikmod/gstmikmod.h:
3154 OS X fixes (see #126628).
3156 2004-01-02 David Schleef <ds@schleef.org>
3158 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
3159 (gst_alsa_src_base_init): Remove bogus "src" request pad.
3160 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
3161 (gst_mpeg_parse_class_init): Move pad template registration
3162 to class_init, since the derived class (mpegdemux) doesn't
3163 want them.
3165 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
3167 * sys/ximage/Makefile.am:
3168 * sys/xvideo/Makefile.am:
3169 * sys/xvimage/Makefile.am:
3170 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
3171 after installation (see #127664).
3173 2004-01-02 David Schleef <ds@schleef.org>
3175 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
3176 (gst_ffmpegenc_connect): Negotiation fixes.
3177 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
3178 Remove inappropriate gst_caps_free().
3179 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
3180 Reenable Ronald's internal resize code, since the core handles
3181 it correctly now.
3183 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
3185 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
3186 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
3187 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
3188 Fix pad template stuff.
3190 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
3192 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
3193 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
3194 fix signed integer reading/writing.
3196 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
3198 * ext/alsa/README:
3199 Remove outdated document
3201 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
3203 * gst/cutter/gstcutter.c: (gst_cutter_init):
3204 src pad was being created twice - oops.
3206 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
3208 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
3209 Comment out internal resize. It doesn't handle the resulting
3210 XEvent internally, does another try_set_caps() which leads to
3211 a really nice loop.
3212 Real fix will come when Julien and Dave are awake. ;).
3214 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
3216 * ext/mpeg2enc/gstmpeg2enc.cc:
3217 fix const/nonconst compile issue.
3219 2004-01-02 David Schleef <ds@schleef.org>
3221 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
3222 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
3223 Add fixate function and a check for bad formats.
3225 2004-01-01 David Schleef <ds@schleef.org>
3227 Negotiation fixes:
3228 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
3229 (gst_audiofilter_init):
3230 * gst/debug/efence.c: (gst_efence_init):
3231 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
3232 (gst_deinterlace_init):
3233 * gst/volume/gstvolume.c: (volume_connect):
3235 2004-01-01 David Schleef <ds@schleef.org>
3237 Convert elements to use gst_pad_use_explicit_caps() where
3238 appropriate:
3239 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
3240 * ext/audiofile/gstafparse.c: (gst_afparse_init),
3241 (gst_afparse_open_file):
3242 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
3243 (gst_afsrc_open_file):
3244 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
3245 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
3246 (gst_ffmpegdec_chain):
3247 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
3248 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
3249 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
3250 (gst_gdk_pixbuf_chain):
3251 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
3252 (gst_jpegdec_chain):
3253 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
3254 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
3255 (gst_mikmod_negotiate):
3256 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
3257 (gst_mpeg2dec_negotiate_format):
3258 * ext/mpeg2enc/gstmpeg2enc.cc:
3259 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3260 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
3261 (gst_speexdec_sinkconnect):
3262 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
3263 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
3264 (gst_vorbisfile_new_link):
3265 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
3266 (gst_ac3parse_chain):
3267 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
3268 (gst_asf_demux_setup_pad):
3269 * gst/auparse/gstauparse.c: (gst_auparse_init),
3270 (gst_auparse_chain):
3271 * gst/id3/gstid3types.c: (gst_id3types_loop):
3272 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
3273 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
3274 (mp1videoparse_parse_seq):
3275 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
3276 (bpf_from_header):
3277 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
3278 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
3279 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
3280 (gst_mpeg_parse_send_data):
3281 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3282 (gst_qtdemux_add_stream):
3283 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
3284 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
3285 (gst_wavparse_parse_fmt):
3287 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
3289 * configure.ac:
3290 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
3291 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
3292 it therefore uses the wrong include paths. Too bad... Note
3293 that 1.6.1.93 is not release yet. ;).
3294 Also add a check for mplex, which is now using the lib'ified
3295 mplex from mjpegtools, too.
3296 * ext/ffmpeg/gstffmpegcodecmap.c:
3297 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
3298 issues. I don't think ffmpeg handles 3ivx correctly, so this
3299 probably won't work. But it won't hurt either.
3300 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
3301 (gst_ffmpegdec_chain):
3302 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
3303 (gst_ffmpegenc_chain_audio):
3304 Fix memleak in audio encoding. Close codec if open fails, this
3305 calls the cleanup routines so we can re-use the context.
3306 * ext/mpeg2enc/gstmpeg2enc.cc:
3307 Fix pad template names/types, fix memory issue with getcaps().
3308 * ext/mpeg2enc/gstmpeg2encoder.cc:
3309 * ext/mpeg2enc/gstmpeg2encoder.hh:
3310 Fix compile issue with new caps system (const thingy).
3311 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
3312 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
3313 We read a first frame right on initing, so that we have a caps
3314 when we init the output. This caps is cached in padprivate and
3315 read as first frame.
3316 * ext/mplex/Makefile.am:
3317 * ext/mplex/gstmplex.cc:
3318 * ext/mplex/gstmplex.h:
3319 * ext/mplex/gstmplex.hh:
3320 * ext/mplex/gstmplexibitstream.cc:
3321 * ext/mplex/gstmplexibitstream.hh:
3322 * ext/mplex/gstmplexjob.cc:
3323 * ext/mplex/gstmplexjob.hh:
3324 * ext/mplex/gstmplexoutputstream.cc:
3325 * ext/mplex/gstmplexoutputstream.hh:
3326 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
3327 had issues, didn't do capsnego, supported only a subset of the
3328 mplex features and required a mplex fork in our local CVS. Plus
3329 that it worked agaist a very old mplex version. Rewriting was
3330 faster than updating it.
3331 * gst-libs/ext/Makefile.am:
3332 * gst-libs/ext/mplex/INSTRUCT:
3333 * gst-libs/ext/mplex/Makefile.am:
3334 * gst-libs/ext/mplex/README:
3335 * gst-libs/ext/mplex/TODO:
3336 * gst-libs/ext/mplex/ac3strm_in.cc:
3337 * gst-libs/ext/mplex/audiostrm.hh:
3338 * gst-libs/ext/mplex/audiostrm_out.cc:
3339 * gst-libs/ext/mplex/aunit.hh:
3340 * gst-libs/ext/mplex/bits.cc:
3341 * gst-libs/ext/mplex/bits.hh:
3342 * gst-libs/ext/mplex/buffer.cc:
3343 * gst-libs/ext/mplex/buffer.hh:
3344 * gst-libs/ext/mplex/fastintfns.h:
3345 * gst-libs/ext/mplex/format_codes.h:
3346 * gst-libs/ext/mplex/inputstrm.cc:
3347 * gst-libs/ext/mplex/inputstrm.hh:
3348 * gst-libs/ext/mplex/lpcmstrm_in.cc:
3349 * gst-libs/ext/mplex/mjpeg_logging.cc:
3350 * gst-libs/ext/mplex/mjpeg_logging.h:
3351 * gst-libs/ext/mplex/mjpeg_types.h:
3352 * gst-libs/ext/mplex/mpastrm_in.cc:
3353 * gst-libs/ext/mplex/mpegconsts.cc:
3354 * gst-libs/ext/mplex/mpegconsts.h:
3355 * gst-libs/ext/mplex/mplexconsts.hh:
3356 * gst-libs/ext/mplex/multplex.cc:
3357 * gst-libs/ext/mplex/outputstream.hh:
3358 * gst-libs/ext/mplex/padstrm.cc:
3359 * gst-libs/ext/mplex/padstrm.hh:
3360 * gst-libs/ext/mplex/stillsstream.cc:
3361 * gst-libs/ext/mplex/stillsstream.hh:
3362 * gst-libs/ext/mplex/systems.cc:
3363 * gst-libs/ext/mplex/systems.hh:
3364 * gst-libs/ext/mplex/vector.cc:
3365 * gst-libs/ext/mplex/vector.hh:
3366 * gst-libs/ext/mplex/videostrm.hh:
3367 * gst-libs/ext/mplex/videostrm_in.cc:
3368 * gst-libs/ext/mplex/videostrm_out.cc:
3369 * gst-libs/ext/mplex/yuv4mpeg.cc:
3370 * gst-libs/ext/mplex/yuv4mpeg.h:
3371 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
3372 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
3373 We don't fork mjpegtools' mplex in our CVS anymore.
3374 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
3375 (gst_avi_demux_add_stream):
3376 * gst/avi/gstavidemux.h:
3377 Add getcaps() function for proper caps nego. This makes some
3378 parts of AVI playback/reading work.
3379 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
3380 Resize window on new capsnego. This is probably wrong, but