gstreamer/gst
Sebastian Dröge 293a9c09b8 gst/audioconvert/audioconvert.c: Add docs to the integer pack functions and implement proper rounding. Before we had ...
Original commit message from CVS:
* gst/audioconvert/audioconvert.c:
Add docs to the integer pack functions and implement proper
rounding. Before we had rounding towards negative infinity, i.e.
always the smaller number was taken. Now we use natural rounding,
i.e. rounding to the nearest integer and to the one with the largest
absolute value for X.5. The old rounding introduced some minor
distortions. Fixes #420079
* tests/check/elements/audioconvert.c: (GST_START_TEST):
Fix one unit test that assumed the old rounding and added unit tests
for checking signed/unsigned int16 <-> signed/unsigned int16 with
depth 8, one for signed int16 <-> unsigned int16 and one for the new
rounding from signed int32 to signed/unsigned int16.
2007-03-27 12:44:14 +00:00
..
adder More docs coverage and some ChangeLog surgery (add missing names) 2007-02-15 15:17:23 +00:00
app Add appsrc/appsink example. 2007-03-11 00:48:26 +00:00
audioconvert gst/audioconvert/audioconvert.c: Add docs to the integer pack functions and implement proper rounding. Before we had ... 2007-03-27 12:44:14 +00:00
audiorate configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS so that GST_BASE_CFLAGS can go inbetwe... 2007-01-04 12:49:48 +00:00
audioresample gst/audioresample/gstaudioresample.c: Don't trigger discontinuities for very small imperfections; a filter flush will... 2007-03-15 10:52:21 +00:00
audiotestsrc Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963). 2007-02-24 20:12:49 +00:00
ffmpegcolorspace Use new metadata copy function. 2007-03-09 16:38:06 +00:00
gdp add buffer logging 2007-03-14 15:05:32 +00:00
playback gst/playback/gstplaybin.c: Remove playbin's override of the set_clock vmethod. It's irrelevant after Wim's commit on ... 2007-03-22 17:43:52 +00:00
subparse gst/subparse/samiparse.c: Special-case some more colour names that pango doesn't handle by default. Fixes #420578. 2007-03-21 10:23:11 +00:00
tcp ext/alsa/gstalsasink.c: Extra log line. 2007-03-08 12:53:51 +00:00
typefind gst/typefind/gsttypefindfunctions.c: Replace AC3 typefinder with one that isn't terrible, and actually works usefully. 2007-03-09 13:05:04 +00:00
videorate gst/videorate/gstvideorate.c: If videorate changes caps, we can no longer use the old buffer (which may have a differ... 2007-03-23 12:32:33 +00:00
videoscale Use new metadata copy function. 2007-03-09 16:38:06 +00:00
videotestsrc Make sure our checks and the videotestsrc plugin link against the local uninstalled gst libs and not any installed gs... 2006-11-16 14:35:30 +00:00
volume gst/volume/gstvolume.c: Unbreak volume, value remains gint. 2007-02-21 13:55:54 +00:00
Makefile.am tcp elements need some system headers like sys/socket.h 2005-11-03 09:31:30 +00:00