Age | Commit message (Collapse) | Author |
|
svn path=/trunk/externals/ggee/; revision=17504
|
|
svn path=/trunk/externals/ggee/; revision=17503
|
|
not sure whether the object works though
svn path=/trunk/externals/ggee/; revision=17502
|
|
e.g. disabling post() in DSP-loop; removing unused function declarations
svn path=/trunk/externals/ggee/; revision=17501
|
|
svn path=/trunk/externals/ggee/; revision=16697
|
|
svn path=/trunk/externals/ggee/; revision=15985
|
|
svn path=/trunk/externals/ggee/; revision=15892
|
|
only crashes if built as an object since it never calls pd_new() to create an instance
svn path=/trunk/externals/ggee/; revision=15891
|
|
other objects
svn path=/trunk/externals/ggee/; revision=15890
|
|
svn path=/trunk/externals/ggee/; revision=15818
|
|
svn path=/trunk/externals/ggee/; revision=15813
|
|
svn path=/trunk/externals/ggee/; revision=15812
|
|
svn path=/trunk/externals/ggee/; revision=15632
|
|
svn path=/trunk/externals/ggee/; revision=15622
|
|
svn path=/trunk/externals/ggee/; revision=15541
|
|
svn path=/trunk/externals/ggee/; revision=15475
|
|
svn path=/trunk/externals/ggee/; revision=15474
|
|
Debian/kFreeBSD and Debian/HURD
svn path=/trunk/externals/ggee/; revision=15249
|
|
32-bit and 64-bit
svn path=/trunk/externals/ggee/; revision=15186
|
|
svn path=/trunk/externals/ggee/; revision=14528
|
|
svn path=/trunk/externals/ggee/; revision=14474
|
|
svn path=/trunk/externals/ggee/; revision=14439
|
|
svn path=/trunk/externals/ggee/; revision=14427
|
|
http://git.debian.org/?p=pkg-multimedia/pd-ggee.git;a=summary
svn path=/trunk/externals/ggee/; revision=14426
|
|
svn path=/trunk/externals/ggee/; revision=14424
|
|
svn path=/trunk/externals/ggee/; revision=14421
|
|
an annoying license (BSD with advertisement clause)
svn path=/trunk/externals/ggee/; revision=14420
|
|
svn path=/trunk/externals/ggee/; revision=14394
|
|
svn path=/trunk/externals/ggee/; revision=14393
|
|
svn path=/trunk/externals/ggee/; revision=14392
|
|
svn path=/trunk/externals/ggee/; revision=14153
|
|
image_open args with spaces between them, fixing bug #1770553
svn path=/trunk/externals/ggee/; revision=13448
|
|
svn path=/trunk/externals/ggee/; revision=13440
|
|
svn path=/trunk/externals/ggee/; revision=13439
|
|
svn path=/trunk/externals/ggee/; revision=13416
|
|
use them instead of the standard Pd ones
svn path=/trunk/externals/ggee/; revision=12847
|
|
of function' warnings, which could cause problems on 64-bit
svn path=/trunk/externals/ggee/; revision=12846
|
|
appropriate. It seems that once upon a time -export_dynamic was a real flag.
Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic,
giving this error message:
/usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60
svn path=/trunk/externals/ggee/; revision=11724
|
|
drawing to the canvas
svn path=/trunk/externals/ggee/; revision=10430
|
|
svn path=/trunk/externals/ggee/; revision=10427
|
|
svn path=/trunk/externals/ggee/; revision=10426
|
|
svn path=/trunk/externals/ggee/; revision=10048
|
|
files; builds and works fine on Mac OS X, will test other platforms later
svn path=/trunk/externals/ggee/; revision=9788
|
|
PDa patches when they are edited in Pd-extended
svn path=/trunk/externals/ggee/; revision=9720
|
|
When I first starting looking into different ways to stream audio into Pd, I
spent a little bit of time looking at streamin~/streamout~. While looking at
it, I fixed the security issue from the previous commit, and made the following
updates to stream.h.
- Adding doxygen style comments.
- Add an ifdef to prevent against multiple or recursive includes of the header.
- Document most of the fields in the defined data structures.
- Fix potential alignment bugs (at least on platforms using GNUC) by using the
packed attribute for structures defining network frames.
See http://gcc.gnu.org/onlinedocs/gcc-4.2.2/gcc/Variable-Attributes.html#Variable%20Attributes
- Point out the fact that this code is not endianness-safe, and that it should
eventually be updated to respect network byte order.
- Point out that the version field of the frame header is ignored when parsing
incoming frames.
- Change a list of #defines to an enum.
- Instead of using "int" in the frame header structure, use int32_t to explicitly
state that the field is 32-bits.
svn path=/trunk/externals/ggee/; revision=9134
|
|
streamin~ was vulnerable to a remotely exploitable heap buffer overflow that
could potentially allow an attacker to execute arbitrary code on a machine
that is using streamin~. The issue is that the defined frame header includes
a field for frame size which indicates how much additional data is available.
However, this frame size was not checked to ensure that it was smaller than
the size of the buffer that was allocated to store this data.
(one of my patches from issue #1848356)
svn path=/trunk/externals/ggee/; revision=9133
|
|
http://lists.puredata.info/pipermail/pd-dev/2007-10/009797.html
I have changed the save functions so that they will save the name of the
object that it was actually instantiated with. This allows objects with
savefns to work properly with namespaces.
This is a fix for this bug:
http://sourceforge.net/tracker/index.php?&aid=1818219&group_id=55736&atid=478070
svn path=/trunk/externals/ggee/; revision=8902
|
|
svn path=/trunk/externals/ggee/; revision=8591
|
|
svn path=/trunk/externals/ggee/; revision=8496
|
|
svn path=/trunk/externals/ggee/; revision=7909
|