aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale
Commit message (Expand)AuthorAge
* Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.Gravatar diego2009-09-22
* Cleanup buffer debugs in swScale().Gravatar ramiro2009-09-16
* Use correct buffers in vertical scaler in unscaled YV12 case.Gravatar ramiro2009-09-16
* Reset slice direction at end of each frame.Gravatar ramiro2009-09-13
* Remove ; after while(0) in macros.Gravatar ramiro2009-09-12
* Document that slices can be bottom to top or top to bottom.Gravatar ramiro2009-09-09
* Indent.Gravatar ramiro2009-09-07
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelGravatar ramiro2009-09-06
* Indent.Gravatar ramiro2009-09-05
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Gravatar ramiro2009-09-05
* Curly brackets cosmetics for previous commit.Gravatar ramiro2009-08-29
* Check for return value of initFilter().Gravatar ramiro2009-08-29
* Revert mistakenly commited hunk.Gravatar ramiro2009-08-29
* swscale: Check for return values of malloc.Gravatar ramiro2009-08-29
* swscale-example: Free memory used by input data.Gravatar ramiro2009-08-29
* Restore comment that was partially removed.Gravatar ramiro2009-08-29
* swscale-example: Rename src->ref so as to not confuse with src being used in ...Gravatar ramiro2009-08-23
* swscale-example: Use SWS_BILINEAR instead of hardcoded value.Gravatar ramiro2009-08-23
* Fix inconsistent indentation.Gravatar ramiro2009-08-22
* Check return values of sws_allocVec() and sws_getConstVec().Gravatar ramiro2009-08-20
* Free initial swscale context, too. Avoids a valgrind warning.Gravatar reimar2009-08-19
* Remove useless casts of malloc return value.Gravatar reimar2009-08-19
* Introduce and use sws_allocVec().Gravatar ramiro2009-08-19
* Reuse sws_getConstVec() where possible.Gravatar ramiro2009-08-19
* swscale-example: Make selection of dstW, dstH, and flags more clear.Gravatar ramiro2009-08-17
* More indentation changes leftover from r29522:Gravatar ramiro2009-08-16
* Cosmetics:Gravatar ramiro2009-08-16
* Indent libswscale:Gravatar ramiro2009-08-16
* Indent.Gravatar ramiro2009-08-15
* Vertical yuv -> yuv16 scaler.Gravatar ramiro2009-08-14
* BGR32 MMX special convertor.Gravatar ramiro2009-08-14
* Indent.Gravatar ramiro2009-08-13
* swscale-example: Don't check for chroma planes in mono formats.Gravatar ramiro2009-08-13
* MMX2 horizontal scaler: Determine code size at runtime.Gravatar ramiro2009-08-13
* Protect mmx2 filter code buffers so they are not executable and writeable atGravatar ramiro2009-08-13
* Remove duplicate define (it is the same in the lum code).Gravatar ramiro2009-08-13
* Rename "funny" code to "mmx2 filter" code.Gravatar ramiro2009-08-13
* Indent.Gravatar ramiro2009-08-13
* swscale-example: Remove hack to end loop by setting variables to break.Gravatar ramiro2009-08-13
* swscale-example: Don't return random value from main().Gravatar ramiro2009-08-13
* swscale-example: Check for Gray formats.Gravatar ramiro2009-08-13
* Remove disabled debug code.Gravatar diego2009-08-10
* Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.Gravatar ramiro2009-08-09
* Remove 'offset' argument from PUTRGB* macros since it's unneeded and causedGravatar kostya2009-08-09
* Remove disabled crufty code.Gravatar diego2009-08-08
* Fix regression when converting to nv12/nv21.Gravatar cehoyos2009-08-01
* MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().Gravatar ramiro2009-07-28
* MMX2 scaler: factorize initMMX2Scaler().Gravatar ramiro2009-07-28
* MMX2 scaler: add variable to ease factorization of initMMX2Scaler().Gravatar ramiro2009-07-28
* Indent.Gravatar ramiro2009-07-28