| Commit message (Expand) | Author | Age |
* | compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(... | gpoirier | 2008-07-25 |
* | cosmetics: Fix indentation after last commit. | diego | 2008-07-24 |
* | Remove AltiVec vector declaration compiler compatibility macros. | diego | 2008-07-24 |
* | fix memleak | michael | 2008-07-21 |
* | Cleanup, use av_freep() instead of av_free(x); x=NULL | michael | 2008-07-21 |
* | Make C code in yuv2yuv1() do accurate rounding, this could be split | michael | 2008-07-18 |
* | indent | michael | 2008-07-17 |
* | Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE. | michael | 2008-07-17 |
* | simplify yuv2yuv1() | michael | 2008-07-17 |
* | 10l forgot SWS_BILINEAR | michael | 2008-07-17 |
* | Ensure that exactly one scaler algo is used. | michael | 2008-07-17 |
* | Cosmetics: reindent. | astrange | 2008-07-13 |
* | Remove const vector casts from Altivec. | astrange | 2008-07-13 |
* | 100l, avoption splitted code added, I should double check with svn status... | lu_zero | 2008-07-10 |
* | Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini | lu_zero | 2008-07-09 |
* | Remove ASSERT() macro. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 |
* | Reindent. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 |
* | Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini | lu_zero | 2008-07-06 |
* | spelling/grammar/wording overhaul | diego | 2008-07-04 |
* | whitespace cosmetics | diego | 2008-07-04 |
* | Place license header at the top of the file for consistency. | diego | 2008-07-04 |
* | OBJS should end in .o, not .c. | diego | 2008-06-08 |
* | VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi. | diego | 2008-06-08 |
* | Add missing #include, patch by Jan Knutar, jknutar nic fi. | diego | 2008-06-08 |
* | restore needed cast to correct type with const | bcoudurier | 2008-06-01 |
* | cast to correct type, suppress warnings | bcoudurier | 2008-06-01 |
* | cast to correct type, suppress warnings | bcoudurier | 2008-06-01 |
* | cast to correct type, suppress warning | bcoudurier | 2008-06-01 |
* | cast to correct type, suppress warnings | bcoudurier | 2008-06-01 |
* | add const, suppress warnings | bcoudurier | 2008-06-01 |
* | remove useless casts | bcoudurier | 2008-06-01 |
* | add const, suppress warnings | bcoudurier | 2008-06-01 |
* | add const, suppress warnings | bcoudurier | 2008-06-01 |
* | remove useless casts | bcoudurier | 2008-06-01 |
* | Remove in_asm_used_var_warning_killer() | superdump | 2008-05-09 |
* | Use full path for #includes from another directory. | diego | 2008-05-09 |
* | cosmetics: sort lines (correctly) | diego | 2008-05-05 |
* | cosmetics: Shuffle lines around and add empty lines. | lu_zero | 2008-05-04 |
* | Build sparc arch specific code using the Makefile | lu_zero | 2008-05-04 |
* | cosmetics: alphabetical order | diego | 2008-05-04 |
* | cosmetics: __asm__ __volatile__ --> asm volatile | diego | 2008-04-17 |
* | Relicense test/example files as LGPL with Michael's permission. | diego | 2008-04-13 |
* | non-recursive makefiles | mru | 2008-04-07 |
* | Fix wrong #endif comment. | diego | 2008-03-29 |
* | Classify mlib as a configurable option, not as a hardware feature. | diego | 2008-03-25 |
* | Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling. | diego | 2008-03-22 |
* | cosmetics: comment typo fixes | diego | 2008-03-22 |
* | Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. | diego | 2008-03-18 |
* | Fix a typo that causes an assertion to always fail. | zuxy | 2008-03-17 |
* | typo | diego | 2008-03-15 |