summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-03-06debug updatesThomas Vander Stichele1-0/+6
Original commit message from CVS: debug updates
2004-03-05ext/mad/: parse Xing header in vbr files, and report the parsed length as a ↵Christophe Fergeau1-0/+8
GST_TAG_DURATION tag. Original commit message from CVS: 2004-03-06 Christophe Fergeau <teuf@gnome.org> * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list): * ext/mad/gstmad.c: (gst_mad_init), (is_xhead), (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr files, and report the parsed length as a GST_TAG_DURATION tag. * gst/tags/gstid3tag.c: support TLEN (duration) tag
2004-03-05gst/audioconvert/gstaudioconvert.c: convert channels correctly. convert ↵Benjamin Otte2-0/+5
correctly to unsigned. Original commit message from CVS: * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels): convert channels correctly. convert correctly to unsigned.
2004-03-05sys/xvimage/xvimagesink.c: Check if we have a window before clearing it.Julien Moutte1-0/+5
Original commit message from CVS: 2004-03-05 Julien MOUTTE <julien@moutte.net> * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if we have a window before clearing it.
2004-03-05sys/ximage/ximagesink.c: Check if we have a window before clearing it.Julien Moutte1-0/+5
Original commit message from CVS: 2004-03-05 Julien MOUTTE <julien@moutte.net> * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we have a window before clearing it.
2004-03-05fix gconf install pathThomas Vander Stichele6-14/+21
Original commit message from CVS: fix gconf install path
2004-03-05gst/qtdemux/qtdemux.c: Add prototype code for handling seeking and querying.David Schleef2-0/+195
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats), (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types), (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream): Add prototype code for handling seeking and querying.
2004-03-05examples/gstplay/player.c: Initialize variables to NULL. Prevents a segfault ↵Ronald S. Bultje2-1/+8
because the (uninitialized) variable is ... Original commit message from CVS: * examples/gstplay/player.c: (main): Initialize variables to NULL. Prevents a segfault because the (uninitialized) variable is not NULL, resulting in a crash on trying to reach error->message.
2004-03-04gst/audioconvert/gstaudioconvert.c: make float=>int conversion work ↵Benjamin Otte1-1/+8
correctly even in cornercases. Original commit message from CVS: 2004-03-05 Benjamin Otte <otte@gnome.org> * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_buffer_to_default_format): make float=>int conversion work correctly even in cornercases.
2004-03-04Debian package info not maintained here.David I. Lehn48-1719/+51
Original commit message from CVS: Debian package info not maintained here.
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele18-32/+69
Original commit message from CVS: fix headers fix signals to use - instead of _
2004-03-04testsuite/gst-lint: Add a check for bad signal names.David Schleef1-0/+4
Original commit message from CVS: * testsuite/gst-lint: Add a check for bad signal names.
2004-03-04gst/videofilter/gstgamma.c: Fix typo that modified the alpha channel and ↵David Schleef1-0/+7
caused a warning. (bug #136192) Original commit message from CVS: reviewed by David Schleef * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that modified the alpha channel and caused a warning. (bug #136192)
2004-03-04fix the specChristian Schaller2-5/+9
Original commit message from CVS: fix the spec
2004-03-03gst-libs/gst/gconf/gconf.c: Using ximagesink as a default if no gconf key ↵Julien Moutte2-3/+10
found. We should probably consider using al... Original commit message from CVS: 2004-03-03 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink): Using ximagesink as a default if no gconf key found. We should probably consider using alsasink instead of osssink for the audio part.
2004-03-02fix --with-pluginsThomas Vander Stichele3-15/+23
Original commit message from CVS: fix --with-plugins
2004-03-02Libraries/Multimedia doesn't existThomas Vander Stichele1-47/+49
Original commit message from CVS: Libraries/Multimedia doesn't exist
2004-03-02more fixesThomas Vander Stichele1-146/+48
Original commit message from CVS: more fixes
2004-03-02Fix for move of gstvideosink.h -> videosink.h.Ronald S. Bultje2-1/+9
Original commit message from CVS: * ext/sdl/sdlvideosink.h: * sys/ximage/ximagesink.h: * sys/xvideo/xvideosink.h: * sys/xvimage/xvimagesink.h: Fix for move of gstvideosink.h -> videosink.h.
2004-03-01more updatesThomas Vander Stichele1-9/+42
Original commit message from CVS: more updates
2004-03-01xwindowlistener is a plugin helper lib, not a full libThomas Vander Stichele2-4/+8
Original commit message from CVS: xwindowlistener is a plugin helper lib, not a full lib
2004-03-01more updatesThomas Vander Stichele1-46/+35
Original commit message from CVS: more updates
2004-03-01AUTHORS: Added some names. Add yourself if you're still missing.David Schleef2-0/+10
Original commit message from CVS: * AUTHORS: Added some names. Add yourself if you're still missing.
2004-03-01MAINTAINERS: AddDavid Schleef2-0/+17
Original commit message from CVS: * MAINTAINERS: Add
2004-03-01releaseThomas Vander Stichele1-0/+1
Original commit message from CVS: release
2004-03-01fix spec fileThomas Vander Stichele2-215/+199
Original commit message from CVS: fix spec file
2004-03-01fix plugin names move gstvideosink.h to videosink.hThomas Vander Stichele5-80/+16
Original commit message from CVS: fix plugin names move gstvideosink.h to videosink.h
2004-03-01fix plugin filenameThomas Vander Stichele1-0/+12
Original commit message from CVS: fix plugin filename
2004-03-01add error handler fix mixmatrix plugin filenameThomas Vander Stichele2-2/+4
Original commit message from CVS: add error handler fix mixmatrix plugin filename
2004-02-29sys/oss/gstosselement.*: Reworked enumeration of oss dsps and mixers so that ↵Christophe Fergeau1-0/+8
gst-mixer works on my system using alsa ... Original commit message from CVS: 2004-02-29 Christophe Fergeau <teuf@gnome.org> * sys/oss/gstosselement.c: (gst_osselement_probe), (device_combination_append), (gst_osselement_class_probe_devices): * sys/oss/gstosselement.h: Reworked enumeration of oss dsps and mixers so that gst-mixer works on my system using alsa oss emulation, fixes bug #135597
2004-02-29update for plugin changes to export symbolsThomas Vander Stichele1-2/+2
Original commit message from CVS: update for plugin changes to export symbols
2004-02-29gst/videodrop/gstvideodrop.*: Work based on timestamp of input data, not ↵Ronald S. Bultje3-12/+46
based on the expected framerate from the inp... Original commit message from CVS: * gst/videodrop/gstvideodrop.c: (gst_videodrop_init), (gst_videodrop_chain), (gst_videodrop_change_state): * gst/videodrop/gstvideodrop.h: Work based on timestamp of input data, not based on the expected framerate from the input. The consequence is that this element now not only scales framerates, but also functions as a framerate corrector or framerate stabilizer/constantizer.
2004-02-27patches from jmmv@menta.net (Julio M. Merino Vidal)David Schleef2-0/+25
Original commit message from CVS: patches from jmmv@menta.net (Julio M. Merino Vidal) * gst/interleave/deinterleave.c: (deinterleave_chain): Fix GST_ELEMENT_ERROR call (bug #135634) * gst/interleave/interleave.c: (interleave_buffered_loop), (interleave_bytestream_loop): Don't use alloca() (bug #135640) * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645) * sys/oss/gstosssink.c: (gst_osssink_get_delay), (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644) * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame): Fix GST_ELEMENT_ERROR call. * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix GST_ELEMENT_ERROR call.
2004-02-27gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twiceBenjamin Otte3-4/+15
Original commit message from CVS: 2004-02-27 Benjamin Otte <otte@gnome.org> * gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twice * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk): don't use gst_buffer_free * gst/playondemand/filter.func: don't usae gst_data_free. Free data only once.
2004-02-27keeping the spec hummingChristian Schaller1-6/+4
Original commit message from CVS: keeping the spec humming
2004-02-27gst/: -marshal.[ch] and -enum.[ch] files should not be disted, -marshal.h ↵David Schleef4-8/+29
files should not be installed, and -enum.h ... Original commit message from CVS: * gst-libs/gst/colorbalance/Makefile.am: * gst-libs/gst/mixer/Makefile.am: * gst-libs/gst/tuner/Makefile.am: * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files should not be disted, -marshal.h files should not be installed, and -enum.h files _should_ be installed. Fix to make this the case.
2004-02-26back to nanoThomas Vander Stichele5-3/+62
Original commit message from CVS: back to nano
2004-02-25ignore fileThomas Vander Stichele1-0/+1
Original commit message from CVS: ignore file
2004-02-25assorted debug/warning fixesThomas Vander Stichele1-0/+8
Original commit message from CVS: assorted debug/warning fixes
2004-02-25add debug category and use it properlyThomas Vander Stichele1-0/+23
Original commit message from CVS: add debug category and use it properly
2004-02-25gst/interleave/interleave.c (interleave_buffered_loop): Always push only ↵Andy Wingo1-0/+9
when channel->buffer is NULL. Prevents segfa... Original commit message from CVS: 2004-02-25 Andy Wingo <wingo@pobox.com> * gst/interleave/interleave.c (interleave_buffered_loop): Always push only when channel->buffer is NULL. Prevents segfaults doing the state change after a nonlocal exit, like a scheme exception. * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps): Handle the case where the intersected caps is empty.
2004-02-24fix mulawdecThomas Vander Stichele1-0/+6
Original commit message from CVS: fix mulawdec
2004-02-24gst/videofilter/gstgamma.c: Adds gamma correction for RGB, with separate r g ↵David Schleef1-0/+10
and b correction factors. Original commit message from CVS: reviewed by: David Schleef <ds@schleef.org> * gst/videofilter/gstgamma.c: (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property), (gst_gamma_get_property), (gst_gamma_calculate_tables), (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction for RGB, with separate r g and b correction factors.
2004-02-24don't signal bitrate for < 1Thomas Vander Stichele1-0/+5
Original commit message from CVS: don't signal bitrate for < 1
2004-02-24gst/qtdemux/qtdemux.c: Cleanups. Convert g_prints to GST_LOGs. Add qtdemux ↵David Schleef2-163/+162
debug category. Attempt to fix timestam... Original commit message from CVS: * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak): Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug category. Attempt to fix timestamp calculation.
2004-02-24gst-libs/gst/gconf/gconf.c: Add \n to g_print error messagesJohan Dahlin2-5/+9
Original commit message from CVS: * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
2004-02-24I hate conflicts, this was supposed to go in yesterdayThomas Vander Stichele1-0/+1
Original commit message from CVS: I hate conflicts, this was supposed to go in yesterday
2004-02-24add correct schema fileThomas Vander Stichele1-11/+11
Original commit message from CVS: add correct schema file
2004-02-23versioning gstreamer schemas and install locationThomas Vander Stichele5-16/+34
Original commit message from CVS: versioning gstreamer schemas and install location
2004-02-23ext/xine/xineinput.c: call parent dispose.Benjamin Otte9-74/+441
Original commit message from CVS: 2004-02-23 Benjamin Otte <otte@gnome.org> * ext/xine/xineinput.c: (gst_xine_input_dispose): (gst_xine_input_subclass_init): call parent dispose. change pad template for CD reader correctly * ext/xine/Makefile.am: * ext/xine/gstxine.h: * ext/xine/xine.c: (plugin_init): * ext/xine/xineaudiosink.c: wrap audio sinks, too * gst-libs/gst/resample/private.h: * gst-libs/gst/resample/resample.c: (gst_resample_init), (gst_resample_reinit), (gst_resample_scale), (gst_resample_nearest_s16), (gst_resample_bilinear_s16), (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16), (gst_resample_sinc_ft_s16), (gst_resample_nearest_float), (gst_resample_bilinear_float), (gst_resample_sinc_slow_float), (gst_resample_sinc_float), (gst_resample_sinc_ft_float): * gst-libs/gst/resample/resample.h: * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type), (gst_audioscale_class_init), (gst_audioscale_link), (gst_audioscale_get_buffer), (gst_audioscale_init), (gst_audioscale_chain), (gst_audioscale_set_property), (gst_audioscale_get_property): * gst/audioscale/gstaudioscale.h: s/resample_*/gst_resample_*/i to not clobber namespaces