164 Commits (a677078e147a74c17f2ded84e0fd6b795a3d610d)

Author SHA1 Message Date
Ramiro Polla f1d5a1f285 Reorder buffer debug. Also print out if slice was buffered. 15 years ago
Michael Niedermayer 6022255774 Use isAnyRGB() where possible 15 years ago
Michael Niedermayer 3b1ee70312 Rename isRGB() and isBGR() as their meaning is confusing. 15 years ago
Stefano Sabatini bc45751f7f Declare with av_unused the variable alpMmxFilter, fix the gcc warning: 15 years ago
Ramiro Polla 0cc854e377 Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler. 15 years ago
Zuxy Meng a959e24780 Const correctness for src pointer. Remove all constness related warnings in 15 years ago
Ramiro Polla 996de2fefa cosmetics: {} placement. 15 years ago
Zuxy Meng 4b19045566 Remove unused PREFETCHW macro 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 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 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
Carl Eugen Hoyos b411dfff4c Use enum PixelFormat instead of int for srcFormat and dstFormat. 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
Lars Täuber 991e579cae Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). 15 years ago
Ramiro Polla c255994b29 More indentation changes leftover from r29522: 15 years ago
Ramiro Polla dd68318cee Cosmetics: 15 years ago
Ramiro Polla 9b734d44ab Indent libswscale: 15 years ago
Ramiro Polla ebe5dec22b Indent. 15 years ago
Ramiro Polla 52154148f4 Vertical yuv -> yuv16 scaler. 15 years ago
Ramiro Polla b0e1343b85 Remove duplicate define (it is the same in the lum code). 15 years ago
Ramiro Polla bcdedf675f Rename "funny" code to "mmx2 filter" code. 15 years ago
Diego Biurrun 0bf18ed32d Remove disabled crufty code. 15 years ago
Ramiro Polla cbdc08d5a6 Indent. 16 years ago
Ramiro Polla fb91df397a Remove duplicate horizontal scaling when there aren't enough lines in a slice 16 years ago
Ramiro Polla 94daf2e94c Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them 16 years ago
Ramiro Polla 18c61752fd Factorize x86 fast_bilinear assembly. 16 years ago
Ramiro Polla 6d08d7f3c8 Fix assembly comments for x86 fast_bilinear so they match the C code. 16 years ago
Ramiro Polla fdf70cc5c9 Kill warnings of possibly unused variables by using av_unused. 16 years ago
Ramiro Polla 934626a9f9 Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. 16 years ago
Kostya Shishkov e8417235d0 Partial (low bits ignored, no direct transcoding into other RGB formats) support 16 years ago
Kostya Shishkov 80704c47c4 Move colorspace conversion functions implemented in pure C from template 16 years ago
Cédric Schieli f267119786 Fix chroma shift when scaling from ARGB on LE and BGRA on BE 16 years ago
Michael Niedermayer de1275d5e8 Planar 16bit 420 422 444 YUV support (output is only supported in some 16 years ago
Cédric Schieli 39e5f87b1a Do not use abgrToA for both luma and alpha channel in hyscale. 16 years ago
Ramiro Polla 40fa514033 swscale: Use function pointers for swScale functions. 16 years ago
Ramiro Polla 7ac4032784 swscale: Add const to some swScale functions' parameters. 16 years ago
Ramiro Polla 95b5770bc7 swscale: Remove mmx2 params from h[yc]scale(). 16 years ago
Ramiro Polla 392b656764 swscale: Split h[yc]scale_fast() into their own functions. 16 years ago