summaryrefslogtreecommitdiff
path: root/xine_post_swscale.c
AgeCommit message (Collapse)Author
2011-10-30Fix FSF address in copyright notices.phintuka
(Thanks to Ville Skyttä)
2011-03-02Reduced logging: added parameter to enable debug tracesphintuka
2011-02-21Fixed unaligned access when compiled with some 32-bit gcc 4.4.x versions.phintuka
Closes #2952110
2010-05-24Fixed comparing Floating point variablesphintuka
(Thanks to Winfried Koehler)
2010-05-24Cosmetics: moved utility macros to beginning of the filephintuka
2010-05-22Fixed comparing unsigned and signed varsphintuka
(Thanks to Winfried Koehler)
2010-04-16Removed unneeded / double function declarationsphintuka
(Thanks to Winfried Koehler)
2008-12-13Added missing newline to debug outputphintuka
2008-05-22xine_xmalloc -> callocphintuka
2008-03-13Added possibility to set aspect ratio without locale-specific decimal pointphintuka
2008-02-28Updated to post plugin interface version 10 (xine-lib 1.2 branch)phintuka
2008-02-21Fix incorrect SSE2 register in MMX code and fix corresponding commentsphintuka
2008-02-21Performance improvement: disable prefetch and streaming storephintuka
2008-02-21Move sse2/mmx constants from rodata to stack (this should fix x86_32 PIC issues)phintuka
Fix aspect ratio difference check.
2008-02-21Use local labels in assembler code.phintuka
This should fix assembler errors when function(s) are inlined.
2008-02-20Initial importphintuka