- Sep 06, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing 0.9.1
-
- Sep 05, 2005
-
-
Jan Schmidt authored
Original commit message from CVS: Fix up all the state change functions.
-
Thomas Vander Stichele authored
Original commit message from CVS: cleaning up bad
-
Thomas Vander Stichele authored
Original commit message from CVS: created gst-plugins-bad
-
- Sep 04, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * common/gtk-doc-plugins.mak: * docs/plugins/Makefile.am: fix distcheck * gst/audioresample/resample.c: fix wrong docstring
-
- Sep 02, 2005
-
-
Flavio Oliveira authored
Original commit message from CVS: Ported GSM Encoder to GStreamer 0.9
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-02 Andy Wingo <wingo@pobox.com> * All plugins updated for element state changes.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-02 Andy Wingo <wingo@pobox.com> * All plugins updated for element state changes.
-
- Sep 01, 2005
-
-
Flavio Oliveira authored
Original commit message from CVS: update PORTED_09 file
-
Flavio Oliveira authored
Original commit message from CVS: Faac (AAC Encoder) ported for GStreamer 0.9
-
Thomas Vander Stichele authored
Original commit message from CVS: remove libdir
-
- Aug 31, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: all these plugins are moved to gst-plugins-ugly
-
Michael Smith authored
Original commit message from CVS: Port LPCM decoder to 0.9
-
- Aug 30, 2005
-
-
Jan Schmidt authored
Original commit message from CVS: * configure.ac: Remove plugins that should have disappeared.
-
Jan Schmidt authored
Original commit message from CVS: * autogen.sh: * configure.ac: Make autogen work again.
-
Wim Taymans authored
Original commit message from CVS: * check/elements/audioconvert.c: (setup_audioconvert): * check/elements/audioresample.c: (setup_audioresample): * check/elements/volume.c: (setup_volume): Fix checks.
-
Thomas Vander Stichele authored
Original commit message from CVS: remove stuff
-
Thomas Vander Stichele authored
Original commit message from CVS: all these plugins are moved to gst-plugins-good
-
Flavio Oliveira authored
Original commit message from CVS: Ported to GStreamer 0.9. Need to fix performance issues.
-
- Aug 28, 2005
-
-
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.
-
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.
-
- Aug 26, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: use base class' newsegment to properly timestamp
-
Andy Wingo Wingo authored
ext/ladspa/gstladspa.*: Finish porting, still doesn't work but it does compile and register. I have more features tha... Original commit message from CVS: 2005-08-26 Andy Wingo <wingo@pobox.com> * ext/ladspa/gstladspa.c: * ext/ladspa/gstladspa.h: Finish porting, still doesn't work but it does compile and register. I have more features than you. * ext/ladspa/gstsignalprocessor.h: * ext/ladspa/gstsignalprocessor.c: Updates, bug fixen.
-
Thomas Vander Stichele authored
Original commit message from CVS: do proper cleanup/creation, fixes state changes
-
- Aug 25, 2005
-
-
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
-
Thomas Vander Stichele authored
Original commit message from CVS: some more testing for perfect streams
-
Thomas Vander Stichele authored
Original commit message from CVS: add a check for audioresample
-
Thomas Vander Stichele authored
Original commit message from CVS: show some info on what's left in the queue
-
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
-
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.
-
Andy Wingo Wingo authored
Original commit message from CVS: add missing files
-
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.
-
Owen Fraser-Green authored
Original commit message from CVS: Fixed EOS and improved robustness for malformed indices.
-
- Aug 24, 2005
-
-
Christian Schaller authored
Original commit message from CVS: add lame
-
Christian Schaller authored
Original commit message from CVS: fix broken header setup in Makefile.am
-
Thomas Vander Stichele authored
Original commit message from CVS: dist more
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-08-24 Andy Wingo <wingo@pobox.com> * ext/dv/gstdvdemux.c (gst_dvdemux_demux_frame): Send out valid segment end timestamps. (Also commit an old changelog entry)
-
Thomas Vander Stichele authored
Original commit message from CVS: port audioresample to basetransform
-
Thomas Vander Stichele authored
Original commit message from CVS: enable more; update for basetransform
-
Jan Schmidt authored
Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_message_new): GST_MESSAGE_SRC became a GObject
-