| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify reset_ptr(): employ usePal() macro rather than enumerating | Stefano Sabatini | 2010-01-16 | 1 | -6/+2 |
* | Add symbol versioning for shared libraries | Måns Rullgård | 2010-01-16 | 1 | -0/+4 |
* | Don't initialize normal horizontal filter if MMX2 filter is used. | Ramiro Polla | 2010-01-15 | 1 | -17/+18 |
* | Const correctness for src pointer. Remove all constness related warnings in | Zuxy Meng | 2010-01-15 | 9 | -69/+69 |
* | Fix typo. | Stefano Sabatini | 2010-01-15 | 1 | -1/+1 |
* | Remove unused clip_table code. | Ramiro Polla | 2010-01-14 | 1 | -14/+0 |
* | Add const qualifier to rgb48 to YV12 functions' src. | Ramiro Polla | 2010-01-14 | 1 | -4/+4 |
* | Add missing parameter to rgb48 to YV12 functions. | Ramiro Polla | 2010-01-14 | 1 | -3/+6 |
* | /nop is illegal with Apple's older version of gas, this was fixed elsewhere | David Conrad | 2010-01-12 | 1 | -1/+1 |
* | Make sure that sfence is used after any non temporal stores. | Zuxy Meng | 2010-01-12 | 1 | -2/+2 |
* | Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for | Zuxy Meng | 2010-01-11 | 1 | -0/+1 |
* | cosmetics: {} placement. | Ramiro Polla | 2010-01-11 | 1 | -4/+2 |
* | MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just | Zuxy Meng | 2010-01-09 | 2 | -98/+118 |
* | Remove unused PREFETCHW macro | Zuxy Meng | 2010-01-09 | 2 | -8/+0 |
* | Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will | Reimar Döffinger | 2010-01-08 | 1 | -0/+4 |
* | Implement sws_isSupportedInput() and sws_isSupportedOutput(). | Stefano Sabatini | 2010-01-07 | 2 | -2/+26 |
* | Remove const to avoid a bunch of GCC warnings against discarded qualifiers and | Zuxy Meng | 2010-01-07 | 1 | -2/+2 |
* | Prefer enum PixelFormat over int for the type of the format parameter | Stefano Sabatini | 2010-01-03 | 1 | -1/+1 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the | Stefano Sabatini | 2010-01-03 | 2 | -4/+4 |
* | Simplify usePal() macro, make it use av_pix_fmt_descriptors. | Stefano Sabatini | 2010-01-03 | 1 | -7/+1 |
* | Simplify getSubSampleFactors(), make it use the values provided by | Stefano Sabatini | 2010-01-03 | 1 | -47/+2 |
* | Do not needlessly use the BP register in x86_64-specific code, there are | Reimar Döffinger | 2010-01-01 | 1 | -4/+4 |
* | Remove unused variable, fixes the warning: | Diego Biurrun | 2009-12-28 | 1 | -1/+0 |
* | Remove parameters no longer used in h[yc]scale(). | Ramiro Polla | 2009-12-21 | 1 | -10/+10 |
* | Move fast bilinear scaler code to the existing h[yc]scale_fast() functions. | Ramiro Polla | 2009-12-21 | 2 | -196/+196 |
* | Rename function pointers used to convert from the input pixel format to the | Ramiro Polla | 2009-12-21 | 2 | -55/+55 |
* | Check if chroma horizontal scaler is needed in sws_init_swScale(). | Ramiro Polla | 2009-12-21 | 2 | -4/+7 |
* | Remove unused fields from SwsContext. | Ramiro Polla | 2009-12-21 | 1 | -1/+0 |
* | Indentation. | Ramiro Polla | 2009-12-20 | 2 | -14/+14 |
* | Indent. | Ramiro Polla | 2009-12-20 | 1 | -2/+2 |
* | Set fast_bilinear functions in sws_init_swScale(). | Ramiro Polla | 2009-12-20 | 1 | -12/+10 |
* | Set horizontal scaler's range conversion in context in sws_init_swScale(). | Ramiro Polla | 2009-12-20 | 2 | -28/+50 |
* | Set horizontal scaler's src offsets in context in sws_init_swScale(). | Ramiro Polla | 2009-12-20 | 2 | -19/+24 |
* | Document the differences between the two asm fragments in initMMX2HScaler(). | Ramiro Polla | 2009-12-07 | 1 | -0/+6 |
* | Start using intermediate buffers at index 0. | Ramiro Polla | 2009-12-06 | 1 | -2/+2 |
* | Fix compilation with runtime cpu detection. | Ramiro Polla | 2009-12-05 | 1 | -8/+8 |
* | Add support for nv12/nv21 input. | Ramiro Polla | 2009-12-03 | 2 | -0/+52 |
* | Make sws_format_name() use av_pix_fmt_descriptors. | Stefano Sabatini | 2009-11-26 | 2 | -110/+5 |
* | 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 |