gstreamer/libs/gst/controller
Stefan Kost b1b4a78ffc libs/gst/controller/gstinterpolationcontrolsource.c: Optimize list handling. Use own find function. Exploit that fact...
Original commit message from CVS:
* libs/gst/controller/gstinterpolationcontrolsource.c:
Optimize list handling. Use own find function. Exploit that fact that
the list is sorted. Also pass back the node before, so that we can
insert quickly. Have a fast path for append.
2008-06-29 16:11:24 +00:00
..
.gitignore added controller code removed dparam pc files 2005-08-02 21:35:34 +00:00
gstcontroller.c libs/gst/controller/gstcontroller.c: Revert one change, that make ret value possible uninitialized. 2008-06-20 08:36:46 +00:00
gstcontroller.h Add GST_PARAM_CONTROLLABLE and GST_PARAM_USER_SHIFT. Move paramspec docs to own section. 2008-04-15 06:16:33 +00:00
gstcontrollerprivate.h libs/gst/controller/: Move some private declarations into private headers. 2008-05-03 15:25:25 +00:00
gstcontrolsource.c Makefile.am: Add check-exports target and run it as part of 'make check' (see #499140 and #493983). 2007-12-12 23:20:00 +00:00
gstcontrolsource.h libs/gst/: Fix empty prototypes. Fixes bug #507957. 2008-01-08 02:07:38 +00:00
gsthelper.c libs/gst/controller/: Move some private declarations into private headers. 2008-05-03 15:25:25 +00:00
gstinterpolation.c Rewrite handling of default values. Fix overflow with unsigned types in linear interpolation. Remove now obsolete _fi... 2008-06-20 08:17:08 +00:00
gstinterpolationcontrolsource.c libs/gst/controller/gstinterpolationcontrolsource.c: Optimize list handling. Use own find function. Exploit that fact... 2008-06-29 16:11:24 +00:00
gstinterpolationcontrolsource.h libs/gst/: Fix empty prototypes. Fixes bug #507957. 2008-01-08 02:07:38 +00:00
gstinterpolationcontrolsourceprivate.h libs/gst/controller/: Move some private declarations into private headers. 2008-05-03 15:25:25 +00:00
gstlfocontrolsource.c Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it everywhere for GParamSpecs that use static... 2008-03-22 14:56:17 +00:00
gstlfocontrolsource.h libs/gst/: Fix empty prototypes. Fixes bug #507957. 2008-01-08 02:07:38 +00:00
gstlfocontrolsourceprivate.h libs/gst/controller/: API: Add GstLFOControlSource, a control source that gives values for specific timestamps based ... 2007-08-03 15:47:17 +00:00
lib.c libs/gst/controller/: Move some private declarations into private headers. 2008-05-03 15:25:25 +00:00
Makefile.am libs/gst/controller/Makefile.am: Dist gstlfocontrolsourceprivate.h 2007-08-07 16:06:47 +00:00