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
koda [Sun, 20 Mar 2016 00:58:30 -0400] rev 11610
Add FindOggVorbis to make sure all paths are set
koda [Sun, 20 Mar 2016 00:57:44 -0400] rev 11609
Update osx bundle creation with SDL2 library names
nemo [Fri, 18 Mar 2016 13:27:30 -0400] rev 11608
copypasta to make AI use vampirism too
unc0rr [Tue, 15 Mar 2016 22:29:40 +0300] rev 11607
logging via physfs
unc0rr [Mon, 14 Mar 2016 22:08:27 +0300] rev 11606
Merge default
unc0rr [Mon, 14 Mar 2016 22:04:39 +0300] rev 11605
Do not check games lasting for more than 3 hours
sheepluva [Mon, 14 Mar 2016 14:38:23 +0100] rev 11604
german translation: fix error due to confusion of plural "you" with singular "you"
koda [Mon, 16 Nov 2015 18:28:10 +0100] rev 11603
avwrapper: Explicitly check for macro existence
koda [Sat, 07 Nov 2015 15:07:33 +0100] rev 11602
videorec: Drop setting x264 preset
It is the default one anyway.
koda [Mon, 16 Nov 2015 13:59:04 +0100] rev 11601
avwrapper: Adjust prefixed symobols version guard
Vittorio Giovara <vittorio.giovara@gmail.com> [Thu, 12 Nov 2015 02:41:40 +0100] rev 11600
libavinteraction: Adjust version guard for av_codec_is_encoder()
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:40 +0100] rev 11599
videorec: Drop a commented out option