aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Collapse)AuthorAgeFilesLines
* simplify function selection codeBaptiste Coudurier2008-09-051-6/+4
| | | | Originally committed as revision 27528 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* enable yuv422p to uyvy converterBaptiste Coudurier2008-09-054-0/+48
| | | | Originally committed as revision 27527 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make 16bit grayscale output work.Michael Niedermayer2008-09-042-6/+75
| | | | Originally committed as revision 27524 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.Michael Niedermayer2008-09-041-7/+1
| | | | Originally committed as revision 27523 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer2008-09-044-8/+53
| | | | | | Fixes issue248. Originally committed as revision 27522 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix 4 and 8 bit RGB/BGR input.Michael Niedermayer2008-09-041-9/+34
| | | | Originally committed as revision 27521 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove workaround for rgb/bgr mess.Michael Niedermayer2008-09-041-2/+2
| | | | Originally committed as revision 27520 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix 4 of the unscaled rgb15/16 converters, each of these containedMichael Niedermayer2008-09-041-28/+10
| | | | | | | | 2-3 bugs each of which made it fail completely, this code clearly has never been tested and been written by somone who knows the difference between a potato and a computer is that the first is round. Originally committed as revision 27519 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* rgb vs bgr fix for the unscaled converters.Michael Niedermayer2008-09-043-42/+42
| | | | Originally committed as revision 27518 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix rgb15/16 vs. bgr part2.Michael Niedermayer2008-09-041-24/+24
| | | | Originally committed as revision 27517 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix rgb15/16 vs. bgr part1.Michael Niedermayer2008-09-041-5/+12
| | | | Originally committed as revision 27516 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add fflush to prevent stdout & stderr from being mixed.Michael Niedermayer2008-09-041-0/+2
| | | | Originally committed as revision 27515 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change headers' guardnames consistently with r15120.Stefano Sabatini2008-08-313-9/+9
| | | | Originally committed as revision 27499 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Implement swscale_version().Stefano Sabatini2008-08-292-1/+11
| | | | Originally committed as revision 27492 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of ↵Guillaume Poirier2008-07-251-8/+8
| | | | | | AVV() macro Originally committed as revision 27349 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix indentation after last commit.Diego Biurrun2008-07-241-6/+6
| | | | Originally committed as revision 27345 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-241-47/+47
| | | | | | | | | | The original problem was that FSF and Apple gcc used a different syntax for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support the standard {} syntax and versions that support {} are available on all relevant Mac OS X versions. Thus the greater compatibility is no longer worth cluttering the code with macros. Originally committed as revision 27344 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fix memleakMichael Niedermayer2008-07-211-4/+7
| | | | Originally committed as revision 27332 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cleanup, use av_freep() instead of av_free(x); x=NULLMichael Niedermayer2008-07-211-46/+22
| | | | Originally committed as revision 27331 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make C code in yuv2yuv1() do accurate rounding, this could be splitMichael Niedermayer2008-07-181-3/+3
| | | | | | depending on SWS_ACCURATE as well if someone wants. Originally committed as revision 27323 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* indentMichael Niedermayer2008-07-171-8/+8
| | | | Originally committed as revision 27322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.Michael Niedermayer2008-07-171-2/+31
| | | | Originally committed as revision 27321 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* simplify yuv2yuv1()Michael Niedermayer2008-07-171-16/+7
| | | | Originally committed as revision 27320 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 10l forgot SWS_BILINEARMichael Niedermayer2008-07-171-0/+1
| | | | Originally committed as revision 27318 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Ensure that exactly one scaler algo is used.Michael Niedermayer2008-07-171-0/+17
| | | | Originally committed as revision 27317 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cosmetics: reindent.Alexander Strange2008-07-131-13/+13
| | | | Originally committed as revision 27279 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove const vector casts.Alexander Strange2008-07-131-7/+7
| | | | | | Fixes compilation with altivec and -std=gnu99. Originally committed as revision 27278 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 100L, avoption splited code added, I should double check with svn status...Luca Barbato2008-07-101-0/+59
| | | | Originally committed as revision 27245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato2008-07-093-40/+3
| | | | Originally committed as revision 27244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato2008-07-062-33/+27
| | | | Originally committed as revision 27214 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Reindent. SoC Patch from Keiji CostantiniLuca Barbato2008-07-061-45/+42
| | | | Originally committed as revision 27213 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniLuca Barbato2008-07-061-8/+14
| | | | Originally committed as revision 27212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* spelling/grammar/wording overhaulDiego Biurrun2008-07-0413-176/+178
| | | | Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* whitespace cosmeticsDiego Biurrun2008-07-042-82/+81
| | | | Originally committed as revision 27188 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Place license header at the top of the file for consistency.Diego Biurrun2008-07-041-21/+21
| | | | Originally committed as revision 27187 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* OBJS should end in .o, not .c.Diego Biurrun2008-06-081-1/+1
| | | | Originally committed as revision 27035 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-081-1/+1
| | | | Originally committed as revision 27034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add missing #include, patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-081-0/+1
| | | | Originally committed as revision 27033 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* restore needed cast to correct type with constBaptiste Coudurier2008-06-011-2/+2
| | | | Originally committed as revision 26957 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-011-1/+1
| | | | Originally committed as revision 26949 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-011-1/+1
| | | | Originally committed as revision 26948 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add const, suppress warningsBaptiste Coudurier2008-06-011-1/+1
| | | | Originally committed as revision 26947 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-011-2/+2
| | | | Originally committed as revision 26946 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add const, suppress warningsBaptiste Coudurier2008-06-011-2/+2
| | | | Originally committed as revision 26945 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove useless castsBaptiste Coudurier2008-06-011-4/+4
| | | | Originally committed as revision 26944 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add const, suppress warningsBaptiste Coudurier2008-06-011-6/+6
| | | | Originally committed as revision 26943 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add const, suppress warningsBaptiste Coudurier2008-06-011-10/+11
| | | | Originally committed as revision 26942 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove useless castsBaptiste Coudurier2008-06-011-6/+6
| | | | Originally committed as revision 26941 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove in_asm_used_var_warning_killer()Keiji Costantini2008-05-091-10/+0
| | | | | | Patch by Keiji Costantini ( strites gmail com ) Originally committed as revision 26706 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use full path for #includes from another directory.Diego Biurrun2008-05-094-6/+6
| | | | Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale