nemo [Mon, 28 Mar 2016 18:19:20 -0400] rev 11624
RC planes should not pick up frozen crates
unc0rr [Mon, 28 Mar 2016 21:20:11 +0300] rev 11623
Declare achievements alongwith EndGame call, since it would skip SendStats
koda [Fri, 25 Mar 2016 11:27:53 -0400] rev 11622
Keep very old compatibility
koda [Fri, 25 Mar 2016 11:21:18 -0400] rev 11621
Keep very old compatibility
koda [Fri, 25 Mar 2016 11:02:38 -0400] rev 11620
Use the correct replacement
koda [Fri, 25 Mar 2016 11:01:01 -0400] rev 11619
Use the correct replacement
koda [Fri, 25 Mar 2016 10:54:23 -0400] rev 11618
More compatibility wrappers for video
sheepluva [Fri, 25 Mar 2016 15:52:49 +0100] rev 11617
fix check for wrong value
unC0Rr [Fri, 25 Mar 2016 15:40:44 +0300] rev 11616
racer map #20
unC0Rr [Thu, 24 Mar 2016 14:40:59 +0300] rev 11615
Achievement for ClimbHome
koda [Tue, 22 Mar 2016 11:59:31 -0400] rev 11614
Add an additional compatibility layer for video
unC0Rr [Tue, 22 Mar 2016 12:09:26 +0300] rev 11613
Fix typo
koda [Sun, 20 Mar 2016 03:08:51 -0400] rev 11612
Move pixel format conversion from uVideoRec to AVWrapper
This has several benefits, being in C-land allows us to better use
libav API and avoid mixing memory allocated from Pascal. Also the C
code for the conversion loop generated by GCC or Clang is probably more
optimized than by Freepascal. Finally it will simplify code in the
future if we are going to enable any other pixel format than yuv420p.
Change the coefficients to improve color accuracy during conversion.
koda [Sun, 20 Mar 2016 01:16:11 -0400] rev 11611
Fix bundle already present check