]> git.sesse.net Git - ffmpeg/history - libswscale
Add and use ff_pixfmt_list_420.
[ffmpeg] / libswscale /
2009-02-24 Diego BiurrunRelicense AltiVec optimizations as LGPL with the permis...
2009-02-24 Diego BiurrunRemove GPL version of yuv2rgb.c that has been replaced...
2009-02-22 Kostya ShishkovNew LGPLed YUV2RGB table generator for SwScaler
2009-02-21 Cédric SchieliFactorize some code in yuv2rgb_template.c to ease furth...
2009-02-21 Cédric Schielimove zeroing of alpha channel register out of YSCALEYUV...
2009-02-21 Cédric Schielisplits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
2009-02-21 Cédric Schielimake MMX registers parametrized in the WRITEBGR32 macro,
2009-02-18 Stefano SabatiniRename the "src" parameter in the sws_scale() declarati...
2009-02-18 Stefano SabatiniDocument sws_scale().
2009-02-14 Stefano SabatiniUse sws_printVec2() instead of the deprecated sws_print...
2009-02-14 Stefano SabatiniImplement sws_printVec2() and deprecate sws_printVec().
2009-02-14 Stefano SabatiniDocument sws_normalizeVec().
2009-02-14 Kostya ShishkovMake hScale_altivec_real() trim its output like other...
2009-02-14 Kostya ShishkovSome AltiVec functions in SwScaler produce different...
2009-02-12 Stefano SabatiniApply misc fixes for sws_getCachedContext() documentation.
2009-02-12 Stefano SabatiniBump micro version, related to r28491.
2009-02-11 Stefano SabatiniDocument sws_getContext().
2009-02-11 Stefano SabatiniDocument sws_getIdentityVec().
2009-02-10 Stefano SabatiniMove sws_getGaussianVec() documentation from swscale...
2009-02-10 Stefano SabatiniDocument sws_cloneVec().
2009-02-10 Stefano SabatiniFix typo: lenght -> length.
2009-02-10 Stefano SabatiniDocument sws_scaleVec().
2009-02-10 Stefano SabatiniDocument sws_getConstVec().
2009-02-10 Stefano SabatiniMove documentation of sws_getCachedContext() from swsca...
2009-02-10 Stefano SabatiniRemove pointless comment regarding sws_scale_ordered().
2009-02-10 Stefano SabatiniAdd a @deprecated notice to swscale_get_ordered().
2009-02-10 Diego BiurrunRemove unnecessary emms Assembler instructions.
2009-02-09 Stefano SabatiniDocument coeff and length fields in SwsVector.
2009-02-09 Diego BiurrunRevert #undefining system functions, it is not necessary.
2009-02-09 Diego BiurrunAdd config.h #include for ARCH_X86 definition.
2009-02-09 Diego BiurrunAdd #undefs to reenable system functions that are norma...
2009-02-09 Diego BiurrunDrop DECLARE_ALIGNED from extern declarations. It...
2009-02-09 Kostya ShishkovPrefix visible YUV2RGB functions with sws_
2009-02-09 Kostya ShishkovGive better name to Inverse_Table_6_9
2009-02-09 Diego BiurrunRemove file name from file headers.
2009-02-08 Stefano SabatiniDrop the deprecated sws_scale_ordered() at the next...
2009-02-08 Stefano SabatiniReplace int type with enum PixelFormat for the dstForma...
2009-02-08 Stefano SabatiniFix a typo: lumaSarpen -> lumaSharpen.
2009-02-01 Diego Biurruncosmetics: Remove period after copyright statement...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-25 Diego BiurrunHAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest config...
2009-01-25 Diego BiurrunDeclare struct SwsContext before using it, fixes the...
2009-01-25 Diego BiurrunDisable C code when compiling AltiVec code, fixes the...
2009-01-25 Diego Biurrunspelling/grammar cosmetics
2009-01-25 Diego BiurrunFix #endif comments.
2009-01-20 Carl Eugen HoyosAdd PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
2009-01-16 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-14 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-08 Carl Eugen HoyosAdd PIX_FMT_VDPAU_H264.
2008-12-27 Diego BiurrunAvoid POSIX-reserved _t namespace.
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-19 Diego BiurrunRemove pointless malloc.h #include.
2008-12-12 Reimar DöffingerSome forgotten eax -> REG_a changes.
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-12-02 Diego BiurrunRemove commented-out duplicate declarations.
2008-12-02 Diego BiurrunRemove unused declarations.
2008-11-20 Diego Biurruncosmetics: Consistently place HEADERS before OBJS in...
2008-11-17 Diego BiurrunPut variable declaration inside an #ifdef to avoid...
2008-11-04 Diego BiurrunAdd some const specifiers to function name variables...
2008-11-03 Diego BiurrunMerge ARCH_BFIN lines.
2008-11-03 Diego BiurrunAdd tests target for libswscale test programs.
2008-11-03 Måns RullgårdRemove forgotten ASM_OBJS in libswscale
2008-10-27 Vitor SessakSilence GCC warnings:
2008-10-27 Michael Niedermayerrgb2rgb.h was not really intended to be a public header...
2008-10-27 Michael NiedermayerRemove rgb2rgb.h dependancy.
2008-10-26 Vitor SessakSilence GCC warning
2008-10-25 Carl Eugen HoyosRemove unused code that can't be compiled without svn...
2008-10-25 Michael NiedermayerDo not attempt to use the unscaled yuv2rgb converter...
2008-10-23 Vitor SessakCosmetics: alignment
2008-10-23 Vitor SessakFix broken palette8to*.
2008-10-23 Diego Biurruncosmetics: typo fix
2008-10-19 David ConradConvert typeof keyword into __typeof__; this is a gcc...
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-09 Diego PettenòMark some symbols in swscale.c as constant.
2008-10-09 Diego PettenòMark dither_2x2_{8,4} static to swscale.c
2008-10-09 Diego PettenòMark variation-specific interleaveBytes static.
2008-10-09 Diego PettenòInvert logic for the single-pass in swScale() functions.
2008-10-09 Carl Eugen HoyosChange variable types from int to enum PixelFormat.
2008-10-08 Vitor SessakDo not set src[1] to the palette, it is now in the...
2008-10-08 Vitor SessakAdd a new unscaled PAL8 -> RGB converter.
2008-10-08 Aurelien JacobsChange one more variable type from int to enum PixelFormat.
2008-10-07 Carl Eugen HoyosChange variable types from int to enum PixelFormat.
2008-10-05 Luca Barbatogcc-apple specific fallback not necessary anymore ...
2008-10-05 Diego BiurrunUse HAVE_FAST_64BIT instead of nonstandard __WORDSIZE...
2008-10-04 Carl Eugen HoyosRemove b5Dither, g5Dither and r5Dither from libswscale.
2008-10-04 Carl Eugen HoyosRemove g6Dither from libswscale.
2008-10-04 Diego BiurrunRemove MPlayer-specific MP_WORDSIZE hack.
2008-09-29 Diego BiurrunRemove unused function fast_memcpy.
2008-09-29 Diego Biurruncosmetics: indentation
2008-09-29 Michael NiedermayerRevert mistakely commited hunk.
2008-09-29 Michael NiedermayerPrint all cases that are tested, not just the ones...
2008-09-29 Michael NiedermayerFix infinite loop with spline, bug was introduced in...
2008-09-18 Luca BarbatoUniform *ToY and *ToUV function signatures
2008-09-18 Luca BarbatoSplit mono2Y in monowhite and monoblack
2008-09-18 Luca BarbatoFactorize unit32_t* casts for palette pointer
2008-09-16 Michael NiedermayerFix segfault with rgb24 and full_internal_chrome due...
2008-09-15 Michael NiedermayerAvoid using floating point for calculating filter coeff...
2008-09-14 Michael NiedermayerAvoid some explicit types in sizeof().
2008-09-14 Michael NiedermayerUse av_mallocz() instead of for() =0;
2008-09-14 Michael NiedermayerMove dither tables from yuv2rgb to swscale, they have...
next