openh264/codec/encoder/core
Martin Storsjö 89f2c8bf7c Remove a duplicate median function
The decoder used WelsMedian while the encoder used WELS_MEDIAN.
The former has two different implementations, WELS_MEDIAN was
identical to the disabled version of WelsMedian.

Settle on using the same implementation for both decoder and
encoder - whichever version of the implementations is faster
should be used for both.
2014-01-24 15:57:11 +02:00
..
asm Allow yasm to be used instead of nasm. 2014-01-18 13:59:24 +01:00
inc remove MEMORY_REQUEST_ALIGN_BYTES 2014-01-23 17:21:13 +08:00
src Remove a duplicate median function 2014-01-24 15:57:11 +02:00