openh264/codec
Martin Storsjö 59fefbe7c7 Use an inline function instead of a macro for clipping which contains rand()
When using a macro, the macro parameters get evaluated
multiple times, which means that the rand() value compared
actually isn't the same that is used as return value.

This makes sure that clipping works as intended for the
random tests.
2014-12-16 11:13:22 +02:00
..
api/svc add average QP in statistics 2014-12-16 10:32:44 +08:00
build add decoder cabac support and add UT 2014-11-03 10:03:43 +08:00
common Use an inline function instead of a macro for clipping which contains rand() 2014-12-16 11:13:22 +02:00
console add timestamp in decoder 2014-11-26 13:03:46 +08:00
decoder astyle and speed up decoding by removing unnessary memset 2014-12-16 15:30:09 +08:00
encoder astyle two files 2014-12-16 15:16:09 +08:00
processing Check and Fix some issue#1535 2014-11-19 16:03:34 +08:00