| Commit message (Expand) | Author | Age | Files | Lines |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 2 | -0/+21 |
* | Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable | NVIDIA Corporation | 2009-11-10 | 1 | -0/+2 |
* | Use enum PixelFormat instead of int for srcFormat and dstFormat. | Carl Eugen Hoyos | 2009-11-08 | 1 | -8/+8 |
* | Document sws_freeContext(). | Stefano Sabatini | 2009-11-07 | 1 | -0/+4 |
* | Document slice ordering assumption done by sws_scale(). | Stefano Sabatini | 2009-10-30 | 1 | -1/+5 |
* | Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro. | Diego Biurrun | 2009-09-22 | 1 | -1/+1 |
* | Cleanup buffer debugs in swScale(). | Ramiro Polla | 2009-09-16 | 1 | -14/+19 |
* | Use correct buffers in vertical scaler in unscaled YV12 case. | Ramiro Polla | 2009-09-16 | 1 | -3/+3 |
* | Reset slice direction at end of each frame. | Ramiro Polla | 2009-09-13 | 1 | -0/+8 |
* | Remove ; after while(0) in macros. | Ramiro Polla | 2009-09-12 | 1 | -3/+3 |
* | Document that slices can be bottom to top or top to bottom. | Ramiro Polla | 2009-09-09 | 1 | -1/+1 |
* | Indent. | Ramiro Polla | 2009-09-07 | 2 | -53/+53 |
* | Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label | Ramiro Polla | 2009-09-06 | 1 | -20/+20 |
* | Indent. | Ramiro Polla | 2009-09-05 | 1 | -6/+6 |
* | Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). | Lars Täuber | 2009-09-05 | 3 | -54/+54 |
* | Curly brackets cosmetics for previous commit. | Ramiro Polla | 2009-08-29 | 1 | -6/+3 |
* | Check for return value of initFilter(). | Ramiro Polla | 2009-08-29 | 1 | -8/+12 |
* | Revert mistakenly commited hunk. | Ramiro Polla | 2009-08-29 | 1 | -3/+2 |
* | swscale: Check for return values of malloc. | Ramiro Polla | 2009-08-29 | 3 | -24/+47 |
* | swscale-example: Free memory used by input data. | Ramiro Polla | 2009-08-29 | 1 | -0/+2 |
* | Restore comment that was partially removed. | Ramiro Polla | 2009-08-29 | 1 | -0/+1 |
* | swscale-example: Rename src->ref so as to not confuse with src being used in ... | Ramiro Polla | 2009-08-23 | 1 | -2/+2 |
* | swscale-example: Use SWS_BILINEAR instead of hardcoded value. | Ramiro Polla | 2009-08-23 | 1 | -1/+1 |
* | Fix inconsistent indentation. | Ramiro Polla | 2009-08-22 | 1 | -2/+2 |
* | Check return values of sws_allocVec() and sws_getConstVec(). | Ramiro Polla | 2009-08-20 | 1 | -0/+21 |
* | Free initial swscale context, too. Avoids a valgrind warning. | Reimar Döffinger | 2009-08-19 | 1 | -0/+1 |
* | Remove useless casts of malloc return value. | Reimar Döffinger | 2009-08-19 | 1 | -3/+3 |
* | Introduce and use sws_allocVec(). | Ramiro Polla | 2009-08-19 | 2 | -18/+23 |
* | Reuse sws_getConstVec() where possible. | Ramiro Polla | 2009-08-19 | 1 | -34/+10 |
* | swscale-example: Make selection of dstW, dstH, and flags more clear. | Ramiro Polla | 2009-08-17 | 1 | -8/+12 |
* | More indentation changes leftover from r29522: | Ramiro Polla | 2009-08-16 | 2 | -693/+693 |
* | Cosmetics: | Ramiro Polla | 2009-08-16 | 15 | -766/+579 |
* | Indent libswscale: | Ramiro Polla | 2009-08-16 | 8 | -1756/+1756 |
* | Indent. | Ramiro Polla | 2009-08-15 | 1 | -4/+4 |
* | Vertical yuv -> yuv16 scaler. | Ramiro Polla | 2009-08-14 | 2 | -0/+101 |
* | BGR32 MMX special convertor. | Peter Schlaile | 2009-08-14 | 2 | -21/+85 |
* | Indent. | Ramiro Polla | 2009-08-13 | 1 | -20/+20 |
* | swscale-example: Don't check for chroma planes in mono formats. | Ramiro Polla | 2009-08-13 | 1 | -1/+6 |
* | MMX2 horizontal scaler: Determine code size at runtime. | Ramiro Polla | 2009-08-13 | 2 | -14/+24 |
* | Protect mmx2 filter code buffers so they are not executable and writeable at | Ramiro Polla | 2009-08-13 | 1 | -2/+7 |
* | Remove duplicate define (it is the same in the lum code). | Ramiro Polla | 2009-08-13 | 1 | -21/+0 |
* | Rename "funny" code to "mmx2 filter" code. | Ramiro Polla | 2009-08-13 | 3 | -50/+50 |
* | Indent. | Ramiro Polla | 2009-08-13 | 1 | -2/+2 |
* | swscale-example: Remove hack to end loop by setting variables to break. | Ramiro Polla | 2009-08-13 | 1 | -13/+5 |
* | swscale-example: Don't return random value from main(). | Ramiro Polla | 2009-08-13 | 1 | -1/+1 |
* | swscale-example: Check for Gray formats. | Ramiro Polla | 2009-08-13 | 1 | -3/+9 |
* | Remove disabled debug code. | Diego Biurrun | 2009-08-10 | 1 | -9/+0 |
* | Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC. | Ramiro Polla | 2009-08-09 | 1 | -2/+2 |
* | Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused | Kostya Shishkov | 2009-08-09 | 1 | -66/+66 |
* | Remove disabled crufty code. | Diego Biurrun | 2009-08-08 | 3 | -42/+0 |