804 Commits (dec112691561bddaea07e0ad455a71bf29ade60d)

Author SHA1 Message Date
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
Ramiro Polla c2613a3137 Indent. 15 years ago
Lars Täuber 991e579cae Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). 15 years ago
Ramiro Polla 67c2c5bb2e Curly brackets cosmetics for previous commit. 15 years ago
Ramiro Polla 1ddb5747df Check for return value of initFilter(). 15 years ago
Ramiro Polla dd653355fa Revert mistakenly commited hunk. 15 years ago
Ramiro Polla 7248797c03 swscale: Check for return values of malloc. 15 years ago
Ramiro Polla 111641a97a swscale-example: Free memory used by input data. 15 years ago
Ramiro Polla 0607b09069 Restore comment that was partially removed. 15 years ago
Ramiro Polla 89fb9516af swscale-example: Rename src->ref so as to not confuse with src being used in doTest(). 15 years ago
Ramiro Polla 7da35acdab swscale-example: Use SWS_BILINEAR instead of hardcoded value. 15 years ago
Ramiro Polla a48ce2c3a7 Fix inconsistent indentation. 15 years ago
Ramiro Polla 1b03a9d607 Check return values of sws_allocVec() and sws_getConstVec(). 15 years ago
Reimar Döffinger 64d39b7c76 Free initial swscale context, too. Avoids a valgrind warning. 15 years ago
Reimar Döffinger 7b67bd92f4 Remove useless casts of malloc return value. 15 years ago
Ramiro Polla 1aff375d41 Introduce and use sws_allocVec(). 15 years ago
Ramiro Polla 20484b90ec Reuse sws_getConstVec() where possible. 15 years ago
Ramiro Polla 6b052ba88f swscale-example: Make selection of dstW, dstH, and flags more clear. 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
Peter Schlaile 562f685307 BGR32 MMX special convertor. 15 years ago
Ramiro Polla 737cbcde08 Indent. 15 years ago
Ramiro Polla d426ea20c9 swscale-example: Don't check for chroma planes in mono formats. 15 years ago
Ramiro Polla 48f4c61252 MMX2 horizontal scaler: Determine code size at runtime. 15 years ago
Ramiro Polla 0728778885 Protect mmx2 filter code buffers so they are not executable and writeable at 15 years ago
Ramiro Polla b0e1343b85 Remove duplicate define (it is the same in the lum code). 15 years ago