summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* enable yuv422p to uyvy converterBaptiste Coudurier2008-09-05
* Make 16bit grayscale output work.Michael Niedermayer2008-09-04
* Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.Michael Niedermayer2008-09-04
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer2008-09-04
* Fix 4 and 8 bit RGB/BGR input.Michael Niedermayer2008-09-04
* Remove workaround for rgb/bgr mess.Michael Niedermayer2008-09-04
* Fix 4 of the unscaled rgb15/16 converters, each of these containedMichael Niedermayer2008-09-04
* rgb vs bgr fix for the unscaled converters.Michael Niedermayer2008-09-04
* Fix rgb15/16 vs. bgr part2.Michael Niedermayer2008-09-04
* Fix rgb15/16 vs. bgr part1.Michael Niedermayer2008-09-04
* Add fflush to prevent stdout & stderr from being mixed.Michael Niedermayer2008-09-04
* Change headers' guardnames consistently with r15120.Stefano Sabatini2008-08-31
* Implement swscale_version().Stefano Sabatini2008-08-29
* compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(...Guillaume Poirier2008-07-25
* Fix indentation after last commit.Diego Biurrun2008-07-24
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-24
* fix memleakMichael Niedermayer2008-07-21
* Cleanup, use av_freep() instead of av_free(x); x=NULLMichael Niedermayer2008-07-21
* Make C code in yuv2yuv1() do accurate rounding, this could be splitMichael Niedermayer2008-07-18
* indentMichael Niedermayer2008-07-17
* Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.Michael Niedermayer2008-07-17
* simplify yuv2yuv1()Michael Niedermayer2008-07-17
* 10l forgot SWS_BILINEARMichael Niedermayer2008-07-17
* Ensure that exactly one scaler algo is used.Michael Niedermayer2008-07-17
* Cosmetics: reindent.Alexander Strange2008-07-13
* Remove const vector casts.Alexander Strange2008-07-13
* 100L, avoption splited code added, I should double check with svn status...Luca Barbato2008-07-10
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato2008-07-09
* Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
* Reindent. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
* Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
* whitespace cosmeticsDiego Biurrun2008-07-04
* Place license header at the top of the file for consistency.Diego Biurrun2008-07-04
* OBJS should end in .o, not .c.Diego Biurrun2008-06-08
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-08
* Add missing #include, patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-08
* restore needed cast to correct type with constBaptiste Coudurier2008-06-01
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* remove useless castsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* remove useless castsBaptiste Coudurier2008-06-01
* Remove in_asm_used_var_warning_killer()Keiji Costantini2008-05-09
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* cosmetics: sort lines (correctly)Diego Biurrun2008-05-05