This website requires JavaScript.
Explore
Help
Sign In
Muldersoft
/
LameXP
Watch
1
Star
0
Fork
0
You've already forked LameXP
Code
Releases
2
Activity
846
Commits
1
Branch
23
Tags
615
MiB
c095bbee95
Commit Graph
5 Commits
Author
SHA1
Message
Date
lordmulder
701390b7f7
Updated Opus binaries with version the reports progress as percent. Also added SSE2 versions of opusdec/opusenc binaries.
2012-07-24 23:15:10 +02:00
lordmulder
4c69411a19
Added Opus patch for Unicode support and real-time progress updates (flush).
2012-07-22 00:09:28 +02:00
lordmulder
1364183abc
Version v4.04 is released!
2012-04-26 13:43:40 +02:00
lordmulder
a450862150
Patched Qt's QProcess class to pass the CREATE_BREAKAWAY_FROM_JOB flag when creating a new process. This is required, because Windows (Vista and later) will add our child processes to the PCA (Program Compatibility Assistant) job object automatically! And then we cannot add the child processes to our own job object, as a process can be assigned to only one job object. With the CREATE_BREAKAWAY_FROM_JOB flag, we ensure that our child processes does NOT get added to the PCA job object automatically and we can add it to our own job object again. Unfortunately QProcess does NOT provide a way to pass process creation flags yet, so we have to patch Qt for now. Passing the CREATE_BREAKAWAY_FROM_JOB flag may not always be desired though...
2012-03-01 23:14:41 +01:00
lordmulder
c3cfe577b0
Added patch collection.
2012-02-28 16:11:28 +01:00