FreeRDP/libfreerdp/codec/test
David Fort 77413f49b2 winpr: rework alignment functions
_align_XXX functions aren't widely available depending on the C runtime. That causes
problems with mingw where we can easily have some runtime mixes (which lead to mysterious
segfaults most of the time). This patch introduce winpr_aligned_XXX functions that will
either use the function available, or use an emulation layer.
2022-05-12 11:36:01 +02:00
..
.gitignore libfreerdp-codec: start unit tests for RDP6 planar compressor 2013-11-25 18:58:01 -05:00
CMakeLists.txt Fixed progressive decoding without subbanddiff 2020-12-15 14:47:05 +01:00
progressive.bmp Fixed progressive decoding without subbanddiff 2020-12-15 14:47:05 +01:00
rfx.bmp libfreerdp-codec: add some RemoteFX test data 2014-02-11 13:30:33 -05:00
test01.bmp libfreerdp-codec: start unit tests for RDP6 planar compressor 2013-11-25 18:58:01 -05:00
TestFreeRDPCodecClear.c Fixed lots of compilation warnings and type mismatches 2021-06-16 15:21:56 +02:00
TestFreeRDPCodecInterleaved.c Refactored color.h 2022-04-28 08:40:47 +02:00
TestFreeRDPCodecMppc.c No longer export ncrush, xcrush and mppc codecs 2022-04-28 11:24:29 +02:00
TestFreeRDPCodecNCrush.c No longer export ncrush, xcrush and mppc codecs 2022-04-28 11:24:29 +02:00
TestFreeRDPCodecPlanar.c Fixed conditional warnings 2022-04-28 12:37:19 +02:00
TestFreeRDPCodecProgressive.c winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
TestFreeRDPCodecRemoteFX.c Fixed shadowing and type errors 2021-08-24 10:45:57 +02:00
TestFreeRDPCodecXCrush.c No longer export ncrush, xcrush and mppc codecs 2022-04-28 11:24:29 +02:00
TestFreeRDPCodecZGfx.c Fixed API const correctness 2021-12-01 10:28:53 +01:00
TestFreeRDPRegion.c Reformatted to new style 2019-11-07 10:53:54 +01:00