README.md
author koda
Sun, 20 Mar 2016 03:08:51 -0400
changeset 11612 b7d5d75469ee
parent 11515 4dd77731453b
child 12658 966124c80861
permissions -rw-r--r--
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.

Hedgewars - a turn based strategy game.
=======================================

[![Build Status](https://travis-ci.org/hedgewars/hw.svg)](https://travis-ci.org/hedgewars/hw)

Copyright 2004-2015 Andrey Korotaev <unC0Rr@gmail.com> and others.
See QTfrontend/res/html/about.html and CREDITS for a complete list of authors.

Licence:
--------
Source code is distributed under the terms of the GNU General Public Licence
version 2; images and sounds are distributed under the terms of the GNU Free
Documentation Licence version 1.2. See the COPYING file for the full text of
the licenses.

Instructions:
-------------
See our wiki at: http://hedgewars.org/kb/BuildingHedgewars

You can find an outline of the necessary dependencies in the INSTALL file.

Source code:
------------
Our main repository is located at http://hg.hedgewars.org/hedgewars/ using
Mercurial as DVCS. A Git repository is also available (mirrored daily)
at https://github.com/hedgewars/hw

Contribute:
-----------
If you see a bug or have any suggestion please use the official bug tracker at
http://hedgewars.org/bugs or the integrated feedback
button.

If you want to help or get to know the sources better you can do that with some
easy tasks from http://hedgewars.org/kb/TODO. We also have an
extended API in LUA to customize your adventures in our wiki at
http://hedgewars.org/kb/LuaAPI.

If you know your way through the code feel free to send a patch or open a pull
request. The best LUA scripts get released in the official DLC page and later
integrated in the next version.

Contact:
--------
* IRC channel     - irc://irc.freenode.net/hedgewars
* community forum - http://www.hedgewars.org/forum
* mailing list    - https://mail.gna.org/listinfo/hedgewars-dev