| Commit message (Expand) | Author | Age | Files | Lines |
* | compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(... | Guillaume Poirier | 2008-07-25 | 1 | -8/+8 |
* | Fix indentation after last commit. | Diego Biurrun | 2008-07-24 | 1 | -6/+6 |
* | Remove AltiVec vector declaration compiler compatibility macros. | Diego Biurrun | 2008-07-24 | 1 | -47/+47 |
* | fix memleak | Michael Niedermayer | 2008-07-21 | 1 | -4/+7 |
* | Cleanup, use av_freep() instead of av_free(x); x=NULL | Michael Niedermayer | 2008-07-21 | 1 | -46/+22 |
* | Make C code in yuv2yuv1() do accurate rounding, this could be split | Michael Niedermayer | 2008-07-18 | 1 | -3/+3 |
* | indent | Michael Niedermayer | 2008-07-17 | 1 | -8/+8 |
* | Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE. | Michael Niedermayer | 2008-07-17 | 1 | -2/+31 |
* | simplify yuv2yuv1() | Michael Niedermayer | 2008-07-17 | 1 | -16/+7 |
* | 10l forgot SWS_BILINEAR | Michael Niedermayer | 2008-07-17 | 1 | -0/+1 |
* | Ensure that exactly one scaler algo is used. | Michael Niedermayer | 2008-07-17 | 1 | -0/+17 |
* | Cosmetics: reindent. | Alexander Strange | 2008-07-13 | 1 | -13/+13 |
* | Remove const vector casts. | Alexander Strange | 2008-07-13 | 1 | -7/+7 |
* | 100L, avoption splited code added, I should double check with svn status... | Luca Barbato | 2008-07-10 | 1 | -0/+59 |
* | Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini | Luca Barbato | 2008-07-09 | 3 | -40/+3 |
* | Remove ASSERT() macro. SoC Patch from Keiji Costantini | Luca Barbato | 2008-07-06 | 2 | -33/+27 |
* | Reindent. SoC Patch from Keiji Costantini | Luca Barbato | 2008-07-06 | 1 | -45/+42 |
* | Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini | Luca Barbato | 2008-07-06 | 1 | -8/+14 |
* | spelling/grammar/wording overhaul | Diego Biurrun | 2008-07-04 | 13 | -176/+178 |
* | whitespace cosmetics | Diego Biurrun | 2008-07-04 | 2 | -82/+81 |
* | Place license header at the top of the file for consistency. | Diego Biurrun | 2008-07-04 | 1 | -21/+21 |
* | OBJS should end in .o, not .c. | Diego Biurrun | 2008-06-08 | 1 | -1/+1 |
* | VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi. | Jan Knutar | 2008-06-08 | 1 | -1/+1 |
* | Add missing #include, patch by Jan Knutar, jknutar nic fi. | Jan Knutar | 2008-06-08 | 1 | -0/+1 |
* | restore needed cast to correct type with const | Baptiste Coudurier | 2008-06-01 | 1 | -2/+2 |
* | cast to correct type, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -1/+1 |
* | cast to correct type, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -1/+1 |
* | add const, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -1/+1 |
* | cast to correct type, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -2/+2 |
* | add const, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -2/+2 |
* | remove useless casts | Baptiste Coudurier | 2008-06-01 | 1 | -4/+4 |
* | add const, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -6/+6 |
* | add const, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -10/+11 |
* | remove useless casts | Baptiste Coudurier | 2008-06-01 | 1 | -6/+6 |
* | Remove in_asm_used_var_warning_killer() | Keiji Costantini | 2008-05-09 | 1 | -10/+0 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 4 | -6/+6 |
* | cosmetics: sort lines (correctly) | Diego Biurrun | 2008-05-05 | 1 | -5/+2 |
* | Cosmetics: reorder and align targets | Luca Barbato | 2008-05-04 | 1 | -1/+3 |
* | Build sparc arch specific code using the Makefile | Luca Barbato | 2008-05-04 | 2 | -8/+3 |
* | cosmetics: alphabetical order | Diego Biurrun | 2008-05-04 | 1 | -3/+1 |
* | cosmetics: __asm__ __volatile__ --> asm volatile | Diego Biurrun | 2008-04-17 | 1 | -12/+12 |
* | Relicense test/example files as LGPL with Michael's permission. | Diego Biurrun | 2008-04-13 | 2 | -16/+16 |
* | non-recursive makefiles | Måns Rullgård | 2008-04-07 | 1 | -7/+6 |
* | Fix wrong #endif comment. | Diego Biurrun | 2008-03-29 | 1 | -1/+1 |
* | Classify mlib as a configurable option, not as a hardware feature. | Diego Biurrun | 2008-03-25 | 1 | -2/+2 |
* | Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling. | Alexander Strange | 2008-03-22 | 1 | -8/+8 |
* | cosmetics: comment typo fixes | Diego Biurrun | 2008-03-22 | 1 | -1/+2 |
* | Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. | Diego Biurrun | 2008-03-18 | 1 | -2/+0 |
* | Fix a typo that causes an assertion to always fail. | Zuxy Meng | 2008-03-17 | 1 | -1/+1 |
* | typo | Diego Biurrun | 2008-03-15 | 1 | -1/+1 |