]> git.sesse.net Git - ffmpeg/history - libswscale/utils.c
swscale: add missing HAVE_INLINE_ASM check.
[ffmpeg] / libswscale / utils.c
2012-07-22 Diego Biurrunswscale: Mark all init functions as av_cold
2012-07-22 Ronald S. Bultjeswscale: place inline assembly bilinear scaler under...
2012-04-13 Diego Biurrunswscale: K&R formatting cosmetics (part II)
2012-03-06 Ronald S. Bultjeswscale: make filterPos 32bit.
2012-02-29 Ronald S. Bultjeswscale: fix another integer overflow.
2012-02-24 Ronald S. Bultjeswscale: fix another integer overflow at large dimensio...
2012-02-23 Ronald S. Bultjeswscale: fix overflows in filterPos[] calculation for...
2012-02-23 Ronald S. Bultjeswscale: fix filtersize clipping.
2012-02-11 Ronald S. Bultjeswscale: enforce a minimum filtersize.
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-27 Alex ConverseRevert "sws/pixfmt/pixdesc: add support for yuva444p"
2012-01-27 Paul B Maholsws/pixfmt/pixdesc: add support for yuva444p
2012-01-14 Diego Biurruncosmetics: Move static and inline attributes to more...
2012-01-09 Paul B Maholswscale: RGB4444 and BGR444 input
2012-01-04 Ronald S. Bultjeswscale: don't show full-chroma-int warning for non...
2011-12-18 Ronald S. Bultjeswscale: fix overflows in vertical scaling at top/botto...
2011-12-01 Reinhard Tartlerswscale: #include "libavutil/mathematics.h"
2011-11-25 Martin Storsjöswscale: Readd #define _SVID_SOURCE
2011-11-24 Ronald S. Bultjeswscale: add support for planar RGB input.
2011-11-11 Sean McGovernswscale: add padding to conversion buffer.
2011-11-05 Ronald S. Bultjeswscale: align vertical filtersize by 2 on x86.
2011-10-21 Ronald S. Bultjesws/pixfmt/pixdesc: add support for yuv420p9le/be.
2011-10-21 Ronald S. Bultjeswscale: prevent overflow in coefficient calculation.
2011-10-18 Ronald Bultjeswscale: prevent overflow during initialization
2011-10-12 Anton Khirnovsws: support yuv444p9/10 output.
2011-09-15 Ronald S. Bultjeswscale: fix byte overreads in SSE-optimized hscale().
2011-08-12 Ronald S. Bultjeswscale: use 15-bit intermediates for 9/10-bit scaling.
2011-08-04 Stefano Sabatinilsws: remove optimization debug logs in sws_init_context()
2011-08-04 Stefano Sabatinilsws: use array for storing the supported in/out inform...
2011-08-02 Ronald S. BultjeRevert "swscale: use 15-bit intermediates for 9/10...
2011-08-02 Ronald S. Bultjeswscale: use 15-bit intermediates for 9/10-bit scaling.
2011-07-21 Joseph Artsimovichswscale: mark YUV422P10(LE,BE) as supported for output
2011-07-14 Ronald S. Bultjeswscale: extend mmx padding.
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-07-08 Ronald S. Bultjeswscale: rename uv_off/uv_off2 to uv_off_px/byte.
2011-07-08 Ronald S. Bultjeswscale: fix 16-bit scaling when output is 8-bits.
2011-07-02 Ronald S. Bultjeswscale: disable full_chroma_int when converting to...
2011-07-01 Ronald S. Bultjeswscale: for >8bit scaling, read in native bit-depth.
2011-06-29 Ronald S. Bultjeswscale: implement >8bit scaling support.
2011-06-28 Ronald S. Bultjeswscale: re-add support for non-native endianness.
2011-06-15 Janne Grunauswscale: use SwsContext for av_log when available
2011-06-10 Ronald S. Bultjelibavutil/swscale: YUV444P10/YUV444P9 support.
2011-06-09 Ronald S. Bultjeswscale: de-macro'ify RGB15/16/32 input functions.
2011-06-02 Ronald S. Bultjeswscale: allocate larger buffer to handle altivec overr...
2011-05-28 Ronald S. Bultjeswscale: fix crash in bilinear scaling.
2011-05-27 Ronald S. Bultjeswscale: delay allocation of formatConvBuffer().
2011-05-26 Ronald S. Bultjeswscale: remove VOF/VOFW.
2011-05-26 Ronald S. Bultjeswscale: split chroma buffers into separate U/V planes.
2011-05-26 Ronald S. Bultjeswscale: replace formatConvBuffer[VOF] by allocated...
2011-05-26 Diego Biurrunswscale: Remove commented-out printf cruft.
2011-05-24 Ronald S. Bultjeswscale: use emms_c().
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-05-11 Ronald S. Bultjeswscale: fix YUV420P 9/10bit support.
2011-05-10 Oskar ArvidssonAdd pixel formats for 9- and 10-bit yuv420p.
2011-04-28 Peter Rosslibswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler...
2011-04-19 Anton Khirnovsws: remove disabled cruft.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-16 Janne Grunauuse LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
2011-03-16 Janne Grunaureplace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
2010-10-29 Martin StorsjöStore src/dstFormat after calling handle_jpeg
2010-10-03 Reimar Döffinger100l, fix sws_getCachedContext. It did not set the...
2010-09-29 Stefano SabatiniSet default values for the scale context in sws_alloc_c...
2010-09-29 Stefano SabatiniCosmetics: put "if (...)" and "av_log(...)" in the...
2010-09-29 Stefano SabatiniPut if (...) av_log() in the same line, more compact...
2010-09-29 Stefano SabatiniCosmetics: fix braces placement.
2010-09-28 Stefano SabatiniDeprecate sws_getContext(), use sws_alloc_context(...
2010-09-27 Baptiste CoudurierY400A (gray alpha) input support in libswscale
2010-09-27 Janne Grunauswscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu...
2010-09-27 Janne Grunaucosmetics: break long line update_flags_cpu
2010-09-26 Michael NiedermayerSplit alloc and init of context so that parameters...
2010-09-26 Ramiro Pollaswscale: use full chroma input for point scaler
2010-09-06 Ramiro Pollaswscale: also update flags on sws_getCachedContext()
2010-08-19 Grant Carverfix anonymous memory mapping for NetBSD
2010-07-21 Ramiro Polladarwin: allow 64-bit darwin to allocate executable...
2010-06-01 Stefano SabatiniMove internal scale context fields initialization from
2010-05-19 Stefano SabatiniCosmetics: make more compact the code for handle_jpeg...
2010-05-19 Stefano SabatiniRemove PI definition and use M_PI instead.
2010-03-27 Diego Biurrunlibswscale: Relicense almost all x86 assembler optimiza...
2010-03-23 Diego BiurrunAltiVec implies a PPC CPU, so there is no need to check...
2010-03-23 Diego BiurrunDo not compile AltiVec code when AltiVec is not availab...
2010-03-18 Janusz KrzysztofikExtend the generic path of the yuv2rgb converter with...
2010-03-08 Reimar DöffingerCheck for allocation failure for c->lumMmx2FilterCode...
2010-03-08 Reimar DöffingerFix memleak due to incorrect VirtualFree arguments...
2010-03-06 Stefano SabatiniAvoid duplication of usePal() macro.
2010-02-28 Carl Eugen HoyosMake sws_dcVec static: It is only used inside libswscal...
2010-02-25 Stefano SabatiniRemove pointless empty line.
2010-02-18 Stefano SabatiniReindent and fix brace placement.
2010-02-18 Stefano SabatiniVertically align a list of comparisons in sws_getCached...
2010-02-18 Stefano SabatiniMerge two if conditions, allow to decrese the level...
2010-02-05 Stefano SabatiniSimplify how usesVFilter and usesHFilter are set.
2010-01-31 Stefano SabatiniDeclare support for the pixel formats:
2010-01-26 Michael NiedermayerUse isAnyRGB() where possible
2010-01-26 Michael NiedermayerRename isRGB() and isBGR() as their meaning is confusing.
2010-01-25 Stefano SabatiniMerge two "if (flags & SWS_PRINT_INFO) { ... }" blocks...
2010-01-24 Stefano SabatiniMerge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
2010-01-24 Stefano SabatiniUse av_get_bits_per_pixel() for computing the bits...
2010-01-24 Ramiro PollaDon't redefine M_PI. It is already defined from libavut...
2010-01-24 Ramiro PollaSplit swscale.c into scaler code (swscale.c) and utilit...