1047 Commits (n0.7.13)

Author SHA1 Message Date
  Ronald S. Bultje 4f64456a14 swscale: fix another integer overflow. 14 years ago
  Ronald S. Bultje 0fe5321634 swscale: take first/lastline over/underflows into account for MMX. 14 years ago
  Ronald S. Bultje b2b2dc61fa swscale: fix overflows in filterPos[] calculation for large sizes. 14 years ago
  Ronald S. Bultje ce99c1bfb5 swscale: enforce a minimum filtersize. 14 years ago
  Ronald S. Bultje dd8228dcff swscale: fix crash in fast_bilinear code when compiled with -mred-zone. 14 years ago
  Reinhard Tartler 851098c9e0 swscale: #include "libavutil/mathematics.h" 14 years ago
  Martin Storsjö 38a511e84c swscale: Readd #define _SVID_SOURCE 14 years ago
  Reimar Döffinger 02affe2f0e Compile x86/swscale_template with -mno-red-zone. 14 years ago
  Mans Rullgard dde0fb4aea ppc: fix some pointer to integer casts 14 years ago
  Ronald S. Bultje 47be9f5bd5 swscale: don't use planar output functions to write to NV12/21. 14 years ago
  Reimar Döffinger a582b028a4 Hack around gcc 4.6 breaking asm using call. 14 years ago
  Reimar Döffinger f36cea2673 Hack around gcc 4.6 breaking asm using call. 14 years ago
  Ronald S. Bultje acf2d3293c swscale: don't use planar output functions to write to NV12/21. 14 years ago
  Diego Biurrun 8f536408d1 doxygen: Remove spurious documentation for non-existing function parameters. 14 years ago
  Michael Niedermayer 082b4f8348 swscale: undo version upgrade that git merged in and that i missed 14 years ago
  Michael Niedermayer 788c313b50 swscale: revert ABI breaking long->int chnage that touch public ABI 14 years ago
  Reinhard Tartler 0793531859 Bump major version for b8e893399f 14 years ago
  Michael Niedermayer 15b4f6449d swscale: fix mono input for width%8 14 years ago
  Janne Grunau 3636e791ec swscale: use SwsContext for av_log when available 15 years ago
  Diego Biurrun a60466dbc3 swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled. 14 years ago
  Diego Biurrun 97e057ff81 swscale: Fix compilation with --disable-mmx2. 14 years ago
  Ronald S. Bultje 4e05830205 swscale: remove misplaced comment. 14 years ago
  Ronald S. Bultje 9f63211175 swscale: split out RGB48 output functions from yuv2packed[12X]_c(). 14 years ago
  Michael Niedermayer 0af8a71d66 swscale: fix JPEG-range YUV scaling artifacts. 14 years ago
  Ronald S. Bultje 103278f7b0 libavutil/swscale: YUV444P10/YUV444P9 support. 14 years ago
  Ronald S. Bultje af2faf2076 swscale: split YUYV output out of yuv2packed[12X]_c(). 14 years ago
  Ronald S. Bultje 6b105e3ee6 swscale: extract monowhite/black output from yuv2packed[12X]_c(). 14 years ago
  Ronald S. Bultje 6d4d483eee swscale: de-macro'ify RGB15/16/32 input functions. 14 years ago
  Ronald S. Bultje e2babb9b47 swscale: rearrange code. 14 years ago
  Ronald S. Bultje dbd3183935 swscale: change 48bit RGB input macros to inline functions. 14 years ago
  Ronald S. Bultje f30ee65700 swscale: change 9/10bit YUV input macros to inline functions. 14 years ago
  Ronald S. Bultje aa39f5f6d6 swscale: extract gray16 output functions from yuv2packed[12X](). 14 years ago
  Ronald S. Bultje f1e0b90c64 swscale: use standard clipping functions. 14 years ago
  Ronald S. Bultje e458b53605 swscale: merge macros that are used only once. 14 years ago
  Ronald S. Bultje 6e5a8d3c9a swscale: fix function declarations in swscale.c. 14 years ago
  Ronald S. Bultje a27db4c349 swscale: fix function declaration keywords in x86/swscale_template.c. 14 years ago
  Ronald S. Bultje 9bcbb250e2 swscale: fix types of assembly arguments. 14 years ago
  Ronald S. Bultje 496d95c34c swscale: move two macros that are only used once into caller. 14 years ago
  Ronald S. Bultje 9d84dfce93 swscale: remove unused function. 14 years ago
  Ronald S. Bultje edeb56fa31 swscale: remove duplicate conversion routine in swScale(). 14 years ago
  Ronald S. Bultje b73fe70025 swscale: add yuv2planar/packed function typedefs. 14 years ago
  Ronald S. Bultje df91d09174 swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers. 14 years ago
  Ronald S. Bultje 0fb5193156 swscale: reindent x86 init code. 14 years ago
  Ronald S. Bultje ca364a5b43 swscale: extract SWS_FULL_CHR_H_INT conditional into init code. 14 years ago
  Ronald S. Bultje b3b28b080f swscale: cosmetics. 14 years ago
  Ronald S. Bultje ea28175312 swscale: remove alp/chr/lumSrcOffset. 14 years ago
  Ronald S. Bultje bda9b20fa4 swscale: un-special-case yuv2yuvX16_c(). 14 years ago
  Michael Niedermayer 7a8228c05e sws: make dither_scale const 14 years ago
  Michael Niedermayer ba91bf58cd swscale: override the lack of the accurate rounding flag when needed for dither. 14 years ago
  Michael Niedermayer ec4207c46a swscale: factor should_dither out 14 years ago