- 06 Aug, 2013 8 commits
-
-
Max Kellermann authored
Remove the runtime check for eventfd(), hard-code the feature once it's been selected at compile time. The class WakeFD is splitted into EventFD and EventPipe, using WakeFD as a macro diversion.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Don't deinterleave manually, don't allocate memory.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 05 Aug, 2013 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Simplify the error path, because the other allocations may fail.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 04 Aug, 2013 18 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Andrzej Rybczak authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Justin Riley authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Aug, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Aug, 2013 5 commits
-
-
Christoph Mende authored
Player_LoadTitle() returns an aligned pointer in libmikmod-3.2 that cannot be freed with free(). The correct way to do this now is MikMod_free() which extracts the original pointer from the buffer and frees that. Signed-off-by: Christoph Mende <mende.christoph@gmail.com>
-
Max Kellermann authored
Fixes Mantis #3770.
-
Michael Mair-Keimberger authored
-
tsufeki authored
-
Max Kellermann authored
Fix for Mantis #3806. "PcmBuffer::Clear clears the buffer but does not reset the size. If Get is called on the same PcmBuffer later on with a size that is the same as (or less than) it was before the call to Clear, the "else" branch is taken and the memory of buffer (at the address of nullptr) is poisoned instead of the necessary allocation being performed. A memset or memcpy on the returned pointer (nullptr) causes a segmentation fault."
-
- 31 Jul, 2013 1 commit
-
-
Max Kellermann authored
-