Skip to content
Snippets Groups Projects
  1. Sep 06, 2005
  2. Sep 05, 2005
  3. Sep 04, 2005
  4. Sep 02, 2005
  5. Sep 01, 2005
  6. Aug 31, 2005
  7. Aug 30, 2005
  8. Aug 28, 2005
    • Andy Wingo Wingo's avatar
      Updates for two-arg init from GST_BOILERPLATE. · 2ef9f683
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2005-08-28  Andy Wingo  <wingo@pobox.com>
      
      * Updates for two-arg init from GST_BOILERPLATE.
      
      * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): Use
      the second arg for the class, because G_OBJECT_GET_CLASS (self)
      returns the wrong thing.
      (gst_signal_processor_add_pad_from_template): Make pads of the
      right type.
      
      * ext/ladspa/gstladspa.c (gst_ladspa_class_get_param_spec): Make
      writable param specs G_PARAM_CONSTRUCT so default values work.
      (gst_ladspa_init): Use the second arg for the class.
      2ef9f683
    • Andy Wingo Wingo's avatar
      Updates for two-arg init from GST_BOILERPLATE_FULL. · cfcd78d3
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2005-08-28  Andy Wingo  <wingo@pobox.com>
      
      * Updates for two-arg init from GST_BOILERPLATE_FULL.
      cfcd78d3
  9. Aug 26, 2005
  10. Aug 25, 2005
    • Thomas Vander Stichele's avatar
      check/: add a test for audioconvert · 7d1ce173
      Thomas Vander Stichele authored
      Original commit message from CVS:
      
      * check/Makefile.am:
      * check/elements/audioconvert.c: (setup_audioconvert),
      (cleanup_audioconvert), (get_int_caps), (verify_convert),
      (GST_START_TEST), (audioconvert_suite), (main):
      add a test for audioconvert
      * gst/audioresample/gstaudioresample.c:
      * gst/audioresample/gstaudioresample.h:
      set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
      note that for buffers of 1/3 sec this means DURATION(c) is
      one nanosecond more than for a and b
      7d1ce173
    • Thomas Vander Stichele's avatar
      some more testing for perfect streams · 1dfd2d88
      Thomas Vander Stichele authored
      Original commit message from CVS:
      some more testing for perfect streams
      1dfd2d88
    • Thomas Vander Stichele's avatar
      add a check for audioresample · 3d95afd8
      Thomas Vander Stichele authored
      Original commit message from CVS:
      add a check for audioresample
      3d95afd8
    • Thomas Vander Stichele's avatar
      show some info on what's left in the queue · dcf4df2a
      Thomas Vander Stichele authored
      Original commit message from CVS:
      show some info on what's left in the queue
      dcf4df2a
    • Thomas Vander Stichele's avatar
      gst/audioresample/: add room for extra overlap samples when asked to transform... · 0daade2c
      Thomas Vander Stichele authored
      gst/audioresample/: add room for extra overlap samples when asked to transform size protect against possible mem corr...
      
      Original commit message from CVS:
      * gst/audioresample/debug.c:
      * gst/audioresample/gstaudioresample.c:
      add room for extra overlap samples when asked to transform size
      protect against possible mem corruption and check for discrepancies
      between written size and outbuffer's size so we can warn for
      potential problems
      * gst/audioresample/resample.c: (resample_init),
      (resample_get_output_size_for_input), (resample_get_output_size),
      (resample_set_n_channels), (resample_set_format):
      set debug level based on RESAMPLE_DEBUG env var
      make sure that get_output_size* returns a whole number of
      sample_size
      set sample_size each time either channel or format is set
      * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
      * gst/audioresample/resample_functable.c:
      (resample_scale_functable):
      * gst/audioresample/resample_ref.c: (resample_scale_ref):
      remove r->sample_size, it's done in resample.c now
      add some debugging to the ref implementation
      make sure we only give back bytes that are wholes of the sample
      size
      0daade2c
    • Jan Schmidt's avatar
      gst/level/gstlevel.c: Revert unpopular change for GST_MESSAGE_SRC to GObject. · f488ccf2
      Jan Schmidt authored
      Original commit message from CVS:
      * gst/level/gstlevel.c: (gst_level_message_new):
      Revert unpopular change for GST_MESSAGE_SRC to GObject.
      f488ccf2
    • Andy Wingo Wingo's avatar
      add missing files · 63db96dc
      Andy Wingo Wingo authored
      Original commit message from CVS:
      add missing files
      63db96dc
    • Andy Wingo Wingo's avatar
      ext/ladspa/gstladspa.*: Halfway-ported. Doesn't compile yet. · 0f4381d9
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2005-08-25  Andy Wingo  <wingo@pobox.com>
      
      * ext/ladspa/gstladspa.h:
      * ext/ladspa/gstladspa.c: Halfway-ported. Doesn't compile yet.
      
      * ext/ladspa/gstsignalprocessor.h:
      * ext/ladspa/gstsignalprocessor.c: New files, the start of a base
      class for DSP elements.
      
      * configure.ac: Sort the external libs checks, add a ladspa check,
      output the ladspa makefile.
      0f4381d9
    • Owen Fraser-Green's avatar
      Fixed EOS and improved robustness for malformed indices. · 776f95cc
      Owen Fraser-Green authored
      Original commit message from CVS:
      Fixed EOS and improved robustness for malformed indices.
      776f95cc
  11. Aug 24, 2005
Loading