1 2004-05-09 Edward Hervey <bilboed@bilboed.com>
3 reviewed by Benjamin Otte <otte@gnome.org>
5 * ext/a52dec/gsta52dec.c:
6 * ext/divx/gstdivxdec.c:
7 * ext/divx/gstdivxenc.c:
8 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
9 * ext/faac/gstfaac.c: (gst_faac_base_init):
10 * ext/faad/gstfaad.c: (gst_faad_base_init):
11 * ext/ivorbis/vorbisfile.c:
13 * ext/libfame/gstlibfame.c:
14 * ext/mpeg2enc/gstmpeg2enc.cc:
15 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
16 * ext/sidplay/gstsiddec.cc:
17 * ext/speex/gstspeexdec.c:
18 * ext/speex/gstspeexenc.c:
19 * ext/xvid/gstxviddec.c:
20 * ext/xvid/gstxvidenc.c:
21 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
24 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
26 * ext/alsa/gstalsa.c: (device_list),
27 (gst_alsa_class_probe_devices):
28 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
29 Fix alsa oddness in mixer after the combination of using mixer
30 in source/sink elements and using hw:x,y instead of just hw:x.
32 2004-05-09 Benjamin Otte <otte@gnome.org>
34 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35 (gst_wavparse_create_sourcepad):
36 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
39 2004-05-09 Benjamin Otte <otte@gnome.org>
41 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
42 allow discont events before caps nego
44 2004-05-08 Benjamin Otte <otte@gnome.org>
46 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
49 2004-05-08 Benjamin Otte <otte@gnome.org>
51 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
52 (gst_level_change_state), (gst_level_init):
53 * gst/level/gstlevel.h:
54 figure out if we're initialized directly instead of keeping a
55 variable that's wrong in 90% of cases
56 don't initialize pads and then leak them and use a new unitialized
58 these were bugs so n00bish I didn't find them for an hour :/
60 2004-05-08 Iain <iain@prettypeople.org>
62 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
63 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
64 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
65 return the length that was read.
66 (gst_riff_read_strf_auds): Allow fmt tags as well.
68 2004-05-07 David Schleef <ds@schleef.org>
70 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
71 signed char assumption in faad.h.
73 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
75 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
76 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
78 2004-05-07 Colin Walters <walters@redhat.com>
80 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
81 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
83 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
86 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
87 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
88 Fix caps nego and pad templates. RGB mode caps should
91 Move mpeg2dec inside the thread because otherwise the
92 queue rejects cap changes mid-stream
93 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
94 (gst_mpeg2dec_flush_decoder):
95 For mpeg2dec > 0.4.0, call the flush function instead of
96 manually extracting all in-flight frames.
97 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
98 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
99 Change mime type video/dv go video/x-dv to match the
102 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
104 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
105 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
106 (gst_alsa_sink_class_init):
107 * ext/alsa/gstalsasink.h:
108 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
109 (gst_alsa_src_class_init):
110 * ext/alsa/gstalsasrc.h:
111 Make alsasink/src a subclass of alsamixer so that mixer stuff
112 shows up in gst-rec. Needs some finetuning.
114 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
116 * ext/lame/gstlame.c: (gst_lame_chain):
118 * ext/mad/gstmad.c: (gst_mad_handle_event):
120 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
121 be able to detect mp3 files < 4096 bytes
123 2004-05-06 Wim Taymans <wim@fluendo.com>
125 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
126 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
127 (theora_enc_set_property), (theora_enc_get_property):
128 Also encode the first frame, cleanup some code.
130 2004-05-06 Wim Taymans <wim@fluendo.com>
132 * ext/mpeg2enc/gstmpeg2enc.cc:
133 Forward events first before deciding that negotiation was
136 2004-05-06 Wim Taymans <wim@fluendo.com>
138 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
139 First process the events before deciding that negotiation
142 2004-05-06 Wim Taymans <wim@fluendo.com>
144 * ext/theora/Makefile.am:
145 * ext/theora/theora.c: (plugin_init):
146 * ext/theora/theoradec.c: (theora_dec_change_state):
147 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
148 (gst_theora_enc_class_init), (gst_theora_enc_init),
149 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
150 (theora_enc_chain), (theora_enc_change_state),
151 (theora_enc_set_property), (theora_enc_get_property):
152 Added a theora encoder, grouped the encoder and decoder into the
155 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
157 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
159 fix DURATION on outgoing buffers
160 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
161 debug using time formats
162 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
163 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
164 (gst_xvimagesink_sink_link):
165 windows with width/height 0 generate X errors, so don't allow them
167 2004-05-05 Wim Taymans <wim@fluendo.com>
169 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
170 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
171 (gst_mpeg2dec_negotiate_format):
172 * ext/mpeg2dec/gstmpeg2dec.h:
173 removed the static pad template so that we can add the
174 more accurate framerate value to the caps.
177 2004-05-04 Benjamin Otte <otte@gnome.org>
180 check for kdemacros.h, too (should fix #141821)
181 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
182 don't crash if no header was sent, but nicely error out (fixes part
185 2004-05-04 Wim Taymans <wim@fluendo.com>
187 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
188 parent dispose function to avoid segfault on destroy.
190 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
192 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
194 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
195 (gst_xvimagesink_sink_link):
196 clean up debugging caps
197 also recreate xvimage when format has changed
199 2004-05-04 Benjamin Otte <otte@gnome.org>
201 * ext/libvisual/Makefile.am:
202 * ext/libvisual/visual.c: (gst_visual_class_init),
203 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
204 (gst_visual_srclink), (gst_visual_chain),
205 (gst_visual_change_state), (plugin_init):
206 use a GstAdapter to correctly adapt buffer sizes - allows using a
209 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
211 * sys/v4l/gstv4lelement.h:
212 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
213 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
214 (gst_v4lsrc_buffer_free):
215 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
216 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
217 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
218 (gst_v4lsrc_requeue_frame):
219 move some debugging categories around
220 query for fps index and set accordingly if found
222 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
224 * ext/lame/gstlame.c:
225 correct defaults that lame_init puts out of range
227 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
229 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
230 (gst_divxenc_class_init):
231 fix range since -1 is the default
232 * gst/mpeg1sys/gstmpeg1systemencode.c:
233 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
234 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
235 (gst_rtjpegdec_chain):
236 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
237 (gst_rtjpegenc_chain):
238 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
239 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
240 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
241 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
242 * sys/v4l/gstv4lsrc.c:
243 * sys/v4l/v4l_calls.c: (gst_v4l_open):
244 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
245 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
246 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
247 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
248 remove gst_info calls
250 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
261 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
263 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
264 refactor/comment code
266 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
268 * gst/asfdemux/Makefile.am:
269 * gst/asfdemux/asfheaders.c:
270 * gst/asfdemux/asfheaders.h:
271 * gst/asfdemux/gstasf.c: (plugin_init):
272 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
273 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
274 (gst_asf_demux_setup_pad):
275 * gst/asfdemux/gstasfdemux.h:
276 * gst/asfdemux/gstasfmux.c:
277 * gst/asfdemux/gstasfmux.h:
278 Add tagging support to demuxer, split out registration in its own
279 file instead of in demux (hacky), and prevent having some tables
280 in our memory multiple times (in asfheaders.h).
282 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
284 * gst/matroska/matroska-demux.c:
285 (gst_matroska_demux_parse_metadata):
286 * gst/matroska/matroska-ids.h:
287 Basic tag reading support.
289 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
291 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
292 Really detect ac-3 audio.
293 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
294 really detect matroska files (off-by-1).
296 2004-04-30 David Schleef <ds@schleef.org>
298 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
299 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
300 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
301 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
302 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
303 hackage -- parse a lot more atoms, extract a few tags. One might even
304 mistake this for tag support. Maybe it is.
305 * gst/qtdemux/qtdemux.h:
307 2004-04-30 Colin Walters <walters@verbum.org>
309 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
311 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
313 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
314 (gst_ffmpegcolorspace_getcaps):
315 remove broken nego fix
317 2004-04-30 Benjamin Otte <otte@gnome.org>
321 * ext/libvisual/Makefile.am:
322 * ext/libvisual/visual.c:
323 add initial support for libvisual (http://libvisual.sourceforge.net)
324 libvisual is still quite alpha, so expect crashes in there :)
326 2004-04-29 David Schleef <ds@schleef.org>
328 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
329 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
330 up qtdemux to make it spit out codec_data. Do _not_ look at this
331 code; you will no longer respect me.
333 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
335 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
336 * ext/alsa/gstalsa.h :
337 change alsa pcm device discovery to find more than 1 device
338 per card. code review by Ronald.
340 2004-04-29 David Schleef <ds@schleef.org>
342 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
343 Add a check for a driver bug on FreeBSD. (bug #140565)
345 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
347 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
348 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
349 (gst_jpegenc_getcaps):
350 move format setting to inner loop
351 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
352 (gst_ffmpegcolorspace_getcaps):
353 use GST_PAD_CAPS if available so that we use already negotiated
355 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
356 (qtdemux_parse_moov), (qtdemux_parse):
358 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
359 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
360 move hardcoded path to DEFINE
362 2004-04-28 David Schleef <ds@schleef.org>
364 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
367 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
369 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
370 Don't probe for playback device if we're a source element. Fixes
373 2004-04-29 Benjamin Otte <otte@gnome.org>
375 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
377 rewrite buffer offset
379 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
383 * ext/dts/Makefile.am:
384 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
385 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
386 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
387 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
388 (gst_dtsdec_loop), (gst_dtsdec_change_state),
389 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
391 * ext/dts/gstdtsdec.h:
393 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
394 (gst_faad_srcconnect):
395 Add ESDS atom handling (.m4a).
397 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
399 * ext/divx/gstdivxdec.c: (plugin_init):
400 Remove comment that makes no sense.
401 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
402 Fix for obvious typo that resulted in warnings during gst-register.
403 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
404 (gst_xviddec_sink_link):
405 Fix caps negotiation a bit better.
406 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
407 We call this 'codec_data', not 'esds'.
409 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
411 * gst/monoscope/gstmonoscope.c:
412 make sure we only provide 256x128
413 * gst/monoscope/monoscope.c: (monoscope_init):
414 assert size of 256x128
416 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
419 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
420 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
421 fixate to max width and height of device
423 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
427 * sys/v4l/gstv4lsrc.c:
428 * sys/v4l/v4l_calls.c:
429 * sys/v4l/v4lsrc_calls.c:
430 fix for qc-usb driver which fakes having more than one buffer
431 by handing the same buffer twice, which confused GStreamer's/v4lsrc
435 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
438 * gst/videotestsrc/gstvideotestsrc.c:
439 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
440 (gst_videotestsrc_init), (gst_videotestsrc_get),
441 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
442 * gst/videotestsrc/gstvideotestsrc.h:
443 add num-buffers property
445 2004-04-26 Benjamin Otte <otte@gnome.org>
447 * ext/mad/gstid3tag.c: (plugin_init):
448 set id3mux rank to NONE so it doesn't confuse spider
449 require audio/mpeg,mpegversion=1 in id3mux
451 2004-04-26 Benjamin Otte <otte@gnome.org>
454 detect faad correctly as non-working if it's indeed non-working
456 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
459 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
460 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
461 fix _getcaps so it only negotiates to its supported format
463 2004-04-25 Benjamin Otte <otte@gnome.org>
465 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
468 2004-04-23 Benjamin Otte <otte@gnome.org>
470 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
471 audio/x-raw-int with height rules! not. Now it's depth.
473 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
475 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
476 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
478 Missing variable initialization. Add handling of DVI ADPCM. Fix
479 mis-parsing of LIST chunks. This works around a bug where we mis-
480 parse non-aligning LIST chunks (so LIST chunks where the contents
481 don't align with the actual LIST size). The correct fix is to use
482 rifflib, I'm not going to fix wavparse - too much work. All this
485 2004-04-22 Zaheer Abbas Merali <zaheerabbas@merali.org>
487 reviewed by Benjamin Otte <otte@gnome.org>
489 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
490 fix shoutcast not working (fixes #140844)
492 2004-04-22 Benjamin Otte <otte@gnome.org>
494 * ext/hermes/gsthermescolorspace.c:
495 (gst_hermes_colorspace_caps_remove_format_info):
496 * gst/colorspace/gstcolorspace.c:
497 (gst_colorspace_caps_remove_format_info):
498 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
499 (gst_ffmpegcolorspace_caps_remove_format_info):
500 s/gst_caps_simplify/gst_caps_do_simplify/
502 2004-04-22 Benjamin Otte <otte@gnome.org>
504 * gst-libs/gst/riff/riff-media.c:
505 (gst_riff_create_video_caps_with_data):
506 mpegversion is an int
507 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
508 don't try to create pad templates with NULL caps, use any caps
511 2004-04-20 David Schleef <ds@schleef.org>
513 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
514 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
517 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
519 reviewed by David Schleef
521 * ext/mad/gstid3tag.c: Add stdlib.h
522 * gst/rtp/gstrtpgsmenc.c: same
523 * gst/tags/gstid3tag.c: same
524 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
525 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
526 GST_DISABLE_LOADSAVE use.
527 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
528 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
529 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
531 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
532 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
534 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
535 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
537 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
540 2004-04-20 David Schleef <ds@schleef.org>
542 * gst/realmedia/rmdemux.c: This was supposed to part of the
543 last checkin. Same idea.
545 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
547 reviewed by David Schleef
549 * configure.ac: bump required gstreamer version to 0.8.1.1
550 because of following changes [--ds]
552 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
553 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
554 (gst_riff_read_header): Use GST_READ_UINT*
555 macros to access possibly unaligned memory.
557 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
558 (mp3_type_find): Use GST_READ_UINT*
559 macros to access possibly unaligned memory.
560 (mp3_type_find, mpeg1_parse_header, qt_type_find)
561 (speex_type_find): Likewise
563 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
565 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
566 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
567 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
568 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
569 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
570 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
571 macros to access possibly unaligned memory.
573 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
576 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
577 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
579 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
582 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
583 (gst_mpeg2subt_chain_subtitle): Likewise.
585 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
586 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
589 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
592 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
595 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
598 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
601 update required version of GStreamer because of GST_TIME_FORMAT
603 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
605 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
606 remove leftover g_print
607 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
608 don't try setting only a subset of the caps. We don't want to kill
609 autoplugging on purpose
611 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
613 * sys/ximage/ximagesink.c: (plugin_init):
614 * sys/xvimage/xvimagesink.c: (plugin_init):
615 add debugging categories
617 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
621 Adding en_GB translation (Gareth Owen)
623 2004-04-20 David Schleef <ds@schleef.org>
625 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
626 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
627 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
628 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
629 A number of new features and hacks to extract the esds atom and
630 put it into the caps. (bug #137724)
632 2004-04-19 David Schleef <ds@schleef.org>
634 * gconf/Makefile.am: Fix for non-GNU make
635 * gst-libs/gst/Makefile.am: Change directory order to handle
636 GstPlay linking with gstinterfaces
637 * gst-libs/gst/audio/make_filter: make use of tr portable
638 * gst-libs/gst/play/Makefile.am: Add intended \
639 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
640 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
641 function prototype instead of void *.
642 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
644 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
645 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
646 * gst/videofilter/make_filter: make use of tr portable
647 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
649 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
653 Added Ukrainian translation (Maxim V. Dziumanenko)
655 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
657 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
658 (gst_gsmdec_link), (gst_gsmdec_chain):
659 Fix capsnego, simplify chain function slightly.
660 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
663 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
665 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
666 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
667 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
668 Hack to make wavparse work with spider (always -> sometimes pad).
669 Fixes #135862 && #140411.
671 2004-04-18 Benjamin Otte <otte@gnome.org>
673 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
674 (gst_osselement_rate_probe_check),
675 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
676 get rid of \n in debug output
678 2004-04-17 Iain <iain@prettypeople.org>
680 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
683 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
685 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
686 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
687 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
688 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
689 (gst_id3_tag_src_link), (gst_id3_tag_chain),
690 (gst_id3_tag_change_state), (plugin_init):
691 deprecate id3tag element and replace with id3demux/id3mux.
692 great side effect: this ugly file is now even uglier, yay!
694 remove non-available function
695 update for new get_type
697 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
700 require mpeg2dec >= 0.4.0
702 2004-04-17 Benjamin Otte <otte@gnome.org>
704 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
705 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
706 (gst_xvimagesink_set_xwindow_id):
707 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
708 assorted cleanup fixes.
710 2004-04-16 David Schleef <ds@schleef.org>
712 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
713 * sys/xvimage/xvimagesink.h: same
715 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
717 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
718 Fix GST_ELEMENT_ERROR with (NULL)
720 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
722 * gst-libs/gst/riff/riff-media.c:
723 (gst_riff_create_video_caps_with_data):
724 Add div[3456] as fourccs for DivX 3 (fixes #140137).
726 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
728 * gst-libs/gst/riff/riff-media.c:
729 (gst_riff_create_video_caps_with_data),
730 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
731 (gst_riff_create_video_template_caps),
732 (gst_riff_create_audio_template_caps):
733 * gst-libs/gst/riff/riff-media.h:
734 * gst-libs/gst/riff/riff-read.c:
735 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
736 * gst-libs/gst/riff/riff-read.h:
737 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
738 Add MS RLE support. I added some functions to read out strf chunks
739 into strf chunks and the data behind it. This is usually color
740 palettes (as in RLE, but also in 8-bit RGB). Also use those during
741 caps creation. Lastly, add ADPCM (similar to wavparse - which
742 should eventually be rifflib based).
743 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
744 (gst_matroska_demux_init), (gst_matroska_demux_reset):
745 * gst/matroska/matroska-demux.h:
746 Remove placeholders for some prehistoric tagging system. Didn't add
747 support for any tag system really anyway.
748 * gst/qtdemux/qtdemux.c:
749 Add support for audio/x-m4a (MPEG-4) through spider.
750 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
752 ADPCM support (#135862). Increase max. buffer size because we
753 cannot split buffers for ADPCM (screws references) and I've seen
754 files with 2048 byte chunks. 4096 seems safe for now.
756 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
758 * configure.ac: bump nano to 1
760 === release 0.8.1 ===
762 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
764 * configure.ac: releasing 0.8.1, "Comforting Sounds"
766 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
768 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
769 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
772 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
774 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
775 lower rank of dvddemux so that it's not used for mpeg playback.
777 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
780 save libs correctly when checking mad
782 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
784 * ext/mad/gstid3tag.c: (plugin_init):
785 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
787 2004-04-13 David Schleef <ds@schleef.org>
789 * common/m4/gst-feature.m4: Call -config scripts with
790 --plugin-libs if it is supported.
791 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
792 JPEG images are image/jpeg.
793 * gst/debug/Makefile.am:
794 * gst/debug/negotiation.c: (gst_negotiation_class_init),
795 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
796 (gst_negotiation_update_caps), (gst_negotiation_get_property),
797 (gst_negotiation_plugin_init): Add a property that acts like
799 * testsuite/gst-lint: Move license checking to be a standard
802 2004-04-13 David Schleef <ds@schleef.org>
804 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
805 patch from Sebastien Cote (bug #139958)
807 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
809 * examples/gstplay/Makefile.am:
810 * examples/gstplay/player.c: (main):
811 make the commandline player example use gconf settings
813 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
815 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
816 (gst_cacasink_sinkconnect), (gst_cacasink_init),
817 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
818 init/end library during state transition, not object
819 creation/disposal. get rid of custom dispose handler.
822 2004-04-12 Christian Schaller <Uraeus@gnome.org>
824 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
827 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
829 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
830 Handle JUNK chunks inside data section. Prevents warnings.
832 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
834 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
835 (gst_riff_create_video_template_caps):
837 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
838 (gst_avi_demux_stream_data):
839 Add support for "rec-list" chunks.
841 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
843 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
844 Fix another codecname mismatch.
846 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
848 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
849 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
850 so that MJPEG plays back.
852 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
854 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
855 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
856 * gst/mpeg1videoparse/gstmp1videoparse.h:
857 Fix for some slight mis-cuts in buffer parsing, and for some
858 potential overflows or faults-causers. Adds disconts. Also fixes
859 #139105 while we're at it.
861 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
864 * sys/v4l2/gstv4l2element.h:
865 Workaround for missing struct v4l2_buffer declaration in Suse 9
866 and Mandrake 10 linux/videodev2.h header file (#135919).
868 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
870 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
871 Bail out if no filename was given.
873 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
875 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
876 (gst_v4l2_fourcc_from_structure):
877 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
880 2004-04-09 Benjamin Otte <otte@gnome.org>
882 * ext/gnomevfs/gstgnomevfssink.c:
883 (_gst_boolean_allow_overwrite_accumulator),
884 (gst_gnomevfssink_class_init):
885 fix erase signal - if any handler returns false the file will not be
886 overwritten. If no handler is connected, the file will not be
888 renamed signal to "allow-overwrite"
889 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
890 free string when adding it to ID3 failed
891 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
892 unref event when done
893 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
895 * gst/typefind/gsttypefindfunctions.c:
896 (mpeg_video_stream_type_find):
899 2004-04-08 David Schleef <ds@schleef.org>
901 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
902 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
904 2004-04-08 David Schleef <ds@schleef.org>
906 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
907 we don't support (bug #139532)
909 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
911 * ext/mad/gstmad.c: (gst_mad_handle_event),
912 (gst_mad_check_caps_reset), (gst_mad_chain),
913 (gst_mad_change_state):
914 only set explicit caps if they haven't been set before for
915 this stream. MPEG-audio sample rate/channels aren't allowed
919 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
921 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
922 (_gst_boolean_did_something_accumulator),
923 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
924 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
925 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
926 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
927 (gst_gnomevfssink_change_state):
928 Fix erase signal. Don't erase by default. Remove handoff signal.
929 Remove erase property. Don't segfault. General cleanup.
931 2004-04-07 Benjamin Otte <otte@gnome.org>
933 * gst-libs/gst/gconf/test-gconf.c: (main):
936 2004-04-07 Benjamin Otte <otte@gnome.org>
938 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
939 free the mutexes, too
941 2004-04-07 Benjamin Otte <otte@gnome.org>
943 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
944 actually free the URI string
945 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
946 compute offset correctly when passing discont events
947 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
948 don't leak discont events
949 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
950 add some missing breaks so caps aren't copied randomly
951 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
952 if we realloc memory, we better use it
954 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
956 * ext/mad/gstmad.c: (normal_seek):
957 fix GST_FORMAT_TIME usage
959 2004-04-05 David Schleef <ds@schleef.org>
961 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
962 a deprecated function (hack!)
964 2004-04-05 Benjamin Otte <otte@gnome.org>
966 * ext/esd/esdmon.c: (gst_esdmon_get):
967 fix nonterminated vararg and memleak
969 2004-04-05 Benjamin Otte <otte@gnome.org>
971 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
972 (gst_ladspa_init), (gst_ladspa_force_src_caps),
973 (gst_ladspa_set_property), (gst_ladspa_get_property),
974 (gst_ladspa_instantiate), (gst_ladspa_activate),
975 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
978 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
980 reviewed by Benjamin Otte <otte@gnome.org>
982 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
983 check for broken LADSPA parameters (fixes #138635)
985 2004-04-05 Benjamin Otte <otte@gnome.org>
987 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
988 advertise buffer-frames correctly on sinkpads
990 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
992 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
993 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
994 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
995 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
996 (gst_mad_check_caps_reset), (gst_mad_chain):
997 add more debugging, only reset caps when we're not in error state
999 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
1001 * ext/mad/gstmad.c: add debugging category, comment + cleanups
1003 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
1005 reviewed by Benjamin Otte <otte@gnome.org>
1008 fix == in test(1) operator
1010 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
1012 reviewed by Benjamin Otte <otte@gnome.org>
1015 fix --export-symblos-regex to a working regex.
1017 2004-04-04 Benjamin Otte <otte@gnome.org>
1019 * sys/oss/.cvsignore:
1022 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
1024 reviewed by Benjamin Otte <otte@gnome.org>
1026 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
1027 add missing 'new_media' argument (fixes #138168)
1028 * gst/matroska/matroska-demux.c:
1029 (gst_matroska_demux_handle_seek_event):
1030 add vararg terminator (fixes #138169)
1032 2004-04-02 David Schleef <ds@schleef.org>
1034 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
1035 disted (bug #138914)
1037 2004-04-01 Benjamin Otte <otte@gnome.org>
1039 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
1040 (gst_alsa_close_audio):
1041 handle case better where a soundcard can't pause
1042 * ext/ogg/gstoggdemux.c:
1043 don't crash when we get events but don't have pads yet
1045 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
1047 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
1048 throw an error if we couldn't probe any caps.
1050 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
1052 * ext/dvdnav/gst-dvd:
1053 Add a really simple sample DVD player
1055 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
1057 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
1058 (gst_a52dec_push), (gst_a52dec_handle_event),
1059 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
1060 (gst_a52dec_change_state):
1061 * ext/a52dec/gsta52dec.h:
1062 Use a debug category, Output timestamps correctly
1063 Emit tag info, Handle events, tell liba52dec about cpu
1064 capabilities so it can use MMX etc.
1065 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
1066 Fix a crasher accessing invalid memory
1067 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
1068 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
1069 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
1070 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
1072 Some support for byte-format seeking.
1073 Small fixes for still frames and menu button overlays
1074 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
1075 (gst_mpeg2dec_alloc_buffer):
1076 Use a debug category. Adjust the report level of several items to
1077 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
1078 so it doesn't lose the GstBuffer pointer
1079 * gst/debug/Makefile.am:
1080 * gst/debug/gstdebug.c: (plugin_init):
1081 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
1082 (gst_navseek_base_init), (gst_navseek_class_init),
1083 (gst_navseek_init), (gst_navseek_seek),
1084 (gst_navseek_handle_src_event), (gst_navseek_set_property),
1085 (gst_navseek_get_property), (gst_navseek_chain),
1086 (gst_navseek_plugin_init):
1087 * gst/debug/gstnavseek.h:
1088 Add the navseek debug element for seeking back and forth in a
1089 video stream using arrow keys.
1090 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
1091 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
1092 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
1093 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
1094 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
1095 (gst_mpeg2subt_parse_header), (gst_get_nibble),
1096 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
1097 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
1098 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
1099 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
1100 * gst/mpeg2sub/gstmpeg2subt.h:
1101 Pretty much a complete rewrite. Now a loopbased element. May still
1102 require work to properly synchronise subtitle buffers.
1103 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
1104 (gst_dvd_demux_send_subbuffer):
1105 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
1106 Don't attempt to create subbuffers of size 0
1107 Reduce a couple of error outputs to warnings.
1108 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
1109 (gst_y4mencode_chain):
1110 Output the y4m frame header correctly.
1112 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
1114 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
1115 throw errors instead of allowing SIGFPE
1117 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
1119 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
1120 (gst_gconf_render_bin_from_key):
1121 leak plugging and style fixing
1123 2004-03-31 David Schleef <ds@schleef.org>
1125 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
1126 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
1128 * gst/debug/Makefile.am:
1129 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
1130 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
1132 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
1133 (gst_negotiation_base_init), (gst_negotiation_class_init),
1134 (gst_negotiation_init), (gst_negotiation_getcaps),
1135 (gst_negotiation_pad_link), (gst_negotiation_chain),
1136 (gst_negotiation_set_property), (gst_negotiation_get_property),
1137 (gst_negotiation_plugin_init): New element to talk about random
1138 negotiation things happening in a pipeline.
1140 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
1142 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
1143 fix integer addition with help of Stefan Kost
1145 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
1147 * po/nl.po: updated Dutch translation (Elros Cyriatan)
1149 2004-03-30 David Schleef <ds@schleef.org>
1151 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
1152 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
1153 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
1155 * ext/mpeg2dec/gstmpeg2dec.h:
1157 2004-03-30 David Schleef <ds@schleef.org>
1159 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
1161 2004-03-30 David Schleef <ds@schleef.org>
1163 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
1164 Michael Petullo) to handle .mov
1166 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
1168 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
1169 (gst_osselement_rate_check_rate):
1170 probe caps correctly for sound cards that only support one format
1172 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
1174 * ext/kio/kiosrc.cpp: (process_events):
1175 update handling event processing if inside KDE - untested
1177 2004-03-29 David Schleef <ds@schleef.org>
1179 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
1180 by 2 to not interfere with other colorspaces.
1181 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
1182 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
1183 one to not interfere with ffmpeg_colorspace.
1185 2004-03-29 David Schleef <ds@schleef.org>
1187 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
1189 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
1190 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
1192 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
1194 * gst-libs/gst/riff/riff-media.c:
1195 fail on error, don't try to set stuff on NULL caps
1197 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
1201 * ext/kio/Makefile.am:
1202 * ext/kio/kioreceiver.cpp:
1203 * ext/kio/kioreceiver.h:
1204 * ext/kio/kiosrc.cpp:
1206 add experimental kiosrc plugin
1207 * ext/alsa/gstalsaplugin.c: (plugin_init):
1208 initialize debugging category only when we're sure registering the
1211 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
1213 * examples/gstplay/player.c: (main):
1214 * gst-libs/gst/play/play.c: (gst_play_class_init),
1215 (gst_play_set_location), (gst_play_set_data_src),
1216 (gst_play_set_video_sink), (gst_play_set_audio_sink),
1217 (gst_play_set_visualization), (gst_play_connect_visualization):
1218 check return values of element_set_state and return FALSE where
1221 2004-03-29 Benjamin Otte <otte@gnome.org>
1223 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
1224 try harder to check if an event is really a discont
1226 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
1228 * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
1231 2004-03-28 Benjamin Otte <otte@gnome.org>
1233 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
1234 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
1235 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
1236 get rid of non-standard "..." ranges in case statements.
1238 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
1240 * gst/mpegstream/gstmpegdemux.c:
1241 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
1242 specific functionality split to the new dvddemux element.
1243 * gst/mpegstream/gstdvddemux.c:
1244 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
1245 streams, derived from mpegdemux.
1246 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
1247 up. SCR based timestamp rewriting can be turned off (will probably
1248 completely disappear soon).
1249 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
1250 hacking. General cleanup. All printf statements replaced by
1251 debugging messages. Almost complete libdvdnav support.
1252 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
1253 by events. New properties for audio and subpicture languages.
1254 (dvdnavsrc_update_highlight): Now uses events.
1255 (dvdnavsrc_user_op): Cleaned up.
1256 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
1257 based). Lots of cleanup, and propper support for most libdvdnav
1259 (dvdnavsrc_make_dvd_event): New function.
1260 (dvdnavsrc_make_dvd_nav_packet_event): New function.
1261 (dvdnavsrc_make_clut_change_event): New function.
1263 2004-03-26 Benjamin Otte <otte@gnome.org>
1265 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
1266 fix bug where typefinding would claim it's theora whenever less then
1267 7 bytes of data were available
1269 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
1271 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
1272 (gst_alawdec_base_init), (gst_alawdec_class_init),
1273 (gst_alawdec_init), (gst_alawdec_chain):
1274 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
1275 (gst_alawenc_base_init), (gst_alawenc_class_init),
1276 (gst_alawenc_init), (gst_alawenc_chain):
1277 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
1278 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
1279 (gst_mulawdec_init), (gst_mulawdec_chain):
1280 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
1281 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
1282 (gst_mulawenc_init), (gst_mulawenc_chain):
1283 Fix capsnego in all four, remove the unused property functions and
1284 simplify the chain functions slightly. I guess we could use macros
1285 or something similar for those, since the code is so similar, but
1286 I'm currently too lazy...
1288 2004-03-24 David Schleef <ds@schleef.org>
1290 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
1291 (gst_osselement_close_audio), (gst_osselement_probe_caps),
1292 (gst_osselement_get_format_structure),
1293 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
1294 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
1295 (gst_osselement_rate_int_compare): Add code to handle rate probing
1297 * sys/oss/gstosselement.h: same
1298 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
1299 Use rate probing provided by osselement.
1300 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
1302 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
1304 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
1305 (gst_xvidenc_get_property):
1308 2004-03-24 David Schleef <ds@schleef.org>
1310 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
1311 (gst_speexdec_init):
1312 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
1313 (gst_speexenc_init): Create the pad template correctly (from
1314 the static pad template, not a NULL pointer.)
1316 2004-03-25 Benjamin Otte <otte@gnome.org>
1318 * gst/debug/Makefile.am:
1319 * gst/debug/breakmydata.c:
1320 add element that quasi-randomly changes bytes in the stream.
1321 Intended use is robustness checking of demuxers and decoders in
1324 2004-03-24 Benjamin Otte <otte@gnome.org>
1326 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
1327 (gst_alsa_probe_hw_params):
1328 * ext/alsa/gstalsa.h:
1329 debugging output fixes
1331 2004-03-24 Benjamin Otte <otte@gnome.org>
1333 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
1334 don't g_return_if_fail if element is PLAYING, fail silently as every
1336 * gst/effectv/gstquark.c: (gst_quarktv_chain):
1337 only fix needed for cast lvalue issues in gst-plugins
1338 * gst/volenv/gstvolenv.c: (gst_volenv_init):
1341 2004-03-24 Benjamin Otte <otte@gnome.org>
1343 * gst/level/gstlevel.c: (gst_level_init):
1344 add proxying getcaps function, so level doesn't advertise impossible
1347 2004-03-24 David Schleef <ds@schleef.org>
1349 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
1350 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
1351 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
1352 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
1353 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
1354 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
1355 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
1356 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
1357 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
1358 messages. Divide the chunk size by the compression ratio
1359 (needed for MACE audio)
1361 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
1363 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
1364 Fix buffer overflow read error.
1366 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
1368 * ext/alsa/gstalsa.h:
1369 Remove unused entry.
1370 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1372 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
1373 (gst_videodrop_link), (gst_videodrop_chain):
1374 Fix, sort of. Was horribly broken with new capsnego. Bah...
1376 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
1378 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
1380 Add a monkeysaudio typefind function
1382 2004-03-23 Johan Dahlin <johan@gnome.org>
1384 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
1385 (gst_play_video_fixate): Check so the structure has the field
1386 before trying to fixate them, this makes it possible to have
1387 fakesinks for video and audio output without printing errors on
1390 2004-03-22 David Schleef <ds@schleef.org>
1392 * sys/oss/Makefile.am:
1393 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
1394 (check_rate), (add_rate): Rate probing test app.
1396 2004-03-21 Benjamin Otte <otte@gnome.org>
1398 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
1399 (_fixate_caps_to_int), (gst_audio_convert_fixate):
1400 add a fixation function that pretty much does the right thing (fixes
1403 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
1405 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
1407 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
1409 reviewed by: Benjamin Otte <otte@gnome.org>
1411 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1412 terminate gst_event_new_discontinuous correctly (fixes parts of
1415 2004-03-19 David Schleef <ds@schleef.org>
1417 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
1418 since it doesn't depend on X, and it's part of our ABI.
1420 2004-03-19 Iain <iain@prettypeople.org>
1422 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
1423 is_int in the structure, not the local variable.
1425 2004-03-19 David Schleef <ds@schleef.org>
1427 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
1428 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
1429 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
1430 Improvements in caps negotiation.
1432 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
1436 adding Afrikaans (Petri Jooste)
1438 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
1440 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1441 (gst_ffmpegcolorspace_chain):
1442 throw error instead of g_critical (#137588)
1444 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
1448 dist common and m4 correctly
1451 2004-03-17 David Schleef <ds@schleef.org>
1453 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
1456 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
1460 adding Swedish translation (Christian Rose)
1462 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
1464 * Makefile.am: use release.mak
1466 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
1469 * common/gst-autogen.sh:
1470 add some explanation about the version detection
1474 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
1476 * configure.ac: bump nano to 1
1478 === release 0.8.0 ===
1480 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
1482 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
1484 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
1487 update libtool version
1488 * gst-libs/gst/media-info/Makefile.am:
1489 actually use libtool version
1491 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
1493 * configure.ac: fix speex detection to work with 1.0 but not 1.1
1495 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
1498 * gst-plugins.spec.in:
1499 * pkgconfig/Makefile.am:
1500 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
1501 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
1502 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
1503 * pkgconfig/gstreamer-libs.pc.in:
1504 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
1505 * pkgconfig/gstreamer-play-uninstalled.pc.in:
1506 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
1507 * pkgconfig/gstreamer-plugins.pc.in:
1508 remove @VERSION@ from some of the pc files since core and plugins
1510 created gstreamer-plugins.pc as it's a better name, but keeping
1511 -libs around for now to get fixes upstream done first.
1513 2004-03-15 Julien MOUTTE <julien@moutte.net>
1515 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
1516 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
1517 * gst-libs/gst/play/play.h:
1519 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
1521 * *.c, *.cc: don't mix tabs and spaces
1523 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
1525 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
1526 use the new ffmpegcolorspace
1527 * gst-plugins.spec.in:
1528 package new colorspace and media-info
1530 * pkgconfig/Makefile.am:
1531 fix some more disting issues
1532 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
1533 * pkgconfig/gstreamer-media-info.pc.in:
1534 generate media-info pc files
1536 2004-03-15 Johan Dahlin <johan@gnome.org>
1538 * *.h: Revert indenting
1540 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
1543 adding ffmpegcolorspace element
1544 * gst/ffmpegcolorspace/Makefile.am:
1545 * gst/ffmpegcolorspace/avcodec.h:
1546 * gst/ffmpegcolorspace/common.h:
1547 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
1548 * gst/ffmpegcolorspace/dsputil.h:
1549 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
1550 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1551 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
1552 (gst_ffmpeg_caps_to_pix_fmt):
1553 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1554 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1555 (gst_ffmpegcolorspace_caps_remove_format_info),
1556 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
1557 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
1558 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
1559 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
1560 (gst_ffmpegcolorspace_set_property),
1561 (gst_ffmpegcolorspace_get_property),
1562 (gst_ffmpegcolorspace_register):
1563 * gst/ffmpegcolorspace/imgconvert.c:
1564 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
1565 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
1566 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
1567 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
1568 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
1569 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
1570 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
1571 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
1572 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
1573 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
1574 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
1575 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
1576 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
1577 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
1578 (img_get_alpha_info), (deinterlace_line),
1579 (deinterlace_line_inplace), (deinterlace_bottom_field),
1580 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
1581 * gst/ffmpegcolorspace/imgconvert_template.h:
1582 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
1583 * gst/ffmpegcolorspace/mmx.h:
1584 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
1585 adding ffmpegcolorspace element supplied by Ronald after cleaning
1586 up and pulling in the right bits of upstream source.
1587 I'm sure a better C/compiler wizard could do some cleaning up (for
1588 example use GLIB's malloc stuff), but as a first pass this
1591 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
1593 * ext/alsa/gstalsa.h:
1594 I assume Ronald forgot to commit the change to have cardname
1595 as a struct member. Expect some public spanking at the next
1598 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
1600 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
1601 (gst_alsa_open_audio), (gst_alsa_close_audio):
1602 * ext/alsa/gstalsa.c:
1603 Don't open the device if we're a mixer (= padless).
1604 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
1605 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
1606 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
1607 Open mixer during state change rather than during object
1608 initialization. Also, get a device name. Currently in a somewhat
1609 hackish fashion, but I didn't really find something better.
1611 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
1613 * *.c, *.h: run gst-indent
1615 2004-03-14 Benjamin Otte <otte@gnome.org>
1617 * gst/modplug/gstmodplug.cc:
1618 * gst/modplug/gstmodplug.h:
1619 set correct timestamps on outgoing buffers
1621 2004-03-14 Benjamin Otte <otte@gnome.org>
1623 * gst/modplug/gstmodplug.cc:
1624 handle events - don't do crap when a discont arrives that's not
1626 This allows correct loading and playback of mods in Rhythmbox
1628 2004-03-14 Benjamin Otte <otte@gnome.org>
1631 * gst-libs/gst/gconf/Makefile.am:
1632 * pkgconfig/Makefile.am:
1633 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
1634 they get rebuilt properly
1636 when checking for vorbis, try pkgconfig first.
1637 * gst/modplug/gstmodplug.cc:
1640 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
1642 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
1643 Fix for obvious mistake, where we first shift the offset and then
1644 read a samplesize element assuming the old offset. Note that this
1645 part still has something weird, i.e. my movies containing those
1646 don't actually play well, but at least there's something that looks
1649 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
1650 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
1652 Add a typefind function for speex format
1654 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
1656 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
1657 (gst_asf_demux_setup_pad):
1658 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
1659 instead of 0. Reason is simple: some elements have a fps range
1660 of 1-max instead of 0-max. So now ASF video actually works.
1662 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
1666 adding serbian as a language
1668 2004-03-13 Benjamin Otte <otte@gnome.org>
1670 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1671 return taglist correctly from _get function, don't gst_pad_push it.
1674 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
1675 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
1677 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
1679 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
1680 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
1681 (gst_alsa_mixer_track_new):
1682 * ext/alsa/gstalsamixertrack.h:
1683 Fix ancient leftovers... MixerTrack is a GObject.
1685 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
1687 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
1688 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
1689 Don't block during probing...
1691 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
1693 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
1694 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
1695 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
1696 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
1697 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
1698 (gst_alsa_open_audio), (gst_alsa_close_audio):
1699 * ext/alsa/gstalsa.h:
1700 Add propertyprobe interface implementation, add some device-name
1701 property, all this so that it looks good in gnome-volume-control.
1703 2004-03-12 David Schleef <ds@schleef.org>
1705 * configure.ac: the Hermes library controls hermescolorspace, not
1707 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
1708 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
1710 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
1711 * ext/sdl/sdlvideosink.h: ditto.
1712 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
1714 2004-03-12 Benjamin Otte <otte@gnome.org>
1716 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
1717 (gst_x_overlay_got_xwindow_id):
1718 * gst-libs/gst/xoverlay/xoverlay.h:
1719 replace XID with unsigned long to get rid of the xlibs dependency in
1720 XOverlay (fixes #137004)
1722 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
1723 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
1724 (gst_agingtv_setup):
1725 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
1726 (gst_dicetv_base_init), (gst_dicetv_class_init),
1727 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
1728 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
1729 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
1730 (gst_edgetv_setup), (gst_edgetv_rgb32):
1731 * gst/effectv/gsteffectv.c:
1732 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
1733 (gst_quarktv_set_property):
1734 * gst/effectv/gstrev.c: (gst_revtv_get_type),
1735 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
1736 (gst_revtv_setup), (gst_revtv_rgb32):
1737 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
1738 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
1739 (gst_shagadelictv_init), (gst_shagadelictv_setup),
1740 (gst_shagadelictv_rgb32):
1741 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
1742 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
1743 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
1744 * gst/effectv/gstwarp.c:
1745 Port everything that can be ported to videofilter and fix up the caps.
1746 Can someone with a big-endian machine please check these?
1748 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
1750 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
1751 (gst_osssink_chain), (gst_osssink_change_state):
1752 Latest fixes for A/V sync, audio playback and such. This is about
1753 all... MPEG playback issues are mostly related to the async build-
1754 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
1756 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
1758 patch from: Stephane Loeuillet
1761 use pkg-config for some libraries, falling back to the old .m4 way
1766 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
1769 * tools/Makefile.am:
1770 * tools/Makefile.in:
1771 * tools/gst-launch-ext-m.m:
1772 * tools/gst-launch-ext.1.in:
1773 * tools/gst-visualise-m.m:
1774 * tools/gst-visualise.1:
1775 * tools/gst-visualise.1.in:
1776 reorganizing generation of script tools
1778 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
1780 * ext/divx/gstdivxdec.c:
1781 Downgrade priority. We prefer ffdec_mpeg4.
1782 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
1783 (gst_faad_chain), (gst_faad_change_state):
1784 Fix capsnego. Doesn't work for some sounds because we don't have
1785 a 5:1 to stereo element.
1786 * ext/xvid/gstxvid.c: (plugin_init):
1788 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
1789 (gst_osssink_change_state):
1790 Add discont handling.
1792 2004-03-09 Colin Walters <walters@verbum.org>
1794 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
1797 2004-03-09 Benjamin Otte <otte@gnome.org>
1799 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
1800 the signals take 2 arguments
1802 2004-03-09 David Schleef <ds@schleef.org>
1804 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
1805 (gst_alsa_fixate): Add fixate function. (bug #136686)
1806 * ext/alsa/gstalsa.h:
1807 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
1809 2004-03-09 Benjamin Otte <otte@gnome.org>
1811 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
1812 (gst_mikmod_change_state):
1813 * ext/mikmod/gstmikmod.h:
1814 make mikmod's loop function not loop infinitely and call
1815 gst_element_yield anymore
1816 * gst/modplug/gstmodplug.cc:
1817 fix pad negotiation (fixes #136590)
1819 2004-03-09 David Schleef <ds@schleef.org>
1821 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
1822 doesn't conflict with the internal colorspace plugin.
1823 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
1824 satisfy the crappy-ass shell shipped by a certain vendor.
1825 * gst/videofilter/make_filter: same (bug #135299)
1827 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
1829 * configure.ac: bump nano to 1
1831 === release 0.7.6 ===
1833 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
1835 * configure.in: releasing 0.7.6, "There"
1837 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
1839 * pkgconfig/gstreamer-play-uninstalled.pc.in:
1840 * pkgconfig/gstreamer-play.pc.in:
1843 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
1845 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
1846 (cdparanoia_open), (cdparanoia_event):
1847 fix/add error handling
1849 add cdparanoia source
1850 * tools/Makefile.am:
1851 make scripts executable
1853 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
1856 * ext/vorbis/Makefile.am:
1858 remove id3types, vorbisfile and xvideosink from the build (#133783)
1860 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
1862 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
1863 Fix metadata read crash (#136537).
1865 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
1867 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
1868 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
1869 adding mime types, fixing the one-stop function
1871 2004-03-08 Christian Schaller <Uraeus@gnome.org>
1873 * ext/nas/nassink.c and /ext/nas/nassink.h:
1874 More NAS love from Arwed von Merkatz
1875 So lets all sing 'Can you feel the NAS tonight'
1877 2004-03-08 Christian Schaller <Uraeus@gnome.org>
1879 * tools/gst-launch-ext.in:
1880 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
1882 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
1884 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
1885 (gst_mpeg2dec_init):
1886 remove the user_data pad for now, because it is being used in
1887 fixating causing MPEG playback to fixate on 1000 Hz for playback.
1888 If someone knows how to fix this properly, please do.
1890 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
1892 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
1893 (gst_osssink_get_time):
1894 add a warning, IMO this won't get triggered anymore, remove later
1896 2004-03-07 David Schleef <ds@schleef.org>
1898 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
1899 format (bug #136470)
1901 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
1903 * gst-libs/Makefile.am:
1904 * gst-libs/gst/media-info/Makefile.am:
1905 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
1906 (error_callback), (gst_media_info_error_create),
1907 (gst_media_info_error_element), (gmip_init), (gmip_reset),
1908 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
1909 * gst-libs/gst/media-info/media-info-priv.h:
1910 * gst-libs/gst/media-info/media-info-test.c: (main):
1911 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
1912 (gst_media_info_class_init), (gst_media_info_instance_init),
1913 (gst_media_info_set_source), (gst_media_info_read_with_idler),
1914 (gst_media_info_read_idler), (gst_media_info_read):
1915 * gst-libs/gst/media-info/media-info.h:
1916 fixed, should work now
1918 2004-03-07 Christian Schaller <Uraeus@gnome.org>
1920 * ext/nas/nassink.c:
1921 A bunch of NAS fixes from Arwed von Merkatz
1923 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
1925 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1926 (qtdemux_parse_trak):
1927 Fix crash (j might be greater than n_samples, in which case we're
1928 writing outside the allocated space for the array) and memleak.
1930 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
1932 * sys/oss/gstosssink.c: (gst_osssink_chain):
1933 And another caller that couldn't handle delay < 0 (unsigned
1934 integer overflow). Video now continues playing on an audio
1935 buffer underrun, and the clock continues working. Audio still
1938 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
1940 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
1941 (gst_osssink_get_time):
1942 get_delay() may return values lower than 0. In those cases, we
1943 should not actually cast to *unsigned* int64, that will break
1944 stuff horribly. In my case, it screwed up A/V sync in movies
1945 in totem rather badly.
1947 2004-03-06 Christophe Fergeau <teuf@gnome.org>
1949 * ext/faac/gstfaac.c: (gst_faac_chain):
1950 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
1951 * ext/libpng/gstpngenc.c: (user_write_data):
1952 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
1953 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
1954 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
1955 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
1956 Fix several misuse of gst_buffer_merge (it doesn't take ownership
1957 of any buffer), should fix some leaks. I hope I didn't unref buffers
1958 that shouldn't be...
1960 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
1962 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
1963 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
1964 (error_callback), (gmi_reset), (gmi_seek_to_track),
1965 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
1966 (gmip_find_type_post), (gmip_find_stream_post),
1967 (gmip_find_track_streaminfo_post):
1968 * gst-libs/gst/media-info/media-info-priv.h:
1969 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
1970 (info_print), (main):
1971 * gst-libs/gst/media-info/media-info.c:
1972 (gst_media_info_error_create), (gst_media_info_error_element),
1973 (gst_media_info_instance_init), (gst_media_info_get_property),
1974 (gst_media_info_new), (gst_media_info_set_source),
1975 (gst_media_info_read_idler), (gst_media_info_read):
1976 * gst-libs/gst/media-info/media-info.h:
1977 first pass at making this work again. This seems to work on
1978 tagged ogg/vorbis and mp3 files.
1980 2004-03-06 Benjamin Otte <otte@gnome.org>
1982 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
1983 fix huge leak: gst_buffer_merge doesn't unref the first argument
1986 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
1988 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
1989 report layer/mode/emphasis
1991 2004-03-06 Christophe Fergeau <teuf@gnome.org>
1993 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
1995 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
1997 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
2000 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
2002 * ext/vorbis/vorbis.c: (plugin_init):
2003 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
2004 (gst_vorbis_dec_init), (vorbis_dec_event):
2006 make vorbisdec handle _BYTE and _TIME queries
2008 2004-03-06 Christophe Fergeau <teuf@gnome.org>
2010 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
2011 from the xing header
2013 2004-03-06 Benjamin Otte <otte@gnome.org>
2015 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
2016 (gst_audio_convert_link), (gst_audio_convert_change_state),
2017 (gst_audio_convert_buffer_from_default_format):
2018 do conversions from/to float correctly, fix some caps nego errors,
2019 export correct supported caps in template and getcaps, use correct
2020 caps in try_set_caps functions
2022 2004-03-06 Christophe Fergeau <teuf@gnome.org>
2024 For some reason, I only committed a ChangeLog entry yesterday and
2025 not the corresponding code...
2026 * ext/mad/gstmad.c: Fix detection of Xing headers
2027 * gst/tags/gstid3tag.c: Changes to support TLEN tags
2029 2004-03-06 Benjamin Otte <otte@gnome.org>
2031 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
2032 (gst_ogg_demux_src_query):
2033 make sure to handle the case where there's no current chain
2036 2004-03-05 David Schleef <ds@schleef.org>
2038 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
2039 Add fixate function. (bug #131128)
2040 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
2041 (gst_sdlvideosink_fixate): Add fixate function.
2042 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2043 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
2044 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
2045 Fix missing break that was causing ulaw to be interpreted as
2048 2004-03-05 David Schleef <ds@schleef.org>
2050 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
2051 Fix code that ignores return value of gst_buffer_merge().
2053 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
2054 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
2055 * testsuite/gst-lint: Check for above.
2057 2004-03-05 David Schleef <ds@schleef.org>
2059 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
2060 caps and throw an element error. (bug #136334)
2062 2004-03-05 David Schleef <ds@schleef.org>
2064 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
2065 (gst_faad_chain): Fix negotiation.
2066 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
2067 key and button events.
2068 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
2070 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
2072 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
2073 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
2074 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
2075 function to encourage better negotiation, particularly between
2076 audioconvert and osssink.
2077 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2078 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
2080 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
2082 * gst/vbidec/vbiscreen.c: Add glib header
2083 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
2085 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
2087 * ext/mad/gstmad.c: Fix detection of Xing headers
2088 * gst/tags/gstid3tag.c: Changes to support TLEN tags
2090 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
2092 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
2093 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
2096 2004-03-06 Christophe Fergeau <teuf@gnome.org>
2098 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
2099 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
2100 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
2101 files, and report the parsed length as a GST_TAG_DURATION tag.
2102 * gst/tags/gstid3tag.c: support TLEN (duration) tag
2104 2004-03-05 Benjamin Otte <otte@gnome.org>
2106 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
2107 convert channels correctly. convert correctly to unsigned.
2109 2004-03-05 Julien MOUTTE <julien@moutte.net>
2111 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
2112 we have a window before clearing it.
2114 2004-03-05 Julien MOUTTE <julien@moutte.net>
2116 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
2117 have a window before clearing it.
2119 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
2121 * gconf/gstreamer.schemas.in:
2122 * gst-libs/gst/gconf/Makefile.am:
2123 version installation path the same way as for 0.6
2124 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
2125 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
2126 * pkgconfig/gstreamer-play-uninstalled.pc.in:
2127 remove comment that was fixed
2129 2004-03-05 David Schleef <ds@schleef.org>
2131 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
2132 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
2133 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
2134 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
2135 Add prototype code for handling seeking and querying.
2137 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
2139 * examples/gstplay/player.c: (main):
2140 Initialize variables to NULL. Prevents a segfault because the
2141 (uninitialized) variable is not NULL, resulting in a crash on
2142 trying to reach error->message.
2144 2004-03-05 Benjamin Otte <otte@gnome.org>
2146 * gst/audioconvert/gstaudioconvert.c:
2147 (gst_audio_convert_buffer_to_default_format):
2148 make float=>int conversion work correctly even in cornercases.
2150 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
2152 * debian/README.Debian:
2153 * debian/build-deps:
2156 * debian/control.in:
2158 * debian/gstreamer-a52dec.files:
2159 * debian/gstreamer-aa.files:
2160 * debian/gstreamer-alsa.files:
2161 * debian/gstreamer-alsa.manpages:
2162 * debian/gstreamer-arts.files:
2163 * debian/gstreamer-artsd.files:
2164 * debian/gstreamer-audiofile.files:
2165 * debian/gstreamer-avifile.files:
2166 * debian/gstreamer-cdparanoia.files:
2167 * debian/gstreamer-colorspace.files:
2168 * debian/gstreamer-doc.files:
2169 * debian/gstreamer-dv.files:
2170 * debian/gstreamer-dvd.files:
2171 * debian/gstreamer-esd.files:
2172 * debian/gstreamer-festival.files:
2173 * debian/gstreamer-flac.files:
2174 * debian/gstreamer-gconf.conffiles:
2175 * debian/gstreamer-gconf.files:
2176 * debian/gstreamer-gconf.postinst:
2177 * debian/gstreamer-gnomevfs.files:
2178 * debian/gstreamer-gsm.files:
2179 * debian/gstreamer-http.files:
2180 * debian/gstreamer-jack.files:
2181 * debian/gstreamer-jpeg.files:
2182 * debian/gstreamer-mad.files:
2183 * debian/gstreamer-mikmod.files:
2184 * debian/gstreamer-misc.files:
2185 * debian/gstreamer-mpeg2dec.files:
2186 * debian/gstreamer-oss.files:
2187 * debian/gstreamer-plugin-apps.files:
2188 * debian/gstreamer-plugin-apps.manpages:
2189 * debian/gstreamer-plugin-libs-dev.files:
2190 * debian/gstreamer-plugin-libs.files:
2191 * debian/gstreamer-plugin-template.postinst:
2192 * debian/gstreamer-plugin-template.postrm:
2193 * debian/gstreamer-sdl.files:
2194 * debian/gstreamer-sid.files:
2195 * debian/gstreamer-vorbis.files:
2196 * debian/gstreamer-x.files:
2197 * debian/mk.control:
2199 Debian package info not maintained here.
2201 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
2203 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
2204 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
2205 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
2206 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
2207 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
2208 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
2209 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
2210 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
2211 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
2212 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
2213 * gst-libs/gst/colorbalance/colorbalance.c:
2214 (gst_color_balance_class_init):
2215 * gst-libs/gst/colorbalance/colorbalancechannel.c:
2216 (gst_color_balance_channel_class_init):
2217 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
2218 * gst-libs/gst/play/play.c: (gst_play_class_init):
2219 * gst-libs/gst/propertyprobe/propertyprobe.c:
2220 (gst_property_probe_iface_init):
2221 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
2222 * gst-libs/gst/tuner/tunerchannel.c:
2223 (gst_tuner_channel_class_init):
2224 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
2225 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
2226 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
2227 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
2228 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
2229 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
2230 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
2231 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
2232 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
2233 fix signals to use - instead of _
2234 * ext/libcaca/gstcacasink.h:
2235 * ext/sdl/sdlvideosink.h:
2238 2004-03-04 David Schleef <ds@schleef.org>
2240 * testsuite/gst-lint: Add a check for bad signal names.
2242 2004-03-04 <kost@imn.htwk-leipzig.de>
2244 reviewed by David Schleef
2246 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
2247 modified the alpha channel and caused a warning. (bug #136192)
2249 2004-04-03 Christian Schaller <Uraeus@gnome.org>
2251 * gst-plugins.spec.in:
2252 Change names of plugins to actually be correct. Try to keep things
2253 alphabetical to avoid getting beat up by Thomas
2255 2004-03-03 Julien MOUTTE <julien@moutte.net>
2257 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
2258 Using ximagesink as a default if no gconf key found. We should
2259 probably consider using alsasink instead of osssink for the audio
2262 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
2265 fix --with-plugins, don't think it ever worked before
2266 * gst-plugins.spec.in:
2269 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
2271 * ext/sdl/sdlvideosink.h:
2272 * sys/ximage/ximagesink.h:
2273 * sys/xvideo/xvideosink.h:
2274 * sys/xvimage/xvimagesink.h:
2275 Fix for move of gstvideosink.h -> videosink.h.
2277 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
2279 * gst-libs/gst/xwindowlistener/Makefile.am:
2280 this is a plugin library, not a library
2282 2004-03-01 David Schleef <ds@schleef.org>
2284 * AUTHORS: Added some names. Add yourself if you're still
2287 2004-03-01 David Schleef <ds@schleef.org>
2291 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
2293 * gst-plugins.spec.in: clean up spec file
2295 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
2297 * gst-libs/gst/video/Makefile.am:
2298 * gst-libs/gst/video/gstvideosink.c:
2299 * gst-libs/gst/video/gstvideosink.h:
2300 rename gstvideosink.h to videosink.h to match other headers
2301 * gst/mixmatrix/Makefile.am:
2303 * gst/tags/Makefile.am: fix plugin filename
2305 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
2307 * gst/tags/Makefile.am: fix plugin filename
2309 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
2311 * examples/gstplay/player.c: (got_time_tick), (main):
2313 display time_tick more readably
2314 * gst/mixmatrix/Makefile.am:
2315 fix plugin file name
2317 2004-02-29 Christophe Fergeau <teuf@gnome.org>
2319 * sys/oss/gstosselement.c: (gst_osselement_probe),
2320 (device_combination_append), (gst_osselement_class_probe_devices):
2321 * sys/oss/gstosselement.h:
2322 Reworked enumeration of oss dsps and mixers so that gst-mixer works
2323 on my system using alsa oss emulation, fixes bug #135597
2325 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
2327 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
2328 (gst_videodrop_chain), (gst_videodrop_change_state):
2329 * gst/videodrop/gstvideodrop.h:
2330 Work based on timestamp of input data, not based on the expected
2331 framerate from the input. The consequence is that this element now
2332 not only scales framerates, but also functions as a framerate
2333 corrector or framerate stabilizer/constantizer.
2335 2004-02-27 David Schleef <ds@schleef.org>
2337 patches from jmmv@menta.net (Julio M. Merino Vidal)
2339 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
2340 GST_ELEMENT_ERROR call (bug #135634)
2341 * gst/interleave/interleave.c: (interleave_buffered_loop),
2342 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
2343 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
2344 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
2345 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
2346 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
2347 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
2348 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
2349 Fix GST_ELEMENT_ERROR call.
2350 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
2351 GST_ELEMENT_ERROR call.
2353 2004-02-27 Benjamin Otte <otte@gnome.org>
2355 * gst-libs/gst/audio/audio.h:
2356 add macro to make sure header isn't included twice
2357 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
2358 don't use gst_buffer_free
2359 * gst/playondemand/filter.func:
2360 don't use gst_data_free. Free data only once.
2362 2004-02-26 David Schleef <ds@schleef.org>
2364 * gst-libs/gst/colorbalance/Makefile.am:
2365 * gst-libs/gst/mixer/Makefile.am:
2366 * gst-libs/gst/tuner/Makefile.am:
2367 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
2368 should not be disted, -marshal.h files should not be installed,
2369 and -enum.h files _should_ be installed. Fix to make this the
2372 === release 0.7.5 ===
2374 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
2376 * configure.ac: release 0.7.5, "Under The Sea"
2378 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
2380 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
2381 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
2382 * gst/videoscale/gstvideoscale.c:
2383 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
2384 assorted debug/warning fixes
2386 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
2388 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
2389 (gst_videoscale_init), (gst_videoscale_chain),
2390 (gst_videoscale_set_property), (plugin_init):
2391 * gst/videoscale/gstvideoscale.h:
2392 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2393 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
2394 (gst_videoscale_planar400), (gst_videoscale_packed422),
2395 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
2396 (gst_videoscale_24bit), (gst_videoscale_16bit),
2397 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
2398 (gst_videoscale_scale_plane_slow),
2399 (gst_videoscale_scale_point_sample),
2400 (gst_videoscale_scale_nearest),
2401 (gst_videoscale_scale_nearest_str2),
2402 (gst_videoscale_scale_nearest_str4),
2403 (gst_videoscale_scale_nearest_32bit),
2404 (gst_videoscale_scale_nearest_24bit),
2405 (gst_videoscale_scale_nearest_16bit):
2406 add debugging category and use it properly
2407 fix use of GST_PTR_FORMAT
2409 2004-02-25 Andy Wingo <wingo@pobox.com>
2411 * gst/interleave/interleave.c (interleave_buffered_loop): Always
2412 push only when channel->buffer is NULL. Prevents segfaults doing
2413 the state change after a nonlocal exit, like a scheme exception.
2415 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
2416 Handle the case where the intersected caps is empty.
2418 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
2420 * gst/law/mulaw-decode.c: (mulawdec_link):
2421 * gst/law/mulaw.c: (plugin_init):
2422 fix mulawdec so it actually works again
2424 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
2426 reviewed by: David Schleef <ds@schleef.org>
2428 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
2429 (gst_gamma_init), (gst_gamma_set_property),
2430 (gst_gamma_get_property), (gst_gamma_calculate_tables),
2431 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
2432 for RGB, with separate r g and b correction factors. (#131167)
2434 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
2436 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2437 only signal tags for bitrate if they're > 0 (#134894)
2439 2004-02-24 David Schleef <ds@schleef.org>
2441 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
2442 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
2443 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
2444 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
2445 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
2446 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
2447 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
2448 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
2449 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
2450 category. Attempt to fix timestamp calculation.
2452 2004-02-24 Johan Dahlin <johan@gnome.org>
2454 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
2456 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
2459 * gconf/Makefile.am:
2460 * gconf/gstreamer.schemas:
2461 * gst-libs/gst/gconf/Makefile.am:
2462 * gst-libs/gst/gconf/gconf.c:
2463 version gconf schemas and install locations
2465 2004-02-23 Benjamin Otte <otte@gnome.org>
2467 * ext/xine/xineinput.c: (gst_xine_input_dispose):
2468 (gst_xine_input_subclass_init):
2469 call parent dispose.
2470 change pad template for CD reader correctly
2471 * ext/xine/Makefile.am:
2472 * ext/xine/gstxine.h:
2473 * ext/xine/xine.c: (plugin_init):
2474 * ext/xine/xineaudiosink.c:
2475 wrap audio sinks, too
2476 * gst-libs/gst/resample/private.h:
2477 * gst-libs/gst/resample/resample.c: (gst_resample_init),
2478 (gst_resample_reinit), (gst_resample_scale),
2479 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
2480 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
2481 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
2482 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
2483 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
2484 * gst-libs/gst/resample/resample.h:
2485 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
2486 (gst_audioscale_class_init), (gst_audioscale_link),
2487 (gst_audioscale_get_buffer), (gst_audioscale_init),
2488 (gst_audioscale_chain), (gst_audioscale_set_property),
2489 (gst_audioscale_get_property):
2490 * gst/audioscale/gstaudioscale.h:
2491 s/resample_*/gst_resample_*/i to not clobber namespaces
2493 2004-02-23 Julien MOUTTE <julien@moutte.net>
2495 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2496 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
2497 (gst_riff_create_video_template_caps),
2498 (gst_riff_create_audio_template_caps),
2499 (gst_riff_create_iavs_template_caps):
2500 * gst-libs/gst/riff/riff-media.h:
2501 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
2502 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
2503 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
2504 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
2505 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2506 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2507 (gst_matroska_demux_plugin_init): First batch implementing audio and
2508 video codec tags in demuxers.
2510 2004-02-22 Benjamin Otte <otte@gnome.org>
2512 * ext/xine/Makefile.am:
2513 * ext/xine/gstxine.h:
2514 * ext/xine/xine.c: (plugin_init):
2515 * ext/xine/xineinput.c:
2516 add input plugin wrapper. Playback from files, http, mms and cdda
2518 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
2519 remove leftover G_GNUC_UNUSED
2520 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
2521 (gst_asf_demux_identify_guid):
2522 improve debugging output
2524 2004-02-22 Benjamin Otte <otte@gnome.org>
2526 reported by: Padraig O'Briain <padraig.obriain@sun.com>
2529 replace test -e with test -x for mkinstalldirs to be more portable.
2532 2004-02-22 Benjamin Otte <otte@gnome.org>
2534 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
2536 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
2538 * gst/volume/gstvolume.c: (plugin_init):
2542 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
2544 reviewed by Benjamin Otte <otte@gnome.org>
2546 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
2547 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
2549 2004-02-22 Benjamin Otte <otte@gnome.org>
2552 export [_]*{gst,Gst,GST}.* symbols from plugins
2554 2004-02-22 Christophe Fergeau <teuf@gnome.org>
2556 reviewed by: Benjamin Otte <otte@gnome.org>
2558 * ext/lame/gstlame.c: (add_one_tag):
2559 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
2560 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
2561 (gst_vorbisenc_metadata_set1):
2562 * gst/tags/gstid3tag.c:
2563 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
2564 apply fixes from bugs #135042 (lame can't write tags) and #133817
2565 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
2567 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
2569 * configure.ac: Export only gst_plugin_desc from plugins.
2570 Note that this change only makes any effect with Linux using libtool
2571 1.5.2 or higher. Otherwise it is silently ignored, but it would build
2572 fine. And don't try to have several versions of libtool in different
2575 2004-02-20 Andy Wingo <wingo@pobox.com>
2577 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
2578 interleave respectively.
2580 * gst/interleave/deinterleave.c: New plugin: deinterleave
2581 (replaces on oneton).
2582 * gst/interleave/interleave.c: New plugin: interleave.
2583 * gst/interleave/plugin.h: Support file.
2584 * gst/interleave/plugin.c: Support file.
2586 * configure.ac: Remove intfloat and oneton, add interleave.
2588 * ext/sndfile/gstsf.c: Handle events better.
2590 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
2591 and float2int operation. int2float has scheduling problems as
2592 noted in in2float_chain.
2594 2004-02-20 Benjamin Otte <otte@gnome.org>
2596 * ext/xine/Makefile.am:
2597 * ext/xine/gstxine.h:
2599 * ext/xine/xineaudiodec.c:
2600 * ext/xine/xinecaps.c:
2601 add first version of xine plugin wrapper. Currently only wraps the
2602 QDM2 win32 DLL, and even that only in proof-of-concept quality.
2605 add xine plugin wrapper, disabled by default. Use --enable-xine to
2606 build. Note that it'll segfault on gst-register if you don't remove
2607 the goom and tvtime post plugins from xine.
2608 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
2609 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
2610 add extradata parsing for QDM2.
2611 change around debugging prints.
2613 2004-02-19 Benjamin Otte <otte@gnome.org>
2615 * ext/lame/gstlame.c: (gst_lame_chain):
2616 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
2617 use gst_tag_list_insert when you want to insert tags
2619 2004-02-18 David Schleef <ds@schleef.org>
2621 * configure.ac: Move massink to gst-rotten
2623 * ext/mas/Makefile.am:
2624 * ext/mas/massink.c:
2625 * ext/mas/massink.h:
2627 2004-02-18 David Schleef <ds@schleef.org>
2629 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
2630 typefinding, since it seems to be worse than nothing.
2631 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
2632 atom to recognize .mp4 and .m4a files as video/quicktime.
2634 2004-02-18 David Schleef <ds@schleef.org>
2636 * gst/sine/demo-dparams.c: (quit_live),
2637 (dynparm_log_value_changed), (dynparm_value_changed), (main):
2638 Use double dparams, not float.
2639 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2640 (gst_sinesrc_init): Change sync default to FALSE, since multiple
2641 sync'd elements don't really work correctly.
2642 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
2643 (volume_update_volume), (volume_get_property): Change dparam
2646 2004-02-18 Julien MOUTTE <julien@moutte.net>
2648 * sys/ximage/ximagesink.c:
2649 (gst_ximagesink_xwindow_update_geometry),
2650 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
2651 (gst_ximagesink_change_state), (gst_ximagesink_expose),
2652 (gst_ximagesink_init): Rework the way software video scaling works. So
2653 now we check on each chain call if the video frames are feeling the
2654 window. If not we try to renegotiate caps. On failure we memorize that
2655 and we won't try again for that PLAYING sessions.
2656 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
2658 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
2661 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
2663 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
2664 break up _link so we can give a better debug message for errors
2666 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
2668 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
2669 set up debug category
2671 2004-02-18 Julien MOUTTE <julien@moutte.net>
2673 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2674 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
2675 the way renegotiation work. The event handling function is not taking
2676 care of external windows and renegotiate method check for pad flags
2677 NEGOTIATING. Should fix : #133209
2679 2004-02-17 Julien MOUTTE <julien@moutte.net>
2681 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
2682 pad is negotiating before trying renegotiation.
2684 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
2686 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
2687 pass on all possible mime types as typefind hints
2689 2004-02-17 Julien MOUTTE <julien@moutte.net>
2691 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2692 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
2693 possible SHM leak if we crash. All other apps using XShm are doing
2696 2004-02-17 Julien MOUTTE <julien@moutte.net>
2698 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2699 (gst_ximagesink_expose): Renegotiate size on expose.
2700 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
2703 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
2705 * testsuite/alsa/sinesrc.c:
2706 cosmetic fix to fix compile issue with gcc 2.95.4
2708 2004-02-16 Julien MOUTTE <julien@moutte.net>
2710 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
2711 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
2712 failed opening the audio device.
2713 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2714 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
2715 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
2716 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
2717 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
2718 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
2719 (gst_ximagesink_change_state), (gst_ximagesink_chain),
2720 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
2721 Removing some useless g_return_if_fail like wingo suggested.
2722 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2723 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
2724 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
2725 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
2726 (gst_xvimagesink_update_colorbalance),
2727 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
2728 (gst_xvimagesink_xcontext_clear),
2729 (gst_xvimagesink_get_fourcc_from_caps),
2730 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
2731 (gst_xvimagesink_set_xwindow_id),
2732 (gst_xvimagesink_colorbalance_list_channels),
2733 (gst_xvimagesink_colorbalance_set_value),
2734 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
2735 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
2737 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
2739 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2740 throw error when not negotiated instead of asserting
2742 2004-02-15 Julien MOUTTE <julien@moutte.net>
2744 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
2745 correct data refcounting.
2747 2004-02-15 Julien MOUTTE <julien@moutte.net>
2749 * gst/switch/gstswitch.c: (gst_switch_change_state),
2750 (gst_switch_class_init): Cleaning the sinkpads correctly on state
2751 change, mostly the EOS flag.
2753 2004-02-15 Julien MOUTTE <julien@moutte.net>
2755 * examples/gstplay/player.c: (got_eos), (main): Adding some
2756 output for debugging.
2757 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
2758 timeouts if we go to any state different from PLAYING.
2759 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
2760 more EOS bugs in riff lib.
2762 2004-02-14 Julien MOUTTE <julien@moutte.net>
2764 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
2765 visualization until i find a way to fix switch correctly.
2766 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
2768 * gst/switch/gstswitch.c: (gst_switch_release_pad),
2769 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
2770 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
2771 Reworked switch to get a more correct behaviour with events and refing
2772 of data stored in sinkpads.
2773 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
2774 we don't pull from a pad in EOS.
2776 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
2778 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2779 remove v1 tag even if we can't read it (makes sure we don't detect
2782 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
2784 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
2785 (gst_alsa_xrun_recovery):
2786 * ext/alsa/gstalsa.h:
2787 try xrun recovery when wait failed. Make xrun recovery function
2788 return TRUE/FALSE to indicate success. (might fix #134354)
2790 2004-02-13 David Schleef <ds@schleef.org>
2792 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
2793 (dynparm_value_changed), (main): Convert from float to double.
2794 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
2796 2004-02-13 David Schleef <ds@schleef.org>
2798 * gst/silence/gstsilence.c: (gst_silence_class_init),
2799 (gst_silence_set_clock), (gst_silence_get),
2800 (gst_silence_set_property), (gst_silence_get_property):
2801 * gst/silence/gstsilence.h: Add sync property.
2802 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2803 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
2804 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
2805 * gst/sine/gstsinesrc.h: Add sync property.
2807 2004-02-13 David Schleef <ds@schleef.org>
2809 * gst/intfloat/gstint2float.c: (conv_f32_s16),
2810 (gst_int2float_chain_gint16): Change stdint usage to glib types.
2812 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
2816 * gst-libs/ext/Makefile.am:
2817 move ffmpeg plugin to gst-ffmpeg module
2819 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
2821 * configure.ac: use GST_ARCH to detect architecture
2823 2004-02-12 Julien MOUTTE <julien@moutte.net>
2825 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
2827 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
2829 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
2830 classify LADSPA plugins based on number of src/sink pads
2831 (#133663, Stefan Kost)
2832 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
2833 fix dparams registration
2834 (#133528, Stefan Kost)
2835 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
2836 fix use of isprint and use g_ascii_isprint instead
2837 (#133316, Stefan Kost)
2839 2004-02-11 David Schleef <ds@schleef.org>
2841 Convert a few inner loops to use liboil. This is currently
2842 optional, and is only enabled if liboil is present (duh!).
2843 * configure.ac: Check for liboil-0.1
2844 * gst/intfloat/Makefile.am:
2845 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
2846 (gst_int2float_chain_gint16):
2847 * gst/videofilter/Makefile.am:
2848 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
2849 (tablelookup_u8), (gst_videobalance_planar411):
2850 * gst/videotestsrc/Makefile.am:
2851 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
2852 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
2853 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
2854 (paint_hline_RGB565), (paint_hline_xRGB1555):
2856 2004-02-11 David Schleef <ds@schleef.org>
2858 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
2859 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
2860 (gst_colorspace_getcaps), (gst_colorspace_link),
2861 (gst_colorspace_base_init), (gst_colorspace_init),
2862 (gst_colorspace_chain), (gst_colorspace_change_state),
2863 (plugin_init): Merge Ronald's patch (bug #117897) and update
2864 for new caps and negotiation. Seems to work, although it
2865 shows off bugs in lcs.
2867 2004-02-11 David Schleef <ds@schleef.org>
2869 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
2870 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
2872 2004-02-11 David Schleef <ds@schleef.org>
2874 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
2875 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
2876 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
2877 Add server and port properties
2879 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
2885 * m4/as-slurp-ffmpeg.m4:
2886 * m4/check-libheader.m4:
2893 * m4/gst-ivorbis.m4:
2894 * m4/gst-matroska.m4:
2904 fix underquotedness of macros (#133800)
2907 removed because no longer used
2909 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
2912 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
2913 by autopoint (fixes #132996)
2915 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
2917 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
2918 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
2919 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
2920 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
2923 2004-02-11 David Schleef <ds@schleef.org>
2925 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
2926 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
2927 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
2928 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
2929 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
2930 (gst_jpegenc_class_init), (gst_jpegenc_init),
2931 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
2932 (gst_jpegenc_chain), (gst_jpegenc_set_property),
2933 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
2934 * ext/jpeg/gstjpegenc.h: Fix negotiation.
2936 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
2938 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
2939 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
2940 * ext/mikmod/gstmikmod.h:
2941 fix caps negotiation in mikmod
2942 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
2943 output debug information
2945 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
2947 * gst-libs/gst/colorbalance/Makefile.am:
2948 * gst-libs/gst/navigation/Makefile.am:
2949 * gst-libs/gst/xoverlay/Makefile.am:
2950 remove unused GST_OPT_CFLAGS from Makefiles
2951 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
2953 2004-02-07 David Schleef <ds@schleef.org>
2955 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
2956 push events to pads that haven't been created (#133508)
2958 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
2960 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
2961 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
2962 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
2963 (gst_dvdec_loop), (gst_dvdec_change_state):
2964 Second attempt at committing a working dvdec element.
2966 2004-02-06 David Schleef <ds@schleef.org>
2968 Build fixes for OS X: (see #129600)
2969 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
2970 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
2971 (gst_riff_read_strf_iavs):
2972 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
2973 (gst_avi_demux_stream_odml):
2974 * gst/playondemand/Makefile.am:
2975 * gst/rtp/rtp-packet.c:
2977 2004-02-05 David Schleef <ds@schleef.org>
2979 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
2980 last change, because it Just Doesn't Compile.
2982 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
2984 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2985 skip undecodable id3v2 tag instead of keeping it
2987 2004-02-05 David Schleef <ds@schleef.org>
2989 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
2990 Unref leaked buffer. (Noticed by Ronald)
2992 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
2994 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
2995 Sync requires with other checks. >= vs =.
2997 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
2999 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
3000 (gst_dvdec_video_link), (gst_dvdec_loop):
3001 * ext/dv/gstdvdec.h:
3002 rework the caps negotiation so that dvdec works again instead
3003 of just segfaulting.
3005 === release 0.7.4 ===
3007 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
3009 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
3010 * configure.ac: changed for release
3012 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
3014 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
3015 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3016 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
3017 * pkgconfig/gstreamer-play-uninstalled.pc.in:
3018 reworked patch by David Lehn to fix libdir and includedir for
3019 uninstalled libraries
3020 removed play and gconf from gstreamer-libs since they have their
3023 2004-02-04 David Schleef <ds@schleef.org>
3025 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
3028 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
3030 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
3031 use correct GST_TAG_ENCODER tag
3033 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
3035 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
3036 be sure to stop the clock when going to paused
3037 * sys/oss/gstosssink.c: (gst_osssink_change_state):
3038 reset number of transmitted when going to ready.
3041 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
3043 reviewed by Benjamin Otte
3045 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
3046 extract track count (fixes #133410)
3048 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
3050 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
3051 that should be !=, not == (fixes #132519)
3053 2004-02-04 David Schleef <ds@schleef.org>
3055 Make sure set_explicit_caps() is called before adding pad.
3056 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
3057 * gst/id3/gstid3types.c: (gst_id3types_loop):
3058 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
3059 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
3061 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
3064 bump nano to 2, first prerelease
3065 put back AM_PROG_LIBTOOL
3067 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
3069 * testsuite/alsa/Makefile.am:
3070 these are user test apps, not automatic testsuite tests
3072 2004-02-04 David Schleef <ds@schleef.org>
3074 Convert GST_DEBUG_CAPS() to GST_DEBUG():
3075 * gst/mpeg1videoparse/gstmp1videoparse.c:
3076 (mp1videoparse_parse_seq):
3077 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
3078 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
3079 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
3080 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
3081 (gst_xvideosink_getcaps):
3082 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3083 * testsuite/gst-lint: more tests
3085 2004-02-04 David Schleef <ds@schleef.org>
3087 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
3088 with the code that they would expand to.
3089 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
3090 (gst_flacdec_get_src_query_types),
3091 (gst_flacdec_get_src_event_masks):
3092 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
3093 (gst_gnomevfssrc_get_query_types),
3094 (gst_gnomevfssrc_get_event_mask):
3096 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
3098 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3099 (gst_sinesrc_dispose):
3100 fix memleak by properly disposing sinesrc
3102 2004-02-04 Julien MOUTTE <julien@moutte.net>
3104 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
3105 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
3106 an overlay to redraw the image because it has been exposed.
3107 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
3108 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
3109 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
3110 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
3112 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
3113 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
3114 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
3115 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
3118 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
3120 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
3123 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
3125 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3126 * gst/typefind/gsttypefindfunctions.c:
3127 fix memleaks shown by gst-typefind
3129 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
3131 * common/glib-gen.mak:
3132 add hack rule to touch .Plo files
3133 * gst-libs/gst/colorbalance/Makefile.am:
3134 * gst-libs/gst/mixer/Makefile.am:
3135 * gst-libs/gst/play/Makefile.am:
3136 * gst-libs/gst/tuner/Makefile.am:
3137 remove glib_root variable
3139 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
3141 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
3142 set explicit caps before adding the element, so the autopluggers can
3144 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3145 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3146 (mpeg_video_type_find), (mpeg_video_stream_type_find),
3148 fix memleaks in typefind functions. gst_type_find_suggest takes a const
3151 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
3153 * gst-libs/gst/colorbalance/Makefile.am:
3154 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
3155 * gst-libs/gst/colorbalance/colorbalance.c:
3156 * gst-libs/gst/colorbalance/colorbalance.h:
3157 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
3158 * gst-libs/gst/mixer/Makefile.am:
3159 * gst-libs/gst/mixer/mixer-marshal.list:
3160 * gst-libs/gst/mixer/mixer.c:
3161 * gst-libs/gst/mixer/mixer.h:
3162 * gst-libs/gst/mixer/mixermarshal.list:
3163 * gst-libs/gst/play/Makefile.am:
3164 * gst-libs/gst/play/play.h:
3165 * gst-libs/gst/tuner/Makefile.am:
3166 * gst-libs/gst/tuner/tuner-marshal.list:
3167 * gst-libs/gst/tuner/tuner.c:
3168 * gst-libs/gst/tuner/tuner.h:
3169 * gst-libs/gst/tuner/tunermarshal.list:
3170 use new glib-gen.mak snippet to clean up Makefile.am
3171 fix various bugs in Makefile.am's
3173 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
3175 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
3176 handle chain parsing correctly in the multichain case
3177 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
3178 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
3179 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3181 handle events and queries correctly
3183 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
3186 Ignore generated file _stdint.h.
3188 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
3190 * gst-libs/gst/colorbalance/Makefile.am:
3191 * gst-libs/gst/colorbalance/colorbalance.h:
3192 * gst-libs/gst/mixer/Makefile.am:
3193 * gst-libs/gst/mixer/mixer.h:
3194 * gst-libs/gst/play/Makefile.am:
3195 * gst-libs/gst/play/play.h:
3196 * gst-libs/gst/tuner/Makefile.am:
3197 * gst-libs/gst/tuner/tuner.h:
3198 Generate enum type code with glib-mkenums.
3199 * gst-libs/gst/colorbalance/.cvsignore:
3200 * gst-libs/gst/mixer/.cvsignore:
3201 * gst-libs/gst/play/.cvsignore:
3202 * gst-libs/gst/tuner/.cvsignore:
3203 Ignore generated files.
3205 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
3207 * gst-libs/gst/audio/.cvsignore:
3208 Ignore generated file.
3209 * gst-libs/gst/audio/Makefile.am:
3210 Do not install example filter.
3212 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
3214 * examples/switch/.cvsignore:
3215 Ignore generated file.
3217 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
3219 * common/m4/ax_create_stdint_h.m4:
3221 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
3224 remove generated _stdint.h in DISTCLEANFILES
3225 * ext/a52dec/gsta52dec.c:
3226 include _stdint.h for a52dec. (should fix #133064)
3228 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
3230 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
3231 (gst_tag_to_vorbis_comments):
3232 Add replaygain support to vorbistag
3234 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
3235 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
3236 (gst_ffmpeg_caps_to_extradata):
3237 Fix SVQ3 caps flag properties
3238 Use glib macro for bytes swap
3240 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
3242 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
3243 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
3244 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3245 * ext/sndfile/gstsf.c: (plugin_init):
3246 * gst/avi/gstavi.c: (plugin_init):
3247 * sys/dxr3/dxr3init.c: (plugin_init):
3248 * sys/oss/gstossaudio.c: (plugin_init):
3249 * sys/v4l/gstv4l.c: (plugin_init):
3250 * sys/v4l2/gstv4l2.c: (plugin_init):
3251 remove textdomain calls
3253 update Dutch translation
3255 2004-02-02 Julien MOUTTE <julien@moutte.net>
3257 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
3258 (gst_play_set_audio_sink): Moving volume in the audio thread for
3259 instantaneous volume change. Maybe i will add another volume in front
3260 of visualization later, not sure yet though.
3262 2004-02-02 Julien MOUTTE <julien@moutte.net>
3264 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3265 (gst_ximagesink_handle_xevents): Better X events handling, only take
3266 the latest events for configure and motion.
3267 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
3269 2004-02-02 Jon Trowbridge <trow@gnu.org>
3271 reviewed by: David Schleef <ds@schleef.org>
3274 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
3275 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
3277 2004-02-02 David Schleef <ds@schleef.org>
3279 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
3281 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
3282 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
3283 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
3284 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
3285 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
3286 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
3287 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
3288 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
3289 (gst_float2_2_int_link):
3290 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
3291 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
3292 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
3293 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
3294 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
3295 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
3296 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
3297 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
3298 * testsuite/gst-lint: Add tests for bzero and ;;
3300 2004-02-02 David Schleef <ds@schleef.org>
3302 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
3304 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
3306 * ext/aalib/gstaasink.c: (gst_aasink_open):
3307 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
3308 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3309 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
3310 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
3311 (gst_afsink_close_file):
3312 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
3313 (gst_afsrc_close_file):
3314 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
3315 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
3316 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
3317 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
3318 * ext/esd/esdmon.c: (gst_esdmon_get):
3319 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
3320 * ext/faac/gstfaac.c: (gst_faac_chain):
3321 * ext/faad/gstfaad.c: (gst_faad_chain):
3322 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
3323 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
3324 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
3325 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
3327 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
3328 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
3329 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3330 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
3331 (gst_gnomevfssink_close_file):
3332 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3333 (gst_gnomevfssrc_open_file):
3334 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
3335 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
3336 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
3337 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
3338 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
3339 * ext/mad/gstmad.c: (gst_mad_chain):
3340 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
3341 * ext/mpeg2dec/gstmpeg2dec.c:
3342 * ext/mpeg2enc/gstmpeg2enc.cc:
3343 * ext/mplex/gstmplex.cc:
3344 * ext/mplex/gstmplexibitstream.cc:
3345 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
3346 (gst_ogg_demux_push):
3347 * ext/raw1394/gstdv1394src.c:
3348 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
3349 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
3350 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
3352 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
3353 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
3354 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
3355 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
3356 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3357 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
3358 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
3359 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
3360 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
3361 (gst_riff_read_element_data), (gst_riff_read_seek),
3362 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
3363 * gst/adder/gstadder.c: (gst_adder_loop):
3364 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
3365 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
3366 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
3367 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
3368 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
3369 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
3370 * gst/goom/gstgoom.c: (gst_goom_chain):
3371 * gst/id3/gstid3types.c: (gst_id3types_loop):
3372 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
3373 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
3374 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
3375 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
3376 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
3377 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
3378 (gst_ebml_read_float), (gst_ebml_read_header):
3379 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
3380 (gst_matroska_demux_parse_blockgroup):
3381 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
3382 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
3383 * gst/oneton/gstoneton.c: (gst_oneton_chain):
3384 * gst/silence/gstsilence.c: (gst_silence_get):
3385 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
3386 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
3387 * gst/speed/gstspeed.c: (speed_loop):
3388 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
3389 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
3390 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
3391 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
3392 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
3393 (gst_wavparse_loop):
3394 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
3395 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
3396 (dxr3audiosink_close):
3397 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
3398 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
3399 (dxr3videosink_close), (dxr3videosink_write_data):
3400 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
3401 * sys/oss/gstosssink.c: (gst_osssink_chain):
3402 * sys/oss/gstosssrc.c: (gst_osssrc_get):
3403 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
3404 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
3405 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
3406 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
3407 (gst_v4l_set_window), (gst_v4l_enable_overlay):
3408 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
3409 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
3410 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
3411 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
3412 (gst_v4l_set_audio):
3413 * sys/v4l/v4l_calls.h:
3414 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
3415 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
3416 (gst_v4lmjpegsink_playback_init),
3417 (gst_v4lmjpegsink_playback_start):
3418 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
3419 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
3420 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
3421 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
3422 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
3423 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
3424 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
3425 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
3426 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
3427 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
3428 (gst_v4l2_get_output), (gst_v4l2_set_output),
3429 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
3430 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
3431 (gst_v4l2_set_attribute):
3432 * sys/v4l2/v4l2_calls.h:
3433 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3434 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
3435 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
3436 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
3437 (gst_v4l2src_capture_stop):
3438 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
3439 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3440 (gst_ximagesink_chain):
3441 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
3442 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
3443 (gst_xvideosink_xwindow_new):
3444 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3445 (gst_xvimagesink_chain):
3447 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
3449 * gst/volume/gstvolume.c: (gst_volume_set_volume),
3450 (gst_volume_get_volume), (volume_class_init), (volume_init),
3451 (volume_chain_int16), (volume_update_volume):
3452 * gst/volume/gstvolume.h:
3453 make code more readable by removing magic numbers
3454 make mixer interface export 0-100 range
3455 make it internally map to 0.0-1.0 range so users don't distort
3456 output by putting the sliders at full volume
3458 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
3460 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
3461 (gst_play_state_change), (gst_play_seek_to_time):
3462 block the tick callback for 0.5 secs after doing a seek
3464 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
3466 * gst-libs/gst/play/play.c: (gst_play_new):
3469 2004-02-01 Julien MOUTTE <julien@moutte.net>
3471 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
3472 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
3473 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
3474 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
3475 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
3476 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
3478 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
3481 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3482 check for a function added in vorbis 1.1
3484 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
3486 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
3487 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
3488 really start/stop clock only on PLAYING <=> PAUSED
3489 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3490 remove \n from debugging lines
3491 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
3492 make it work when seeking does not
3493 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3496 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
3498 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
3499 start clock on PAUSED=>PLAYING, not later
3500 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3501 extract correct time for different discont formats
3502 (gst_alsa_sink_get_time):
3503 don't segfault when no format is negotiated yet, just return 0
3504 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
3505 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
3507 handle flush and discont events correctly
3508 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
3509 handle discont events correctly
3511 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
3513 * gst-libs/gst/play/play.c: (gst_play_error_quark),
3514 (gst_play_error_create), (gst_play_error_plugin),
3515 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
3516 * gst-libs/gst/play/play.h:
3517 add error handling during creation
3518 * examples/gstplay/player.c: (main):
3519 use new gst_play_new
3522 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
3524 * ext/theora/theoradec.c: (theora_dec_chain):
3526 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3527 (vorbis_dec_src_event), (vorbis_dec_chain):
3528 add encoder tag, fix tag reading to be more error tolerant, change
3529 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
3530 gst_pad_event_default.
3531 * gst/tags/gstvorbistag.c:
3532 (gst_tag_list_from_vorbiscomment_buffer):
3533 undefine function specific define at end of function
3535 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
3537 * ext/flac/gstflac.c: (plugin_init):
3538 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
3539 * ext/flac/gstflacdec.h:
3540 * ext/flac/gstflacenc.h:
3543 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
3545 * examples/gstplay/player.c: s/gstplay.h/play.h/
3547 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
3549 * gst-libs/gst/play/Makefile.am:
3550 * gst-libs/gst/play/gstplay.c:
3551 * gst-libs/gst/play/gstplay.h:
3552 * gst-libs/gst/play/play.c:
3553 more surgery, operation complete
3555 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
3557 * gst-libs/gst/play/play.old.c:
3558 * gst-libs/gst/play/play.old.h:
3559 after CVS surgery by moving, remove
3560 * gst-libs/gst/play/playpipelines.c:
3563 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
3564 add negotiation error
3566 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
3568 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
3569 (gst_ogg_demux_push):
3570 add some seeking debug info
3571 send a flush when seeking
3573 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
3579 * ext/theora/Makefile.am:
3580 * ext/theora/theoradec.c:
3581 add theora video decoder. Does just do simple decoding for now and
3582 has been tested against Theora cvs only. It only works when theora
3583 is compiled with --enable-static.
3584 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3585 always reset packetno on DISCONT
3587 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
3589 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
3592 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
3594 * gst/mpegaudioparse/gstmpegaudioparse.c:
3595 (mp3_type_frame_length_from_header):
3596 Fix header parsing - stolen from ffmpeg (thank you! :) ).
3598 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
3600 * ext/esd/esdsink.c: (gst_esdsink_init):
3601 Since we have static pad template caps, we don't need to negotiate;
3602 either the core errors out or we know the format.
3604 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
3606 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
3607 (gst_riff_read_seek):
3608 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
3609 (gst_ebml_read_seek):
3612 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
3614 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
3615 removee video/x-theora from vp3 decoder, it doesn't handle raw
3617 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
3618 fix bug with finalizing element that never went to PAUSED
3619 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
3620 length and position queries were swapped
3621 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3622 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
3623 (vorbis_dec_src_event):
3624 implement querying time and bytes
3626 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
3628 * just about every source file:
3629 gst_element_error -> GST_ELEMENT_ERROR
3631 2004-01-29 Julien MOUTTE <julien@moutte.net>
3633 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
3634 emiting FLUSH and even before DISCONT.
3635 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
3636 get the best instant seeking as possible yay!
3638 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
3640 * gst/mpeg1videoparse/gstmp1videoparse.c:
3641 (gst_mp1videoparse_real_chain):
3642 Committed wrong version last week... Grr... Didn't notice until now.
3644 2004-01-29 Julien MOUTTE <julien@moutte.net>
3646 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
3647 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
3648 have_xwindow_id signal in xwindow_create.
3650 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
3652 * ext/ogg/gstoggdemux.c:
3653 lots of changes - mainly support for chained bitstreams, seeking,
3654 querying and bugfixes of course
3655 * ext/vorbis/Makefile.am:
3656 * ext/vorbis/vorbisdec.c:
3657 * ext/vorbis/vorbisdec.h:
3658 add vorbisdec raw vorbis decoder
3659 * ext/vorbis/vorbis.c: (plugin_init):
3660 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
3661 * gst/intfloat/Makefile.am:
3662 * gst/intfloat/float22int.c:
3663 * gst/intfloat/float22int.h:
3664 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
3665 add float2intnew plugin. It converts multichannel interleaved float to
3666 multichannel interleaved int. The name should probably be changed.
3667 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
3669 add typefinding for raw theora video so oggdemux can detect it.
3671 2004-01-28 Julien MOUTTE <julien@moutte.net>
3673 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
3675 * gst/videoscale/gstvideoscale.c:
3676 (gst_videoscale_handle_src_event): Fixing src event handler.
3678 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
3680 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3681 (gst_v4lsrc_open), (gst_v4lsrc_close),
3682 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
3683 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
3684 * sys/v4l/gstv4lsrc.h:
3685 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
3686 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
3687 Implement resizing... Hack. But that's why v4l is b0rked...
3689 2004-01-28 Julien MOUTTE <julien@moutte.net>
3691 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3692 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
3693 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
3694 (gst_ximagesink_xwindow_destroy):
3695 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3696 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3697 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
3698 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
3699 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
3700 correctly cleaning the image created to check xshm calls on succes,
3701 added a lot of XSync calls in X11 functions, and fixed a segfault when
3702 no image format was defined before negotiation happened.
3704 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
3706 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
3707 use gst_element_get_time to get correct time
3709 2004-01-28 Julien MOUTTE <julien@moutte.net>
3711 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
3712 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
3713 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
3714 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
3715 (gst_xvimagesink_check_xshm_calls),
3716 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
3717 X plugins are now able to detect that XShm calls will fail even if the
3718 server claims that it has XShm support (remote displays most of the
3719 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
3720 so that we use non XShm functions. This feature is almost useless for
3721 xvimagesink as Xv is not supported on remote displays anyway, but
3722 it might happen than even on the local display XShm calls fail.
3724 2004-01-27 David Schleef <ds@schleef.org>
3726 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
3727 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
3728 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
3729 changed esdsink to only use 44100,16,2, since esd sucks at rate
3730 conversion and esdsink has had difficulty negotiating.
3732 2004-01-27 Julien MOUTTE <julien@moutte.net>
3734 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
3735 (gst_play_seek_to_time): Fixing the way to get current position.
3737 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
3739 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
3740 use gst_element_get_time to get correct time
3742 2004-01-27 Julien MOUTTE <julien@moutte.net>
3744 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
3745 fix ever... Inverting 2 lines of code make spider autoplug correctly
3748 2004-01-27 David Schleef <ds@schleef.org>
3750 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3751 Use gst_pad_try_set_caps_nonfixed().
3753 2004-01-27 David Schleef <ds@schleef.org>
3755 * gst/ac3parse/gstac3parse.c: update to checklist 5
3756 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
3757 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
3758 * gst/audioscale/gstaudioscale.c: same
3759 * gst/auparse/gstauparse.c: same
3760 * gst/avi/gstavidemux.c: same
3762 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
3764 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
3765 stop processing after EOS
3767 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
3769 * gst/asfdemux/asfheaders.h:
3770 * gst/asfdemux/gstasfdemux.c:
3771 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
3772 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
3773 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
3774 lot's of fixes to make data extraction simpler and get the code
3775 architecture and compiler independant. Add debugging category
3776 * gst/goom/gstgoom.c: (gst_goom_change_state):
3777 reset channel count on PAUSED=>READY, not READY=>PAUSED
3779 2004-01-26 Colin Walters <walters@verbum.org>
3781 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
3782 code to pull a bigger buffer in iradio mode. This as a side effect
3783 makes typefinding work.
3785 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
3787 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
3788 Fix SVQ3 decoding on PPC
3790 2004-01-26 Julien MOUTTE <julien@moutte.net>
3792 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
3793 that one managed to stay there... Fixed.
3795 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
3797 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
3798 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
3799 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
3800 (qtdemux_video_caps):
3801 * gst/qtdemux/qtdemux.h:
3802 Add SVQ3 specific flags to qtdemux and ffmpeg
3804 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
3806 * gst-libs/gst/audio/audio.h:
3807 remove buffer-frames from audio caps
3808 * gst/audioconvert/gstaudioconvert.c:
3809 fix plugin to really work.
3811 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
3813 * gst-libs/gst/mixer/mixer.c:
3814 * gst-libs/gst/propertyprobe/propertyprobe.c:
3815 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
3816 (gst_tuner_find_channel_by_name):
3817 * gst-libs/gst/tuner/tuner.h:
3818 Add gtk-doc style comments. Also fix a function name.
3820 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
3822 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
3823 (gst_divxdec_negotiate):
3824 Fix for new capsnego - also fixes gst-player with divxdec.
3826 2004-01-25 Julien MOUTTE <julien@moutte.net>
3828 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
3829 (gst_play_identity_handoff), (gst_play_set_location),
3830 (gst_play_set_visualization), (gst_play_connect_visualization): Another
3831 try in visualization implementation. Still have an issue with switch
3832 blocking when pulling from video_queue and only audio comes out of
3834 * gst/switch/gstswitch.c: (gst_switch_release_pad),
3835 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
3836 release method. And check if the pad is usable before pulling.
3838 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
3840 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
3841 (gst_videobalance_init),
3842 (gst_videobalance_colorbalance_list_channels),
3843 (gst_videobalance_colorbalance_set_value),
3844 (gst_videobalance_colorbalance_get_value),
3845 (gst_videobalance_update_properties),
3846 (gst_videobalance_update_tables_planar411),
3847 (gst_videobalance_planar411):
3848 * gst/videofilter/gstvideobalance.h:
3849 Implement lookup-tables. +/- 10x faster.
3851 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
3853 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
3854 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
3855 The index reading was broken. The rest worked fine, but the whole
3856 goal of my rewrite was to make avidemux readable, and this was
3857 not at all readable. Please use typed variables.
3859 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
3861 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
3862 Additional pad usability check.
3863 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
3864 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
3865 (gst_mp1videoparse_real_chain):
3866 Fix MPEG video stream parsing. The original plugin had several
3867 issues, including not timestamping streams where the source was
3868 not timestamped (this happens with PTS values in mpeg system
3869 streams, but MPEG video is also a valid stream on its own so
3870 that needs timestamps too). We use the display time code for that
3871 for now. Also, if one incoming buffer contains multiple valid
3872 frames, we push them all on correctly now, including proper EOS
3873 handling. Lastly, several potential segfaults were fixed, and we
3874 properly sync on new sequence/gop headers to include them in next,
3875 not previous frames (since they're header for the next frame, not
3876 the previous). Also see #119206.
3877 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
3879 Move caps setting so we only do it after finding several valid
3880 MPEG-1 fraes sequentially, not right after the first one (which
3881 might be coincidental).
3882 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
3883 (mpeg_video_type_find), (mpeg_video_stream_type_find),
3885 Add unsynced MPEG video stream typefinding, and change some
3886 probability values so we detect streams rightly. The idea is as
3887 follows: I can have an unsynced system stream which contains
3888 video. In the current code, I would randomly get a type for either
3889 system or video stream type found, because the probabilities are
3890 being calculated rather randomly. I now use fixed values, so we
3891 always prefer system stream if that was found (and that is how it
3892 should be). If no system stream was found, we can still identity the stream as video-only.
3894 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
3896 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
3897 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
3898 don't write to buffer. Extract data without the need of
3899 __attribute__ ((packed))
3901 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
3903 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
3904 (mpeg1_sys_type_find):
3905 Fix MPEG-1 stream typefinding.
3907 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
3909 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3910 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
3912 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
3914 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
3915 * ext/esd/gstesd.c: (plugin_init):
3916 private debugging, better error reporting
3918 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
3920 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
3921 (gst_riff_read_init), (gst_riff_read_change_state):
3922 * gst-libs/gst/riff/riff-read.h:
3923 Remove stuff fromold metadata system.
3925 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
3927 * ext/ogg/gstoggdemux.c:
3928 Fix wrong file comment.
3929 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
3930 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
3931 Add metadata reading properly.
3933 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
3936 Fix nas DIST_SUBDIRS
3938 Fix bug where make distcheck doesn't get run on adding stuff to
3941 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
3943 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
3944 * ext/divx/gstdivxdec.h:
3945 Fix divx3 ("msmpeg4") playback using divxdec.
3947 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
3949 * gst/typefind/gsttypefindfunctions.c:
3950 (mp3_type_frame_length_from_header): fix bug in length computation
3951 (mp3_type_find): improve debugging output
3953 2004-01-23 Julien MOUTTE <julien@moutte.net>
3955 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
3956 (gst_play_set_location), (gst_play_seek_to_time),
3957 (gst_play_set_audio_sink), (gst_play_set_visualization),
3958 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
3959 the pipeline from scratch. Visualization is back and switch went out as
3960 i realized it was not possible to use the way i wanted.
3961 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
3962 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
3963 clearing in state change from READY to NULL. So that one can clean the
3964 X ressources keeping the element.
3965 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3966 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
3967 (gst_xvimagesink_colorbalance_set_value),
3968 (gst_xvimagesink_colorbalance_get_value),
3969 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
3970 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
3971 change from READY to NULL and fixed some stupid bugs in colorbalance
3972 get/set values. Also added the following feature : when nobody tries to
3973 set some values to the colorbalance levels before the xcontext is
3974 grabbed, then when creating channels list from Xv attributes we set the
3975 internal values to the Xv defaults. This way we handle buggy Xv drivers
3976 that set default hue values far from the middle of the range (Thanks
3977 to Jon Trowbridge for pointing that issue).
3978 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
3979 colorbalance levels have been set before xcontext is grabbed.
3981 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
3983 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
3984 Fix the ossmixer case where we shouldn't open /dev/dsp* because
3985 it might block operations (which is bad for a mixer).
3987 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
3989 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
3990 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
3991 (gmip_find_type_pre):
3992 * gst-libs/gst/media-info/media-info-priv.h:
3993 * gst-libs/gst/media-info/media-info.c:
3994 (gst_media_info_instance_init), (gst_media_info_read_idler):
3995 add fakesink to get caps on decoder src pad again
3996 fix callback prototype to match new have_type signal signature
3998 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
4000 * gst/adder/gstadder.c: (gst_adder_link):
4001 fix non-compile and cut-n-paste code
4003 2004-01-21 David Schleef <ds@schleef.org>
4005 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
4006 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
4007 (gst_swfdec_init), (gst_swfdec_change_state):
4008 * ext/swfdec/gstswfdec.h:
4010 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
4011 (gst_adder_request_new_pad): Fix negotiation.
4012 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
4013 Add a fixate function.
4014 * gst/intfloat/gstfloat2int.c:
4015 * gst/intfloat/gstfloat2int.h:
4016 * gst/intfloat/gstint2float.c:
4017 * gst/intfloat/gstint2float.h:
4018 Completely rewrite the negotiation. Doesn't quite work yet,
4019 due to some buffer-frames problem.
4021 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
4023 * ext/gnomevfs/gstgnomevfssrc.c:
4024 * sys/v4l2/v4l2_calls.h:
4025 fix includes for distcheck
4027 2004-01-21 Christian Schaller <uraeus@gnome.org>
4030 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
4031 based on earlier patch from Laurent Vivier
4033 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
4035 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
4036 Fix wma caps property
4037 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
4038 Fix typo (flags1 and flags2)
4040 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
4042 * gst-libs/gst/media-info/media-info-priv.c:
4043 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
4044 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
4045 (gmip_find_stream), (gmip_find_track_metadata),
4046 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
4047 (gmip_find_track_format):
4048 * gst-libs/gst/media-info/media-info-priv.h:
4049 * gst-libs/gst/media-info/media-info-test.c: (main):
4050 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
4051 (gst_media_info_read_idler), (gst_media_info_read):
4052 * gst-libs/gst/media-info/media-info.h:
4053 register debugging category and use it for debugging
4055 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
4057 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
4058 (gst_vorbisfile_new_link):
4059 signal streaminfo through tags
4061 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
4063 * ext/mplex/gstmplex.cc:
4064 * ext/mplex/gstmplexibitstream.cc:
4065 g++ doesn't like NULL in our i18n/error macros, should be
4066 either (NULL) or ("").
4068 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
4070 * sys/dxr3/dxr3audiosink.c:
4071 * sys/dxr3/dxr3init.c:
4072 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
4073 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
4074 Fix more error error error errors (missing includes here).
4076 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
4078 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4079 fix thomas' error errors.
4081 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
4083 * ext/mpeg2enc/gstmpeg2enc.cc:
4086 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
4088 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
4089 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
4090 Fix for new error system.
4092 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
4094 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
4095 fix for new error reporting
4097 2004-01-20 David Schleef <ds@schleef.org>
4099 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
4100 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
4101 (gst_ximagesink_set_xwindow_id): Change to using a framerate
4102 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
4103 and neither is 100+, most likely.
4104 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4105 (gst_xvimagesink_getcaps): same
4107 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
4110 Up version requirement to 2.0.3 (not yet released) to avoid symbol
4111 clashes with ffmpeg.
4113 2004-01-20 Julien MOUTTE <julien@moutte.net>
4115 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
4116 (gst_switch_init): Fixed switch element : proxying link and setting
4117 caps from src to sink on request.
4119 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
4121 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4122 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
4123 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
4126 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
4128 * sys/v4l/v4l_calls.h:
4129 * sys/v4l2/v4l2_calls.h:
4132 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
4134 * gst-libs/gst/gst-i18n-plugin.h:
4136 remove config.h inclusion
4138 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
4141 adding autopoint invocation
4144 * gst-libs/gst/gettext.h:
4146 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
4147 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
4148 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4149 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
4150 (gst_gnomevfssink_close_file):
4151 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
4152 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
4153 * gst-libs/gst/gst-i18n-plugin.h:
4154 * gst/avi/gstavi.c: (plugin_init):
4155 * sys/dxr3/dxr3init.c: (plugin_init):
4156 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
4157 * sys/oss/gstossaudio.c: (plugin_init):
4158 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
4159 * sys/v4l/gstv4l.c: (plugin_init):
4160 * sys/v4l/v4l_calls.c: (gst_v4l_open):
4161 * sys/v4l2/gstv4l2.c: (plugin_init):
4162 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
4163 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
4164 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
4165 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
4166 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
4167 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
4168 make sure locale and translation domain are set
4169 fix translated strings
4175 put translation files into place
4176 * sys/xvideo/imagetest.c: (main):
4177 * ext/dv/demo-play.c: (main):
4178 fix unnecessary translations
4180 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4182 * ext/sndfile/gstsf.c:
4183 * gst/avi/gstavimux.c:
4184 * ext/audiofile/gstafsink.c:
4185 * ext/audiofile/gstafsrc.c:
4186 * ext/gnomevfs/gstgnomevfssink.c:
4187 * ext/gnomevfs/gstgnomevfssrc.c:
4188 * sys/oss/gstosselement.c:
4189 * sys/v4l/v4l_calls.h:
4192 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
4194 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
4195 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
4196 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
4197 (gst_v4l2_get_output), (gst_v4l2_set_output),
4198 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
4199 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
4200 (gst_v4l2_set_attribute):
4201 update to new error handling
4203 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
4205 * ext/sidplay/gstsiddec.cc:
4206 * gst/modplug/gstmodplug.cc:
4207 parenthese NULL because C++ seems angry about it
4209 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
4211 * gst-libs/gst/gst-i18n-plugin.h:
4212 add skeleton i18n stuff, but needs to be further implemented
4214 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
4216 * examples/gstplay/player.c: (main):
4217 * ext/aalib/gstaasink.c: (gst_aasink_open):
4218 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
4219 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4220 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4221 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
4222 (gst_afsink_close_file):
4223 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
4224 (gst_afsrc_close_file):
4225 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
4226 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
4227 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
4228 * ext/esd/esdmon.c: (gst_esdmon_get):
4229 * ext/esd/esdsink.c: (gst_esdsink_chain):
4230 * ext/faac/gstfaac.c: (gst_faac_chain):
4231 * ext/faad/gstfaad.c: (gst_faad_chain):
4232 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
4233 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
4234 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
4235 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
4237 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
4238 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
4239 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
4240 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
4241 (gst_gnomevfssink_close_file):
4242 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4243 (gst_gnomevfssrc_open_file):
4244 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
4245 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
4246 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
4247 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
4248 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
4249 * ext/mad/gstmad.c: (gst_mad_chain):
4250 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
4251 * ext/mpeg2dec/gstmpeg2dec.c:
4252 * ext/mpeg2enc/gstmpeg2enc.cc:
4253 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4254 * ext/mplex/gstmplex.cc:
4255 * ext/mplex/gstmplexibitstream.cc:
4256 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
4257 (gst_ogg_demux_push), (gst_ogg_pad_push):
4258 * ext/raw1394/gstdv1394src.c:
4259 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
4260 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
4261 * ext/sidplay/gstsiddec.cc:
4262 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
4264 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
4265 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
4266 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
4267 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4268 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
4269 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
4270 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
4271 * gst-libs/gst/Makefile.am:
4272 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
4273 (gst_riff_read_element_data), (gst_riff_read_seek),
4274 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
4275 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
4276 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
4277 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
4278 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
4279 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
4280 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
4281 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
4282 * gst/goom/gstgoom.c: (gst_goom_chain):
4283 * gst/id3/gstid3types.c: (gst_id3types_loop):
4284 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
4285 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
4286 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
4287 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
4288 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
4289 (gst_ebml_read_float), (gst_ebml_read_header):
4290 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
4291 (gst_matroska_demux_parse_blockgroup):
4292 * gst/modplug/gstmodplug.cc:
4293 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
4294 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
4295 * gst/oneton/gstoneton.c: (gst_oneton_chain):
4296 * gst/silence/gstsilence.c: (gst_silence_get):
4297 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4298 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
4299 * gst/speed/gstspeed.c: (speed_loop):
4300 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
4301 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
4302 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
4303 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
4304 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
4305 (gst_wavparse_loop):
4306 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
4307 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
4308 (dxr3audiosink_close):
4309 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
4310 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
4311 (dxr3videosink_close), (dxr3videosink_write_data):
4312 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
4313 * sys/oss/gstosselement.h:
4314 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
4315 (gst_osssink_chain):
4316 * sys/oss/gstosssrc.c: (gst_osssrc_get):
4317 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
4318 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
4319 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
4320 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
4321 (gst_v4l_enable_overlay):
4322 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
4323 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
4324 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
4325 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
4326 (gst_v4l_set_audio):
4327 * sys/v4l/v4l_calls.h:
4328 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
4329 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
4330 (gst_v4lmjpegsink_playback_init),
4331 (gst_v4lmjpegsink_playback_start):
4332 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
4333 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
4334 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
4335 (gst_v4lmjpegsrc_requeue_frame):
4336 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
4337 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
4338 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
4339 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
4340 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4341 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
4342 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
4343 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
4344 (gst_v4l2src_capture_stop):
4345 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
4346 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4347 (gst_ximagesink_chain):
4348 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
4349 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
4350 (gst_xvideosink_xwindow_new):
4351 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4352 (gst_xvimagesink_chain):
4353 use new error signal, function and categories
4355 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
4359 * ext/musicbrainz/gsttrm.c:
4360 * ext/musicbrainz/gsttrm.h:
4361 * ext/musicbrainz/Makefile.am:
4364 2004-01-18 Julien MOUTTE <julien@moutte.net>
4366 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
4367 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
4368 synchronous property for debugging.
4369 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
4370 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4371 (gst_xvimagesink_set_property): Moving a pointer declaration to a
4372 smaller block, fixing indent.
4374 2004-01-16 David Schleef <ds@schleef.org>
4376 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
4377 property affects the video stream.
4378 * sys/xvimage/xvimagesink.c:
4379 * sys/xvimage/xvimagesink.h:
4380 Add synchronous property for debugging. Should probably be
4381 disabled in non-CVS builds. Make sure that the Xv attribute
4382 exists before we set it (crash!). Fix a silly float bug that
4383 caused colorbalance to just not work.
4385 2004-01-17 Christian Schaller <Uraeus@gnome.org>
4387 * tools/gst-launch-ext.in - update for new plugins
4389 2004-01-16 David Schleef <ds@schleef.org>
4391 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
4394 2994-01-16 Christian Schaller <Uraeus@gnome.org>
4396 * Update spec for new colorspace plugin and libcaca plugin
4397 * Fix compilation of libcaca plugin (clock -> id)
4399 2004-01-16 Julien MOUTTE <julien@moutte.net>
4401 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
4402 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
4403 (gst_xvimagesink_set_xwindow_id),
4404 (gst_xvimagesink_colorbalance_set_value),
4405 (gst_xvimagesink_colorbalance_get_value),
4406 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4407 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
4408 correct colorbalance properties. They can now be set when the element
4409 is still in NULL state. The values will be committed to the Xv Port
4410 when xcontext is initialized.
4411 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
4412 brightness int values in the GstXvImagesink structure.
4414 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
4416 * gst-libs/gst/Makefile.am:
4417 restructure so having local patches works easier.
4419 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
4421 * ext/mpeg2enc/Makefile.am:
4422 * ext/mpeg2enc/gstmpeg2enc.cc:
4423 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4424 Bugfix with respect to EOS handling.
4426 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
4428 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
4429 Link with right caps (else, it segfaults).
4430 * ext/mplex/gstmplexjob.cc:
4431 Fix for slight API change in 1.6.1.93 release of mjpegtools.
4433 2004-01-15 David Schleef <ds@schleef.org>
4435 * gst-libs/gst/audio/Makefile.am:
4436 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
4438 * gst-libs/gst/audio/gstaudiofilter.c:
4439 * gst-libs/gst/audio/gstaudiofilter.h:
4440 Add bytes_per_sample and size and n_samples calculation.
4441 * gst-libs/gst/audio/gstaudiofilterexample.c:
4442 Remove, now autogenerated.
4443 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4444 Moved from gstaudiofilterexample, object name changed, code added
4445 so that it actually works.
4446 * gst-libs/gst/audio/make_filter:
4447 Script to build an audiofilter subclass from the template.
4448 * gst/colorspace/Makefile.am:
4449 * gst/colorspace/yuv2yuv.c:
4450 Remove file, since it's GPL, and we don't use it.
4452 2004-01-15 Julien MOUTTE <julien@moutte.net>
4454 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
4455 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
4456 them use the buffer free function to test how the buffer was allocated.
4458 2004-01-15 David Schleef <ds@schleef.org>
4460 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
4461 that handles osssink fallback.
4462 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4463 (gst_audio_convert_getcaps):
4464 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
4465 Add audio/x-qdm2 for QDM2 audio.
4466 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4467 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
4468 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
4469 Decrease minimum size to 16x16.
4470 * gst/wavparse/gstwavparse.c:
4471 Convert disabled pad template caps to new caps.
4472 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4473 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4474 (gst_xvimagesink_chain): Throw element error when display cannot
4475 be opened. Increase minimum framerate to 1.0. Check the data
4476 free function on a buffer to make sure it is the type we expect
4477 before manipulating it.
4479 2004-01-15 Julien MOUTTE <julien@moutte.net>
4481 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
4482 (gst_videobalance_colorbalance_set_value): Implement passthru if
4483 settings are in the middle.
4484 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
4486 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
4488 * gst/videofilter/Makefile.am:
4489 * gst/volume/Makefile.am:
4490 Since we use videofilter symbols, link to it.
4492 2004-01-15 Julien MOUTTE <julien@moutte.net>
4494 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
4495 mixer interface type to HARDWARE.
4496 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
4498 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
4499 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
4500 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4501 (gst_volume_interface_init), (gst_volume_list_tracks),
4502 (gst_volume_set_volume), (gst_volume_get_volume),
4503 (gst_volume_set_mute), (gst_volume_mixer_init),
4504 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
4505 (volume_init): Implementing mixer interface.
4506 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
4507 * sys/oss/gstosselement.c: (gst_osselement_get_type),
4508 (gst_osselement_change_state): Removing some trailing commas in
4510 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
4511 interface type to HARDWARE.
4512 * sys/v4l/gstv4lcolorbalance.c:
4513 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
4515 * sys/v4l2/gstv4l2colorbalance.c:
4516 (gst_v4l2_color_balance_interface_init): Setting colorbalance
4517 interface type to HARDWARE.
4518 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
4519 same code than ximagesink for event handling.
4521 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
4523 * ext/snapshot/Makefile.am:
4524 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
4525 (gst_snapshot_chain):
4526 * ext/snapshot/gstsnapshot.h:
4527 This has to be a joke... Snapshot should be connected to a tee,
4528 colorspace element before it and EOS after that, where the other
4529 src of the tee receives normal data.
4530 The current way is *wrong*.
4532 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
4534 * ext/hermes/gsthermescolorspace.c:
4535 Fix another compile error. Same as below.
4537 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
4539 * gst/colorspace/gstcolorspace.c:
4540 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
4541 (gst_colorspace_i420_to_yv12):
4542 Fix compiling... Didn't test if it actually works.
4544 2004-01-15 David Schleef <ds@schleef.org>
4547 * gst/colorspace/Makefile.am:
4548 * gst/colorspace/gstcolorspace.c:
4549 * gst/colorspace/gstcolorspace.h:
4550 * gst/colorspace/yuv2rgb.c:
4551 * gst/colorspace/yuv2rgb.h:
4552 Duplicate the ext/hermes colorspace plugin, and remove Hermes
4553 code and GPL code. Fix for new caps negotiation. Rewrite
4554 much of the format handling code, and some of the conversion
4555 code. Basically, rewrote almost everything. This element
4556 handles I420, YV12 to RGB conversions.
4557 * ext/hermes/Makefile.am:
4558 * ext/hermes/gsthermescolorspace.c:
4559 Rename colorspace to hermescolorspace. Fix negotiation issues.
4560 Remove non-Hermes related code. This element handles lots of
4561 RGB to RGB conversions, but no YUV.
4562 * ext/hermes/gstcolorspace.c:
4563 * ext/hermes/gstcolorspace.h:
4564 * ext/hermes/rgb2yuv.c:
4565 * ext/hermes/yuv2rgb.c:
4566 * ext/hermes/yuv2rgb.h:
4567 * ext/hermes/yuv2rgb_mmx16.s:
4568 * ext/hermes/yuv2yuv.c:
4569 * ext/hermes/yuv2yuv.h:
4572 2004-01-14 Colin Walters <walters@verbum.org>
4574 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
4575 they've already been.
4577 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
4579 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
4580 assume tag mode when pad is not connected
4582 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
4584 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4585 Don't update the time of the clock
4586 (gst_alsa_sink_loop):
4587 sync to the clock given to alsasink, not the own clock
4588 * sys/oss/gstosssink.c: (gst_osssink_chain):
4590 (gst_osssink_change_state):
4592 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
4593 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
4594 remove bogus code that made DISCONT events unhandled
4595 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
4596 explicitly case to double in _set_simple. (fixes 2nd warning in bug
4598 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
4599 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
4600 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
4601 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
4602 2nd warning in bug #131502)
4604 2004-01-14 Julien MOUTTE <julien@moutte.net>
4606 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
4607 (gst_videobalance_colorbalance_set_value),
4608 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
4609 for colorbalance interface implementation.
4610 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4611 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4612 (gst_ximagesink_dispose), (gst_ximagesink_init),
4613 (gst_ximagesink_class_init): Adding DISPLAY property.
4614 * sys/ximage/ximagesink.h: Adding display_name to store display.
4615 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4616 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4617 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
4618 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
4619 properties (they still need polishing though for gst-launch use : no
4620 xcontext yet, i ll do that tomorrow).
4621 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
4623 2004-01-14 Julien MOUTTE <julien@moutte.net>
4625 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
4626 (gst_play_set_location), (gst_play_set_visualization): Preparing
4627 switch integration, adding videobalance in the pipeline.
4629 2004-01-14 Julien MOUTTE <julien@moutte.net>
4631 * gst-libs/gst/colorbalance/colorbalance.c:
4632 (gst_color_balance_class_init): Adding a default type.
4633 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
4635 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
4636 (gst_videobalance_dispose), (gst_videobalance_class_init),
4637 (gst_videobalance_init), (gst_videobalance_interface_supported),
4638 (gst_videobalance_interface_init),
4639 (gst_videobalance_colorbalance_list_channels),
4640 (gst_videobalance_colorbalance_set_value),
4641 (gst_videobalance_colorbalance_get_value),
4642 (gst_videobalance_colorbalance_init): Implementing colorbalance
4644 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
4646 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
4647 bug which was triggering a BadAccess X error when setting an overlay
4648 before pad was really negotiated.
4649 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
4650 Using the colorbalance type macro.
4652 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
4654 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
4655 (gst_flacenc_chain):
4656 handle tags correctly
4657 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4658 extract ID3v1 tags correctly
4660 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
4662 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
4664 Improve matroska typefinding for odd-typed headers...
4666 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
4668 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
4669 Fix for using incremental number on padnames.
4671 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
4673 * ext/divx/gstdivxdec.c:
4674 * ext/divx/gstdivxenc.c:
4675 Set category to divx4linux instead of divx (too generic).
4676 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
4677 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
4678 (gst_wavparse_loop), (gst_wavparse_change_state):
4679 * gst/wavparse/gstwavparse.h:
4680 fix parsing of WAV files with non-standard fmt-tag size and fix
4681 skipping of unrecognized chunks... Someone please fix this thing
4682 to use rifflib so all this is automated.
4683 * sys/v4l/Makefile.am:
4684 * sys/v4l2/Makefile.am:
4685 Add X_CFLAGS because we depend on X (for overlay).
4687 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
4689 * ext/mpeg2dec/gstmpeg2dec.c:
4690 Don't issue a timestamp unless we tagged the frame
4693 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
4695 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
4696 Query the audio element to get the time, not the clock. We're
4697 interested in the element's time here.
4699 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
4701 * ext/aalib/gstaasink.c: (gst_aasink_chain):
4702 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4703 * ext/esd/esdsink.c: (gst_esdsink_chain):
4704 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
4705 * ext/mas/massink.c: (gst_massink_chain):
4706 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
4707 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
4708 (gst_matroska_demux_parse_metadata):
4709 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
4710 (gst_mpeg_parse_release_locks):
4711 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
4712 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
4713 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
4714 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
4715 (gst_osssink_change_state):
4716 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
4717 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
4718 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
4719 (gst_xvideosink_release_locks):
4720 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
4722 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
4723 (gst_alsa_clock_stop):
4724 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
4725 (gst_audio_clock_get_internal_time):
4726 simplify for use with new clocking code.
4727 * testsuite/alsa/Makefile.am:
4728 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
4729 fix testsuite for new caps system
4731 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
4733 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
4734 * ext/flac/gstflacenc.c: (add_one_tag):
4735 length is already host endian, no need to convert. Fixes playback of
4736 tagged files on PPC. (bug #128384)
4738 2004-01-13 Julien MOUTTE <julien@moutte.net>
4740 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
4741 colorbalance interface stating if it is hardware based or software
4743 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
4744 Removing a trailing comma.
4745 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4746 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
4747 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
4748 the documentation seems to be wrong on the -1000 to 1000 interval.
4750 2004-01-12 David Schleef <ds@schleef.org>
4752 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
4753 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
4754 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
4755 Fix negotiation. Add a bufferalloc function for the sink pad,
4756 and generally clean up some of the code.
4758 2004-01-12 Julien MOUTTE <julien@moutte.net>
4760 * gst-libs/gst/colorbalance/colorbalancechannel.c:
4761 (gst_color_balance_channel_dispose): Adding safety check in dispose
4763 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4764 (gst_xvimagesink_xcontext_clear),
4765 (gst_xvimagesink_interface_supported),
4766 (gst_xvimagesink_colorbalance_list_channels),
4767 (gst_xvimagesink_colorbalance_set_value),
4768 (gst_xvimagesink_colorbalance_get_value),
4769 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
4770 Adding colorbalance interface support to set XV parameters such as
4771 HUE, BRIGHTNESS, CONTRAST, SATURATION.
4772 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
4775 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
4777 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
4778 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
4779 (gst_audio_convert_init), (gst_audio_convert_set_property),
4780 (gst_audio_convert_get_property), (gst_audio_convert_chain),
4781 (gst_audio_convert_link),
4782 (gst_audio_convert_buffer_to_default_format),
4783 (gst_audio_convert_buffer_from_default_format), (plugin_init):
4784 - implement _getcaps and use it
4786 - remove float caps since no float conversion is actually done
4787 - remove properties and arguments that were to be used for rate
4790 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
4792 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
4793 (gst_audio_structure_set_int):
4794 * gst-libs/gst/audio/audio.h:
4795 add helper functions for _getcaps matching the standard audio
4798 2004-01-12 David Schleef <ds@schleef.org>
4800 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4801 Test that pad is negotiated before getting its caps.
4803 2004-01-12 Julien MOUTTE <julien@moutte.net>
4805 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
4806 analyzing the pads of an element the bin is mostly in READY state so
4807 no caps were negotiated. This helper function needs to work with
4808 _get_caps directly then. I was not freeing them though, added that to
4811 2004-01-12 Julien MOUTTE <julien@moutte.net>
4813 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
4814 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
4815 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
4818 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
4820 * sys/oss/gstossaudio.c: (plugin_init):
4821 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
4822 * sys/oss/gstosselement.h:
4823 make an oss debugging category
4824 make failure more descriptive
4826 2004-01-11 David Schleef <ds@schleef.org>
4828 * ext/ffmpeg/gstffmpeg.c:
4829 * ext/ffmpeg/gstffmpegcodecmap.c:
4830 * ext/ffmpeg/gstffmpegdec.c:
4831 * ext/ffmpeg/gstffmpegenc.c:
4832 * ext/ffmpeg/gstffmpegprotocol.c:
4833 * ext/gdk_pixbuf/gstgdkanimation.c:
4834 * ext/jpeg/gstjpeg.c:
4835 * ext/libpng/gstpng.c:
4836 * ext/mpeg2dec/perftest.c:
4837 * ext/speex/gstspeex.c:
4838 * gst-libs/gst/resample/dtos.c:
4839 * gst/intfloat/gstintfloatconvert.c:
4840 * gst/oneton/gstoneton.c:
4841 * gst/rtjpeg/RTjpeg.c:
4843 * sys/dxr3/dxr3init.c:
4844 * sys/glsink/gstgl_nvimage.c:
4845 * sys/glsink/gstgl_pdrimage.c:
4846 * sys/glsink/gstglsink.c:
4847 * testsuite/gst-lint:
4848 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
4850 2004-01-11 David Schleef <ds@schleef.org>
4852 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
4853 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
4854 * ext/gdk_pixbuf/gstgdkanimation.c:
4855 (gst_gdk_animation_iter_create_pixbuf):
4856 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
4857 (gst_gdk_pixbuf_chain):
4858 * ext/gdk_pixbuf/gstgdkpixbuf.h:
4859 * ext/jack/gstjack.c: (gst_jack_change_state):
4860 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
4861 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
4862 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
4863 * gst/videofilter/gstvideofilter.c:
4864 (gst_videofilter_set_output_size):
4865 Remove all usage of gst_pad_get_caps(), and replace it with
4866 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
4868 2004-01-11 David Schleef <ds@schleef.org>
4871 * ext/Makefile.am: Fixes to make ext/libcaca compile.
4872 * ext/divx/gstdivxdec.c:
4873 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
4874 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
4875 handle images that span multiple buffers. Now work with both
4876 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
4877 * ext/gdk_pixbuf/gstgdkpixbuf.h:
4878 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
4879 video/video.h changes
4880 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
4881 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
4882 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
4883 of GstData free function.
4884 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
4887 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
4889 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
4890 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
4891 (gst_v4l2element_get_property):
4892 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
4893 add norm, channel and frequency properties.
4894 * sys/v4l2/gstv4l2tuner.c:
4895 fixes for tuner interface changes
4896 * sys/v4l2/gstv4l2element.h:
4897 * sys/v4l2/gstv4l2src.c:
4898 * sys/v4l2/gstv4l2src.h:
4899 * sys/v4l2/v4l2src_calls.c:
4900 * sys/v4l2/v4l2src_calls.h:
4901 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
4903 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
4905 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
4906 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
4907 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
4908 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
4909 * gst-libs/gst/tuner/tuner.h:
4910 GObjects aren't const.
4911 Add find_by_name functions.
4912 Add checks to _changed functions.
4913 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
4914 (gst_v4l_tuner_get_norm):
4917 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
4919 * gst-libs/gst/video/video.h:
4920 Fix caps template names to be understandable.
4921 Prefix everything with GST_VIDEO.
4922 * ext/aalib/gstaasink.c:
4923 * ext/divx/gstdivxdec.c:
4924 * ext/divx/gstdivxenc.c:
4925 * ext/gdk_pixbuf/gstgdkpixbuf.c:
4926 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
4927 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
4928 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
4929 * ext/libcaca/gstcacasink.c:
4930 * ext/libpng/gstpngenc.c: (raw_caps_factory):
4931 * ext/snapshot/gstsnapshot.c:
4932 * ext/swfdec/gstswfdec.c:
4933 * ext/xvid/gstxviddec.c:
4934 * ext/xvid/gstxvidenc.c:
4935 * gst/chart/gstchart.c:
4936 * gst/deinterlace/gstdeinterlace.c:
4937 * gst/effectv/gsteffectv.c:
4938 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
4939 * gst/goom/gstgoom.c:
4940 * gst/median/gstmedian.c:
4941 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
4942 (gst_monoscope_srcconnect), (gst_monoscope_chain):
4943 * gst/overlay/gstoverlay.c:
4944 * gst/smooth/gstsmooth.c:
4945 * gst/smpte/gstsmpte.c:
4946 * gst/synaesthesia/gstsynaesthesia.c:
4947 * gst/videocrop/gstvideocrop.c:
4948 * gst/videodrop/gstvideodrop.c:
4949 * gst/y4m/gsty4mencode.c:
4950 * sys/qcam/gstqcamsrc.c:
4951 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
4952 Make them work with new video.h file.
4953 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
4954 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
4955 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
4956 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
4957 Make it work with new buffer allocation system.
4959 2004-01-11 Julien MOUTTE <julien@moutte.net>
4961 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
4962 pad_alloc_buffer implementation to use ->srcpad
4963 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
4964 pad_alloc_buffer implementation to use ->srcpad
4965 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
4966 pad_alloc_buffer implementation to use ->srcpad
4967 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4968 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
4969 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
4970 a reference to everything we need.
4971 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
4972 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4973 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
4974 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
4975 a reference to everything we need.
4976 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
4978 2004-01-11 David Schleef <ds@schleef.org>
4980 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
4981 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
4982 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
4984 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
4985 value during a resize/renegotiation.
4986 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
4987 gst_pad_alloc_buffer();
4988 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
4989 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
4991 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
4992 Fix for rename of buffer private structure members.
4993 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
4994 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
4995 Fix for rename of buffer private structure members.
4996 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
4997 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
4998 Fix for rename of buffer private structure members.
5000 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
5002 reviewed by: David Schleef <ds@schleef.org>
5004 * gst/videofilter/Makefile.am:
5005 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
5006 from the patch by ds to fit in with recent make_filter changes.
5008 2004-01-11 Julien MOUTTE <julien@moutte.net>
5010 * configure.ac: Adding examples/switch/Makefile
5011 * examples/Makefile.am: Adding examples/switch
5012 * examples/switch/Makefile.am: Adding switcher example.
5013 * examples/switch/switcher.c: (got_eos), (idle_iterate),
5014 (switch_timer), (main): Adding an example demonstrating switch usage
5015 with 2 videotestsrc showing different patterns.
5016 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
5017 (gst_switch_init): Fixing switch with the new caps system.
5019 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
5021 * gst-libs/gst/video/video.h:
5022 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
5023 They should probably be like
5024 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
5026 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
5028 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5029 (qtdemux_parse_trak):
5030 fix audio chunk size/timestamp calculation
5032 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
5034 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
5037 2004-01-11 Steve Baker <steve@stevebaker.org>
5039 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
5040 (gst_agingtv_base_init), (gst_agingtv_class_init),
5041 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
5042 (gst_agingtv_set_property), (gst_agingtv_get_property):
5043 Port agingTV to videofilter
5045 2004-01-09 Julien MOUTTE <julien@moutte.net>
5047 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
5048 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
5050 2004-01-09 Julien MOUTTE <julien@moutte.net>
5052 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
5053 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
5054 * gst-libs/gst/xoverlay/xoverlay.c:
5055 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
5056 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
5057 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
5058 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
5059 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
5060 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5061 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
5062 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
5063 the bufferalloc_function to replace bufferpools, fixing the XOverlay
5064 interface implementation to handle xid being 0 and fix some bugs
5065 triggered by Benjamin's testcase.
5066 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5067 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5068 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
5069 the bufferalloc_function to replace bufferpools, fixing the XOverlay
5070 interface implementation to handle xid being 0 and fix some bugs
5071 triggered by Benjamin's testcase.
5073 2004-01-09 David Schleef <ds@schleef.org>
5075 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
5076 mouse pointer events. It works.
5078 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
5080 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
5081 Use explicit caps - fix capsnego.
5082 * ext/xvid/gstxviddec.c:
5083 * ext/xvid/gstxvidenc.c:
5084 Remove macro-inside-macro which caused compile errors.
5085 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
5086 Error out if it's not a RIFF file. Else we error out without
5087 gst_element_error() which is not good...
5089 2004-01-08 David Schleef <ds@schleef.org>
5091 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
5092 Fix pad_link function to handle formats that ffmpeg returns
5093 as multiple caps structures.
5094 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
5095 Only complain if source buffer is _smaller_ than expected.
5096 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
5097 (gst_videoscale_handle_src_event): Resize navigation events
5098 when passing them upstream.
5099 * gst/videotestsrc/gstvideotestsrc.c:
5100 * gst/videotestsrc/gstvideotestsrc.h:
5101 * gst/videotestsrc/videotestsrc.c:
5102 * gst/videotestsrc/videotestsrc.h:
5103 Rewrite many of the buffer painting functions to handle odd
5104 sizes (for many formats, size%4!=0 or size%8!=0). Most have
5105 been verified to work with my video card.
5106 * testsuite/gst-lint: Add check for elements calling
5107 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
5109 2004-01-08 David Schleef <ds@schleef.org>
5111 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
5112 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
5114 2004-01-08 Julien MOUTTE <julien@moutte.net>
5116 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
5117 configure event is not emiting the desired size signal. That fixes
5118 aspect ratio issues with gst-player.
5120 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
5122 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
5125 2004-01-08 Julien MOUTTE <julien@moutte.net>
5127 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
5128 public method to fire size signal.
5130 2004-01-07 Julien MOUTTE <julien@moutte.net>
5132 * examples/gstplay/Makefile.am: Adding the interface library.
5133 * gst-libs/gst/play/Makefile.am: Adding the interface library.
5134 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
5135 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
5136 GST_IS_X_OVERLAY before signal connect.
5137 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
5138 Removing the have_video_size signal.
5139 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
5140 and associated public method.
5141 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
5142 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
5144 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
5145 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
5147 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
5148 Using XOverlay public method to fire size signal.
5150 2004-01-07 David Schleef <ds@schleef.org>
5152 * gst/videofilter/Makefile.am:
5153 * gst/videofilter/gstvideotemplate.c:
5154 * gst/videofilter/make_filter:
5155 Create gstvideoexample.c in a srcdir!=builddir friendly way.
5156 Convert make_filter to /bin/sh script.
5158 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
5160 * gst/modplug/gstmodplug.cc: fix element description
5162 2004-01-07 Julien MOUTTE <julien@moutte.net>
5164 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
5165 (got_video_size): Adding some new lines in g_print calls.
5166 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5167 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
5168 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
5169 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
5170 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
5171 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
5172 Complete code review, reverting some stuff i disagree with, adding
5173 some fixes : time synchronization on invalid timestamps, renegotiation
5175 * sys/ximage/ximagesink.h:
5176 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
5177 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
5178 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5179 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
5180 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
5181 (gst_xvimagesink_buffer_new),
5182 (gst_xvimagesink_navigation_send_event),
5183 (gst_xvimagesink_set_xwindow_id),
5184 (gst_xvimagesink_get_desired_size),
5185 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
5186 stuff i disagree with, adding some fixes : Renegotiation of private
5187 window, implementing get_desired_size.
5189 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
5191 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
5192 (gst_afsink_handle_event):
5193 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
5194 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
5195 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
5196 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
5197 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
5198 Fix for instantiate-test (see core). Also remove dead code from
5199 jpegenc (which still needs fixing, but that's lower on my TODO
5201 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
5202 Never return NULL as caps.
5204 2004-01-07 David Schleef <ds@schleef.org>
5208 * ext/librfb/Makefile.am:
5209 * ext/librfb/gstrfbsrc.c:
5210 New source plugin based on librfb-0.1. RFB (remote framebuffer)
5211 is the protocol used by VNC.
5213 2004-01-07 David Schleef <ds@schleef.org>
5215 * gst/videofilter/gstvideotemplate.c:
5216 * gst/videofilter/gstvideotemplate.h:
5217 * gst/videofilter/make_filter:
5218 Merge videotemplate header into source file.
5219 * gst/effectv/Makefile.am:
5220 * gst/effectv/gsteffectv.c: (plugin_init):
5221 * gst/effectv/gstwarp.c:
5222 Make warpTV a subclass of videofilter.
5224 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
5226 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
5227 Add guard against invalid utf-8 conversions in mad. Just in case.
5229 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
5231 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
5232 Fix for bug shown by poisoning
5234 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
5236 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
5237 (gst_v4lmjpegsrc_buffer_free):
5238 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
5239 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
5240 (gst_v4lsrc_buffer_free):
5241 Fix for removed bufferpools.
5243 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
5245 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
5246 Fix caps negotiation.
5248 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
5249 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
5250 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
5252 * ext/mpeg2dec/gstmpeg2dec.c:
5253 * gst-libs/gst/navigation/navigation.c:
5254 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
5255 * gst-libs/gst/navigation/navigation.h:
5256 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
5257 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5258 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5259 Super-simple first version of mouse and keyboard events. Clicking
5260 on a DVD menu now works, although it may not take you where you
5263 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5264 * gst/videotestsrc/gstvideotestsrc.c:
5265 (gst_videotestsrc_src_fixate):
5266 These fixate functions were broken - they never actually
5269 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
5271 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
5272 (gst_icecastsend_init):
5273 fix for new caps system.
5274 * gst-libs/gst/mixer/mixertrack.h:
5275 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
5276 Add 'master track' flag (for tools like ACME that only want to
5277 change the main volume).
5279 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
5281 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
5282 (gst_xvid_csp_to_caps):
5283 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
5284 * ext/xvid/gstxvidenc.c:
5285 ifdef out ARGB type when it isn't available
5286 in xvidcore 1.0.0beta2
5288 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
5290 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
5291 When we have received a new SCR right in the first buffer after
5292 a seek (so in the same cycle that handles the discont), we should
5293 handle the buffer instead of unreffing it, else we lose data.
5295 2004-01-06 Iain <iain@prettypeople.org>
5297 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
5298 buffer-frames caps too.
5300 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
5301 caps that we need, don't destroy them all and rebuild them. And when
5302 creating src pads, use the src pad template rather than the sink...
5304 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
5306 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
5307 Add pad to element *after* setting functions such as event handler.
5308 Without this, the scheduler (opt) will link pads, set the event
5309 handler from the default event function (dispatcher in gstpad.c)
5310 and *after* that, we will set our own event function, which will
5311 thus never be used (and thus mpegdemux doesn't handle events).
5313 2004-01-04 David Schleef <ds@schleef.org>
5315 Fix the fixate functions to handle new prototype:
5316 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5317 * gst/videotestsrc/gstvideotestsrc.c:
5318 (gst_videotestsrc_src_fixate):
5319 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
5320 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
5321 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
5323 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
5325 * sys/ximage/ximagesink.h:
5326 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5327 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
5328 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
5329 (gst_ximagesink_xoverlay_init):
5330 assorted fixes to make (re)embedding work
5331 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
5332 (gst_ximagesink_get_desired_size):
5333 implement desired size additions to XOverlay
5335 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
5337 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
5338 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
5339 (gst_x_overlay_got_desired_size):
5340 * gst-libs/gst/xoverlay/xoverlay.h:
5341 Add optional "desired size" signal and querying.
5343 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
5345 * gst/matroska/matroska-demux.c:
5346 (gst_matroska_demux_parse_blockgroup):
5347 Fix EBML-laced block parsing. Diffs are relative to previous
5348 lace, not the first lace. Thanks to Mosu from the Matroska
5349 team for detecting this.
5350 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
5351 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
5352 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
5353 (gst_wavparse_change_state):
5354 * gst/wavparse/gstwavparse.h:
5355 Quickfix for capsnego.
5357 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
5359 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
5360 Fix indenting, fix pad creation.
5362 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
5364 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
5365 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
5366 (gst_xviddec_sink_link):
5367 Implement src_getcaps() so proper size caps is negotiated.
5369 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
5371 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
5372 Finish flac decoder on EOS. See #116178.
5374 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
5376 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
5377 (gst_matroska_demux_add_stream):
5378 * gst/matroska/matroska-ids.h:
5379 Add getcaps() function to fix capsnego...
5381 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
5383 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5384 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
5385 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
5386 Fix more integer overflows. Again, see #126967.
5388 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
5390 * ext/mpeg2dec/gstmpeg2dec.c:
5391 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
5394 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
5397 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
5398 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
5399 * ext/xvid/gstxvid.h:
5400 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
5401 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
5402 (gst_xviddec_src_link), (gst_xviddec_sink_link),
5403 (gst_xviddec_change_state):
5404 * ext/xvid/gstxviddec.h:
5405 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
5406 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
5407 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
5408 (gst_xvidenc_link), (gst_xvidenc_set_property),
5409 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
5410 * ext/xvid/gstxvidenc.h:
5411 Update xvid plugin to latest xvid (1.0.0-beta3) API.
5413 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
5415 * gst/rtp/rtp-packet.c:
5416 Add sys/types.h include, since OS X doesn't define in_addr_t
5417 in netinet/in.h, like it does on Linux (see #129600).
5419 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
5421 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5423 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
5424 Correct logic of dispose function (see #129306).
5426 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
5428 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
5429 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
5430 (gst_mpeg_parse_init):
5431 * gst/mpegstream/gstmpegparse.h:
5432 Remove clock (which was never provided, i.e. dead code), and
5433 also fix integer overflows at high PTS values (see #126967).
5435 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
5437 * ext/flac/gstflacdec.c:
5438 * ext/libpng/gstpngenc.h:
5439 * ext/mikmod/gstmikmod.h:
5440 OS X fixes (see #126628).
5442 2004-01-02 David Schleef <ds@schleef.org>
5444 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
5445 (gst_alsa_src_base_init): Remove bogus "src" request pad.
5446 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
5447 (gst_mpeg_parse_class_init): Move pad template registration
5448 to class_init, since the derived class (mpegdemux) doesn't
5451 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
5453 * sys/ximage/Makefile.am:
5454 * sys/xvideo/Makefile.am:
5455 * sys/xvimage/Makefile.am:
5456 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
5457 after installation (see #127664).
5459 2004-01-02 David Schleef <ds@schleef.org>
5461 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
5462 (gst_ffmpegenc_connect): Negotiation fixes.
5463 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
5464 Remove inappropriate gst_caps_free().
5465 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
5466 Reenable Ronald's internal resize code, since the core handles
5469 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
5471 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5472 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5473 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
5474 Fix pad template stuff.
5476 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
5478 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
5479 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
5480 fix signed integer reading/writing.
5482 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
5485 Remove outdated document
5487 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
5489 * gst/cutter/gstcutter.c: (gst_cutter_init):
5490 src pad was being created twice - oops.
5492 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
5494 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
5495 Comment out internal resize. It doesn't handle the resulting
5496 XEvent internally, does another try_set_caps() which leads to
5498 Real fix will come when Julien and Dave are awake. ;).
5500 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
5502 * ext/mpeg2enc/gstmpeg2enc.cc:
5503 fix const/nonconst compile issue.
5505 2004-01-02 David Schleef <ds@schleef.org>
5507 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
5508 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
5509 Add fixate function and a check for bad formats.
5511 2004-01-01 David Schleef <ds@schleef.org>
5514 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5515 (gst_audiofilter_init):
5516 * gst/debug/efence.c: (gst_efence_init):
5517 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
5518 (gst_deinterlace_init):
5519 * gst/volume/gstvolume.c: (volume_connect):
5521 2004-01-01 David Schleef <ds@schleef.org>
5523 Convert elements to use gst_pad_use_explicit_caps() where
5525 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
5526 * ext/audiofile/gstafparse.c: (gst_afparse_init),
5527 (gst_afparse_open_file):
5528 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
5529 (gst_afsrc_open_file):
5530 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
5531 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
5532 (gst_ffmpegdec_chain):
5533 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
5534 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
5535 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
5536 (gst_gdk_pixbuf_chain):
5537 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
5538 (gst_jpegdec_chain):
5539 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
5540 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
5541 (gst_mikmod_negotiate):
5542 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
5543 (gst_mpeg2dec_negotiate_format):
5544 * ext/mpeg2enc/gstmpeg2enc.cc:
5545 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5546 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
5547 (gst_speexdec_sinkconnect):
5548 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
5549 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
5550 (gst_vorbisfile_new_link):
5551 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
5552 (gst_ac3parse_chain):
5553 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
5554 (gst_asf_demux_setup_pad):
5555 * gst/auparse/gstauparse.c: (gst_auparse_init),
5556 (gst_auparse_chain):
5557 * gst/id3/gstid3types.c: (gst_id3types_loop):
5558 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
5559 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
5560 (mp1videoparse_parse_seq):
5561 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
5563 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5564 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
5565 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
5566 (gst_mpeg_parse_send_data):
5567 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5568 (gst_qtdemux_add_stream):
5569 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
5570 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
5571 (gst_wavparse_parse_fmt):
5573 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
5576 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
5577 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
5578 it therefore uses the wrong include paths. Too bad... Note
5579 that 1.6.1.93 is not release yet. ;).
5580 Also add a check for mplex, which is now using the lib'ified
5581 mplex from mjpegtools, too.
5582 * ext/ffmpeg/gstffmpegcodecmap.c:
5583 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
5584 issues. I don't think ffmpeg handles 3ivx correctly, so this
5585 probably won't work. But it won't hurt either.
5586 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
5587 (gst_ffmpegdec_chain):
5588 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
5589 (gst_ffmpegenc_chain_audio):
5590 Fix memleak in audio encoding. Close codec if open fails, this
5591 calls the cleanup routines so we can re-use the context.
5592 * ext/mpeg2enc/gstmpeg2enc.cc:
5593 Fix pad template names/types, fix memory issue with getcaps().
5594 * ext/mpeg2enc/gstmpeg2encoder.cc:
5595 * ext/mpeg2enc/gstmpeg2encoder.hh:
5596 Fix compile issue with new caps system (const thingy).
5597 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5598 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5599 We read a first frame right on initing, so that we have a caps
5600 when we init the output. This caps is cached in padprivate and
5601 read as first frame.
5602 * ext/mplex/Makefile.am:
5603 * ext/mplex/gstmplex.cc:
5604 * ext/mplex/gstmplex.h:
5605 * ext/mplex/gstmplex.hh:
5606 * ext/mplex/gstmplexibitstream.cc:
5607 * ext/mplex/gstmplexibitstream.hh:
5608 * ext/mplex/gstmplexjob.cc:
5609 * ext/mplex/gstmplexjob.hh:
5610 * ext/mplex/gstmplexoutputstream.cc:
5611 * ext/mplex/gstmplexoutputstream.hh:
5612 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
5613 had issues, didn't do capsnego, supported only a subset of the
5614 mplex features and required a mplex fork in our local CVS. Plus
5615 that it worked agaist a very old mplex version. Rewriting was
5616 faster than updating it.
5617 * gst-libs/ext/Makefile.am:
5618 * gst-libs/ext/mplex/INSTRUCT:
5619 * gst-libs/ext/mplex/Makefile.am:
5620 * gst-libs/ext/mplex/README:
5621 * gst-libs/ext/mplex/TODO:
5622 * gst-libs/ext/mplex/ac3strm_in.cc:
5623 * gst-libs/ext/mplex/audiostrm.hh:
5624 * gst-libs/ext/mplex/audiostrm_out.cc:
5625 * gst-libs/ext/mplex/aunit.hh:
5626 * gst-libs/ext/mplex/bits.cc:
5627 * gst-libs/ext/mplex/bits.hh:
5628 * gst-libs/ext/mplex/buffer.cc:
5629 * gst-libs/ext/mplex/buffer.hh:
5630 * gst-libs/ext/mplex/fastintfns.h:
5631 * gst-libs/ext/mplex/format_codes.h:
5632 * gst-libs/ext/mplex/inputstrm.cc:
5633 * gst-libs/ext/mplex/inputstrm.hh:
5634 * gst-libs/ext/mplex/lpcmstrm_in.cc:
5635 * gst-libs/ext/mplex/mjpeg_logging.cc:
5636 * gst-libs/ext/mplex/mjpeg_logging.h:
5637 * gst-libs/ext/mplex/mjpeg_types.h:
5638 * gst-libs/ext/mplex/mpastrm_in.cc:
5639 * gst-libs/ext/mplex/mpegconsts.cc:
5640 * gst-libs/ext/mplex/mpegconsts.h:
5641 * gst-libs/ext/mplex/mplexconsts.hh:
5642 * gst-libs/ext/mplex/multplex.cc:
5643 * gst-libs/ext/mplex/outputstream.hh:
5644 * gst-libs/ext/mplex/padstrm.cc:
5645 * gst-libs/ext/mplex/padstrm.hh:
5646 * gst-libs/ext/mplex/stillsstream.cc:
5647 * gst-libs/ext/mplex/stillsstream.hh:
5648 * gst-libs/ext/mplex/systems.cc:
5649 * gst-libs/ext/mplex/systems.hh:
5650 * gst-libs/ext/mplex/vector.cc:
5651 * gst-libs/ext/mplex/vector.hh:
5652 * gst-libs/ext/mplex/videostrm.hh:
5653 * gst-libs/ext/mplex/videostrm_in.cc:
5654 * gst-libs/ext/mplex/videostrm_out.cc:
5655 * gst-libs/ext/mplex/yuv4mpeg.cc:
5656 * gst-libs/ext/mplex/yuv4mpeg.h:
5657 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
5658 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
5659 We don't fork mjpegtools' mplex in our CVS anymore.
5660 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
5661 (gst_avi_demux_add_stream):
5662 * gst/avi/gstavidemux.h:
5663 Add getcaps() function for proper caps nego. This makes some
5664 parts of AVI playback/reading work.
5665 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
5666 Resize window on new capsnego. This is probably wrong, but
5667 I'm still committing it because with current capsnego, the
5668 first successfull capsnego is auto-fixated, therefore rounded
5669 down to the lowest values in the caps. this results in a 16x16
5670 XWindow that is not reized when real capsnego finishes.
5671 Dave, I see more cases of this, do you know a proper solution?
5672 * tools/gst-launch-ext.in:
5673 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
5675 2003-12-31 David Schleef <ds@schleef.org>
5677 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
5678 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
5679 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
5681 2003-12-30 David Schleef <ds@schleef.org>
5683 * ext/ffmpeg/gstffmpegcolorspace.c:
5684 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5685 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
5686 (gst_ffmpegcsp_chain): Negotiation fixes
5687 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
5688 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5689 (gst_audio_convert_link), (gst_audio_convert_channels):
5690 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
5691 (gst_audioscale_link), (gst_audioscale_get_buffer),
5692 (gst_audioscale_chain): Negotiation fixes
5693 * gst/audioscale/gstaudioscale.h:
5694 * gst/videofilter/gstvideofilter.c:
5695 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
5696 (gst_videofilter_link), (gst_videofilter_init),
5697 (gst_videofilter_set_output_size), (gst_videofilter_setup),
5698 (gst_videofilter_find_format_by_structure):
5699 * gst/videofilter/gstvideofilter.h: Negotiation fixes
5700 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
5701 (gst_videoscale_link):
5702 * gst/videoscale/videoscale.c: (videoscale_get_structure),
5703 (videoscale_find_by_structure), (gst_videoscale_setup):
5704 * gst/videoscale/videoscale.h: Negotiation fixes
5705 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
5706 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
5707 function, restrict resizing to a multiple of 4 (hack until
5708 everyone supports odd sizes correctly).
5710 2003-12-29 Colin Walters <walters@verbum.org>
5712 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
5715 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
5717 * ext/sndfile/gstsf.c: (gst_sf_loop):
5718 Fix warning about discarding const qualifier
5720 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
5722 * gst/cutter/gstcutter.c:
5723 * gst/videoscale/gstvideoscale.c:
5724 * gst/volenv/gstvolenv.c:
5725 * gst-libs/gst/audio/audio.c:
5726 * gst-libs/gst/video/video.c:
5729 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
5731 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
5732 Don't send ALSA debugging to stderr.
5733 * ext/alsa/gstalsa.h:
5734 Use GST_WARNING instead of g_warning when ALSA functions fail.
5736 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
5738 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5739 Free XVAdapterInfo correctly.
5741 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
5743 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
5744 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
5745 Make id3tag use correct caps nego.
5747 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
5749 * ext/ivorbis/vorbis.c:
5750 * ext/ivorbis/vorbisenc.h:
5751 * ext/ivorbis/vorbisfile.c:
5752 Modify so that it uses the new caps things
5754 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
5756 * testsuite/spider/spider1.c: (main):
5757 * testsuite/spider/spider2.c: (main):
5758 * testsuite/spider/spider3.c: (main):
5759 Make tests compile again. They probably don't work.
5761 2003-12-24 Colin Walters <walters@verbum.org>
5763 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
5764 we can't fixate the caps anymore.
5766 2003-12-23 David Schleef <ds@schleef.org>
5768 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
5769 * sys/oss/gstosssink.c: (gst_osssink_init),
5770 (gst_osssink_sink_fixate): Add fixate function.
5772 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
5774 * ext/ffmpeg/gstffmpegcodecmap.c:
5775 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
5776 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
5777 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
5778 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
5779 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
5780 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
5781 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
5782 fix typo in RGB masks, and move back to "old" colorspace
5783 capsnego code until whoever wrote this new crap has actually
5784 tested it so that it works.
5785 And yes, this works, keep it that way please.
5787 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
5789 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
5790 (gst_divxdec_init), (gst_divxdec_negotiate):
5791 * ext/divx/gstdivxdec.h:
5792 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
5794 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
5795 (gst_faac_sinkconnect), (gst_faac_srcconnect):
5796 * ext/mpeg2enc/gstmpeg2enc.cc:
5797 * ext/mpeg2enc/gstmpeg2encoder.cc:
5798 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5799 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
5800 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
5801 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
5803 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
5804 (dxr3videosink_init):
5805 Fix caps breakage after Dave's caps branch merge.
5807 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
5809 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5810 Fix for 24bpp display.
5812 2003-12-23 Colin Walters <walters@verbum.org>
5814 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
5815 a GnomeVFSHandle directly.
5817 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
5819 * gst/volume/Makefile.am:
5820 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
5821 (volume_base_init), (volume_init):
5822 Reenable volume element and fix to work with new caps stuff.
5823 Rhythmbox needs this.
5825 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
5827 * gst/qtdemux/qtdemux.c: (plugin_init):
5828 qtdemux requires bytestream
5830 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
5832 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
5833 Fix remaining caps handling errors due to CAPS merge.
5835 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
5837 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
5838 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
5839 (gst_faad_srcconnect):
5840 Port to new caps system.
5842 2003-12-21 Julien MOUTTE <julien@moutte.net>
5844 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
5845 (got_video_size), (main): using g_print instead of g_message.
5846 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
5847 signal which was not emitted because of "switch" element added to the
5848 bin but not connected. (Removing from the bin temporarily)
5850 2003-12-21 Julien MOUTTE <julien@moutte.net>
5852 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
5853 find X development files. I don't understand the previous tests and
5854 they fail on my debian/ppc unstable. This one works.
5855 * examples/gstplay/player.c: (main): Set the pipeline to READY before
5857 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
5858 (gst_play_set_video_sink), (gst_play_set_audio_sink),
5859 (gst_play_set_visualization): Add some safety checks in set_ methods
5860 and state_change. This was throwing some ugly CRITICAL messages when
5861 pipeline was getting disposed and casts were failing.
5863 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
5866 Improve mpeg2enc detection. This is for distributions that do
5867 ship mjpegtools, but without mpeg2enc. Also does object check
5868 for might there ever be ABI incompatibility.
5869 * ext/mpeg2enc/gstmpeg2enc.cc:
5870 Add Andrew as second maintainer (he's helping me), and also add
5871 an error if no caps was set. This happens if I pull before capsnego
5872 and that's something I should solve sometime else.
5873 * gst/matroska/matroska-demux.c:
5874 (gst_matroska_demux_parse_blockgroup):
5876 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
5877 (gst_matroska_mux_track_header):
5878 Add caps to templates.
5879 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
5880 Add mpegversion=1 to prevent confusion with MPEG/AAC.
5881 * gst/mpegstream/gstmpegdemux.c:
5882 Remove layer since it causes warnings about unfixed caps.
5883 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
5884 Fix obvious typo (we error out if caps were set, we should of
5885 course error out if *no* caps were set).
5886 * sys/oss/gstosselement.c: (gst_osselement_convert):
5887 Fix format conversion, we confused bits/bytes.
5888 * sys/oss/gstosselement.h:
5889 Improve documentation for 'bps'.
5891 Remove stuff about plugins that need removing - this was done
5893 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
5894 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
5895 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
5896 (gst_v4lsrc_src_query):
5897 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
5898 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
5899 Add get_query_types(), get_formats() and query() functions.
5901 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
5903 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
5904 * moved CVS to freedesktop.org