gstreamer/gst
Thomas Vander Stichele 7647f7fc4e 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
2005-08-25 12:31:31 +00:00
..
adder debugging fixes 2005-08-24 18:40:27 +00:00
audioconvert port audioconvert to basetransform fix ffmpegcsp and videoscale for basetransform changes 2005-08-24 13:32:52 +00:00
audiorate make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be added manually to each Makefile.am so we are sure it goes 2005-07-13 17:58:07 +00:00
audioresample gst/audioresample/: add room for extra overlap samples when asked to transform size protect against possible mem corr... 2005-08-25 12:31:31 +00:00
audioscale make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be added manually to each Makefile.am so we are sure it goes 2005-07-13 17:58:07 +00:00
ffmpegcolorspace port audioconvert to basetransform fix ffmpegcsp and videoscale for basetransform changes 2005-08-24 13:32:52 +00:00
playback gst/playback/gstplaybasebin.c: Revert unpopular change for GST_MESSAGE_SRC to GObject. 2005-08-25 10:50:44 +00:00
sine gst/sine/gstsinesrc.c: moved statement below switch 2005-08-17 21:07:21 +00:00
subparse examples/seeking/seek.c: Update seek example. 2005-07-27 18:34:29 +00:00
tags make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be added manually to each Makefile.am so we are sure it goes 2005-07-13 17:58:07 +00:00
tcp yay, fix a segfault/security issue in vorbisdec gst-launch fakesrc ! vorbisdec wasn't happy add a test for vorbisdec 2005-08-20 20:40:25 +00:00
typefind first stab at documenting elements 2005-08-05 17:13:10 +00:00
videorate examples/seeking/seek.c: Update seek example. 2005-07-27 18:34:29 +00:00
videoscale gst/videoscale/gstvideoscale.*: Refactor, make use of BaseTranform really well. 2005-08-24 15:07:54 +00:00
videotestsrc gst/videotestsrc/videotestsrc.h: Use "_stdint.h" instead of <stdint.h> 2005-07-28 18:42:54 +00:00
volume gst/volume/gstvolume.c: made set_caps function static 2005-08-24 21:32:59 +00:00
Makefile.am remove a whole bunch of plugins. This module now contains a set of free reference plugins/elements as agreed. 2005-02-23 12:45:50 +00:00