openh264/codec/encoder/core
Martin Storsjö 21687726d0 Avoid requiring byteswapping functions
Instead of byteswapping a 32 bit word and writing it out as a
whole (which could even possibly lead to crashes due to
incorrect alignment on some platforms), write it out explicitly
in the intended byte order.

This avoids having to set a define indicating the endianness.
2014-01-30 10:16:25 +02:00
..
asm Remove sad.asm from the processing lib, move satd_sad from the encoder to the common lib 2014-01-28 13:54:57 +02:00
inc Avoid requiring byteswapping functions 2014-01-30 10:16:25 +02:00
src Merge pull request #256 from mstorsjo/bigendian 2014-01-29 15:24:32 -08:00