632 Commits (864a0742134187260257396d9de3c8c06d5d1122)

Author SHA1 Message Date
Måns Rullgård e8393e1cb8 Add symbol versioning for shared libraries 15 years ago
Ramiro Polla 2e3e8031ec Don't initialize normal horizontal filter if MMX2 filter is used. 15 years ago
Zuxy Meng a959e24780 Const correctness for src pointer. Remove all constness related warnings in 15 years ago
Stefano Sabatini 3bfbbef64d Fix typo. 15 years ago
Ramiro Polla 00c081a8f0 Remove unused clip_table code. 15 years ago
Ramiro Polla efc034cc0f Add const qualifier to rgb48 to YV12 functions' src. 15 years ago
Ramiro Polla a3e35e2852 Add missing parameter to rgb48 to YV12 functions. 15 years ago
David Conrad 28b2866f45 /nop is illegal with Apple's older version of gas, this was fixed elsewhere 15 years ago
Zuxy Meng 845e37e770 Make sure that sfence is used after any non temporal stores. 15 years ago
Zuxy Meng 52c0fcaf52 Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for 15 years ago
Ramiro Polla 996de2fefa cosmetics: {} placement. 15 years ago
Zuxy Meng 23b0072ad7 MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just 15 years ago
Zuxy Meng 4b19045566 Remove unused PREFETCHW macro 15 years ago
Reimar Döffinger 1b168a428d Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will 15 years ago
Stefano Sabatini 8e9767f6fd Implement sws_isSupportedInput() and sws_isSupportedOutput(). 15 years ago
Zuxy Meng bb34acd8a4 Remove const to avoid a bunch of GCC warnings against discarded qualifiers and 15 years ago
Stefano Sabatini 634116df3e Prefer enum PixelFormat over int for the type of the format parameter 15 years ago
Stefano Sabatini 997980f0d8 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the 15 years ago
Stefano Sabatini f412d5e97a Simplify usePal() macro, make it use av_pix_fmt_descriptors. 15 years ago
Stefano Sabatini b3cf7cb144 Simplify getSubSampleFactors(), make it use the values provided by 15 years ago
Reimar Döffinger f514b4f937 Do not needlessly use the BP register in x86_64-specific code, there are 15 years ago
Diego Biurrun c887b30d79 Remove unused variable, fixes the warning: 15 years ago
Ramiro Polla aaba7e6c66 Remove parameters no longer used in h[yc]scale(). 15 years ago
Ramiro Polla a1f4b4bb6e Move fast bilinear scaler code to the existing h[yc]scale_fast() functions. 15 years ago
Ramiro Polla bb53e1d188 Rename function pointers used to convert from the input pixel format to the 15 years ago
Ramiro Polla e7a47515ab Check if chroma horizontal scaler is needed in sws_init_swScale(). 15 years ago
Ramiro Polla 6f9771d7a6 Remove unused fields from SwsContext. 15 years ago
Ramiro Polla d3243d1431 Indentation. 15 years ago
Ramiro Polla e77ddfa293 Indent. 15 years ago
Ramiro Polla b501a1f56a Set fast_bilinear functions in sws_init_swScale(). 15 years ago
Ramiro Polla bae76dc3eb Set horizontal scaler's range conversion in context in sws_init_swScale(). 15 years ago
Ramiro Polla 84011f10d5 Set horizontal scaler's src offsets in context in sws_init_swScale(). 15 years ago
Ramiro Polla a8bcc7b42b Document the differences between the two asm fragments in initMMX2HScaler(). 15 years ago
Ramiro Polla 75084e47ff Start using intermediate buffers at index 0. 15 years ago
Ramiro Polla e470691aa8 Fix compilation with runtime cpu detection. 15 years ago
Ramiro Polla f415be684d Add support for nv12/nv21 input. 15 years ago
Stefano Sabatini a9af75ae85 Make sws_format_name() use av_pix_fmt_descriptors. 15 years ago
Diego Biurrun bd381fd3f6 Add functions to return library license and library configuration. 15 years ago
NVIDIA Corporation 8cbcb1c732 Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable 15 years ago
Carl Eugen Hoyos b411dfff4c Use enum PixelFormat instead of int for srcFormat and dstFormat. 15 years ago
Stefano Sabatini 2e0a80a128 Document sws_freeContext(). 15 years ago
Stefano Sabatini a520e9f235 Document slice ordering assumption done by sws_scale(). 15 years ago
Diego Biurrun 53e5462040 Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro. 15 years ago
Ramiro Polla c866c7d041 Cleanup buffer debugs in swScale(). 15 years ago
Ramiro Polla 953c821f9b Use correct buffers in vertical scaler in unscaled YV12 case. 15 years ago
Ramiro Polla 749fac310c Reset slice direction at end of each frame. 15 years ago
Ramiro Polla 9451b59fc6 Remove ; after while(0) in macros. 15 years ago
Ramiro Polla 30715d4273 Document that slices can be bottom to top or top to bottom. 15 years ago
Ramiro Polla 7d73d1c336 Indent. 15 years ago
Ramiro Polla 9cf484d06e Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label 15 years ago