258 Commits (82ed0b763a10eeb8b75fd1a94867e18a8b072cf4)

Author SHA1 Message Date
Guillaume Poirier 14b83f9a3d compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro 16 years ago
Diego Biurrun 6b83bb1ee8 Fix indentation after last commit. 16 years ago
Diego Biurrun f22e5e22ef Remove AltiVec vector declaration compiler compatibility macros. 16 years ago
Michael Niedermayer 091d3bdc73 fix memleak 16 years ago
Michael Niedermayer 47b7382d29 Cleanup, use av_freep() instead of av_free(x); x=NULL 16 years ago
Michael Niedermayer a1f3ffa3ce Make C code in yuv2yuv1() do accurate rounding, this could be split 16 years ago
Michael Niedermayer d78c1ea16f indent 16 years ago
Michael Niedermayer bf2bdde67a Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE. 16 years ago
Michael Niedermayer 7bae01c62c simplify yuv2yuv1() 16 years ago
Michael Niedermayer 6afc7c19f0 10l forgot SWS_BILINEAR 16 years ago
Michael Niedermayer 010c00bc81 Ensure that exactly one scaler algo is used. 16 years ago
Alexander Strange 88c5cadc2a Cosmetics: reindent. 16 years ago
Alexander Strange 2ac6ff2ecb Remove const vector casts. 16 years ago
Luca Barbato 1619f426b9 100L, avoption splited code added, I should double check with svn status... 16 years ago
Luca Barbato e40b183d3a Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini 16 years ago
Luca Barbato fcc402b1c9 Remove ASSERT() macro. SoC Patch from Keiji Costantini 16 years ago
Luca Barbato bc5a04440b Reindent. SoC Patch from Keiji Costantini 16 years ago
Luca Barbato 2d35ae567f Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini 16 years ago
Diego Biurrun 8a3227968c spelling/grammar/wording overhaul 16 years ago
Diego Biurrun 4bdc44c7fe whitespace cosmetics 16 years ago
Diego Biurrun 7a4d5e174c Place license header at the top of the file for consistency. 16 years ago
Diego Biurrun b146e17df5 OBJS should end in .o, not .c. 17 years ago
Jan Knutar 862ae1d6a2 VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi. 17 years ago
Jan Knutar f3bbfe785e Add missing #include, patch by Jan Knutar, jknutar nic fi. 17 years ago
Baptiste Coudurier ce3d365f2f restore needed cast to correct type with const 17 years ago
Baptiste Coudurier b8b015f483 cast to correct type, suppress warnings 17 years ago
Baptiste Coudurier 74498eb44b cast to correct type, suppress warnings 17 years ago
Baptiste Coudurier 73d046e21f add const, suppress warnings 17 years ago
Baptiste Coudurier 87cf861c7d cast to correct type, suppress warnings 17 years ago
Baptiste Coudurier 3e62b7e34c add const, suppress warnings 17 years ago
Baptiste Coudurier 72d6b61074 remove useless casts 17 years ago
Baptiste Coudurier 774c386a10 add const, suppress warnings 17 years ago
Baptiste Coudurier 994c1ef014 add const, suppress warnings 17 years ago
Baptiste Coudurier baf7f7c64a remove useless casts 17 years ago
Keiji Costantini 49f2339cbf Remove in_asm_used_var_warning_killer() 17 years ago
Diego Biurrun 83da2c6f26 Use full path for #includes from another directory. 17 years ago
Diego Biurrun 8ab52e71e1 cosmetics: sort lines (correctly) 17 years ago
Luca Barbato e3e0d99332 Cosmetics: reorder and align targets 17 years ago
Luca Barbato 5478959b8f Build sparc arch specific code using the Makefile 17 years ago
Diego Biurrun 4405c986f9 cosmetics: alphabetical order 17 years ago
Diego Biurrun c6d4cef7c3 cosmetics: __asm__ __volatile__ --> asm volatile 17 years ago
Diego Biurrun 54e3ae2ea6 Relicense test/example files as LGPL with Michael's permission. 17 years ago
Måns Rullgård 7669899bdf non-recursive makefiles 17 years ago
Diego Biurrun 5202ed315b Fix wrong #endif comment. 17 years ago
Diego Biurrun bfffdb81c2 Classify mlib as a configurable option, not as a hardware feature. 17 years ago
Alexander Strange 86593486b4 Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling. 17 years ago
Diego Biurrun 4cf16bbed5 cosmetics: comment typo fixes 17 years ago
Diego Biurrun c5fec7d76c Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. 17 years ago
Zuxy Meng 5a352b14e7 Fix a typo that causes an assertion to always fail. 17 years ago
Diego Biurrun bee972eead typo 17 years ago