Search found 71 matches

by Someguynamedpie
Fri Jul 15, 2016 7:41 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 425928

Re: "Questions that don't deserve their own thread" thread

slime wrote:More specifically, physical GPU hardware doesn't support it.
Not so much that as its just not defined in the spec IIRC creating undefined behavior.
by Someguynamedpie
Fri Jul 15, 2016 7:40 pm
Forum: Support and Development
Topic: Why was JPEG encoding/GIF decoding removed?
Replies: 41
Views: 34262

Re: Why was JPEG encoding/GIF decoding removed?

Please don't double-post. And yes, we are aware. But whilst ffmpeg itself is LGPL, many of the libraries it uses are GPL, and/or patent-encumbered. Not just that, the specific interpretation of the LGPL they promote is also annoying. Basically, a pain to distribute in binary form. Very used to auto...
by Someguynamedpie
Fri Jul 15, 2016 7:47 am
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1798
Views: 1585152

Re: What's everyone working on? (tigsource inspired)

rebelling against the machine and making an application in love2d
by Someguynamedpie
Fri Jul 15, 2016 7:43 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 425928

Re: "Questions that don't deserve their own thread" thread

The effort bar is coming close to being reached for self implementation of ping-pong rendering
by Someguynamedpie
Fri Jul 15, 2016 7:41 am
Forum: Support and Development
Topic: Why was JPEG encoding/GIF decoding removed?
Replies: 41
Views: 34262

Re: Why was JPEG encoding/GIF decoding removed?

But yeah I don't have the source anymore due to a harddrive failure but I got around the Lua linking problem somehow that I don't remember
by Someguynamedpie
Fri Jul 15, 2016 7:40 am
Forum: Support and Development
Topic: Why was JPEG encoding/GIF decoding removed?
Replies: 41
Views: 34262

Re: Why was JPEG encoding/GIF decoding removed?

On the subject of licenses, yall are aware that most openal implementations use LGPL right
by Someguynamedpie
Fri Jul 15, 2016 6:14 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 425928

Re: "Questions that don't deserve their own thread" thread

Is there any way to get around the inability to draw a canvas onto itself without forking love?
by Someguynamedpie
Fri Jul 15, 2016 6:14 am
Forum: Support and Development
Topic: Why was JPEG encoding/GIF decoding removed?
Replies: 41
Views: 34262

Re: Why was JPEG encoding/GIF decoding removed?

Psh, love.video only supports theora, libvlc supports literally everything (cough including DVDs)
by Someguynamedpie
Fri Jul 15, 2016 12:54 am
Forum: Support and Development
Topic: Why was JPEG encoding/GIF decoding removed?
Replies: 41
Views: 34262

Re: Why was JPEG encoding/GIF decoding removed?

One of my test projects got video working in Love2D using libvlc, if you want to talk about oversized libraries.
by Someguynamedpie
Mon Jul 11, 2016 9:37 am
Forum: Support and Development
Topic: Why was JPEG encoding/GIF decoding removed?
Replies: 41
Views: 34262

Re: Why was JPEG encoding/GIF decoding removed?

The FFI route isn't acceptable here due to the desire to maintain cross platform capabilities.
The bitops are very fast, its just that there's no actual operators making it a pain to use.