]> git.sesse.net Git - ffmpeg/history - libswscale/utils.c
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
[ffmpeg] / libswscale / utils.c
2015-09-07 Vittorio Giovaralavu: Drop the {minus,plus}1 suffix from AVComponentDes...
2015-03-21 Federico Tomassettiswscale: Check memory allocation
2015-02-17 Federico Tomassettiswscale: Check memory allocations
2015-01-14 Paul B Mahollibswscale: GBRAP input & output and GBRAP16 input...
2014-08-07 Diego Biurrunswscale: Undeprecate sws_getContext()
2014-08-04 Vittorio Giovaraswscale: support AV_PIX_FMT_YA16 as input
2014-08-04 Vittorio Giovaraavutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
2014-05-03 Luca Barbatoswscale: Fix an undefined behaviour
2014-04-07 Vittorio Giovaraswscale: support converting YVYU422 pixel format
2014-04-02 Janne Grunauswscale: add endianness conversion for AV_PIX_FMT_BGRA6...
2014-03-16 Jean FirstRGBA64 pixel formats
2013-10-05 Vittorio Giovaraswscale: provide a default scaler if none is set
2013-08-29 Diego Biurrunx86: Add and use more convenience macros to check CPU...
2013-08-29 Diego Biurrunswscale: cosmetics: Drop silly camelCase from swScale...
2013-08-29 Diego Biurrunswscale: ppc: Hide arch-specific initialization details
2013-08-28 Diego Biurrunppc: Add and use convenience macro to check for AltiVec...
2013-08-15 Diego Biurrunswscale: Move extern declarations for tables to swscale...
2013-05-06 Janne Grunauswscale: support endianness conversion for AV_PIX_FMT_XYZ12
2013-05-06 Janne Grunauswscale: add support for endianness only conversion
2013-05-04 Diego Biurrunswscale: Add av_cold attributes to init functions missi...
2013-02-11 Martin Storsjöswscale: Disallow conversion to GBRP16
2013-02-09 Michael Niedermayersws: dont enable chrSrcHSubSample for planar RGB
2013-02-09 Michael Niedermayersws: GBRP9, GBRP10, and GBRP16 output support
2013-01-27 Michael Niedermayerswscale: GBRP output support
2013-01-05 Xi Wangswscale: fix NULL checking in sws_alloc_context()
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-10-30 Diego Biurrunx86: mmx2 ---> mmxext in variable names
2012-10-30 Diego Biurrunx86: mmx2 ---> mmxext in comments and messages
2012-10-30 Luca Barbatopixfmt: support more yuva formats
2012-10-15 Mans Rullgardswscale: try to use mmap only if available
2012-10-12 Luca Barbatoavutil: add yuva422p and yuva444p formats
2012-10-12 Anton Khirnovsws: do not use av_pix_fmt_descriptors directly.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-08 Martin Storsjöswscale: Provide the right alignment for external mmx asm
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
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...
next