]> git.sesse.net Git - ffmpeg/history - libswscale/swscale.c
Const correctness for src pointer. Remove all constness related warnings in
[ffmpeg] / libswscale / swscale.c
2010-01-15 Zuxy MengConst correctness for src pointer. Remove all constness...
2010-01-15 Stefano SabatiniFix typo.
2010-01-14 Ramiro PollaRemove unused clip_table code.
2010-01-14 Ramiro PollaAdd const qualifier to rgb48 to YV12 functions' src.
2010-01-14 Ramiro PollaAdd missing parameter to rgb48 to YV12 functions.
2010-01-08 Reimar DöffingerIgnore 0-height slice in sws_scale, otherwise a final...
2010-01-07 Stefano SabatiniImplement sws_isSupportedInput() and sws_isSupportedOut...
2010-01-03 Stefano SabatiniPrefer enum PixelFormat over int for the type of the...
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
2010-01-03 Stefano SabatiniSimplify usePal() macro, make it use av_pix_fmt_descrip...
2010-01-03 Stefano SabatiniSimplify getSubSampleFactors(), make it use the values...
2009-12-20 Ramiro PollaIndentation.
2009-12-07 Ramiro PollaDocument the differences between the two asm fragments...
2009-12-03 Ramiro PollaAdd support for nv12/nv21 input.
2009-11-26 Stefano SabatiniMake sws_format_name() use av_pix_fmt_descriptors.
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-10 NVIDIA CorporationSupport VDPAU hardware accelerated decoding of MPEG...
2009-09-13 Ramiro PollaReset slice direction at end of each frame.
2009-09-06 Ramiro PollaRename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
2009-09-05 Ramiro PollaIndent.
2009-09-05 Lars TäuberMake 16bit YUV formats compatible with NE avcodec_get_p...
2009-08-29 Ramiro PollaCurly brackets cosmetics for previous commit.
2009-08-29 Ramiro PollaCheck for return value of initFilter().
2009-08-29 Ramiro Pollaswscale: Check for return values of malloc.
2009-08-29 Ramiro PollaRestore comment that was partially removed.
2009-08-20 Ramiro PollaCheck return values of sws_allocVec() and sws_getConstV...
2009-08-19 Ramiro PollaIntroduce and use sws_allocVec().
2009-08-19 Ramiro PollaReuse sws_getConstVec() where possible.
2009-08-16 Ramiro PollaCosmetics:
2009-08-16 Ramiro PollaIndent libswscale:
2009-08-14 Ramiro PollaVertical yuv -> yuv16 scaler.
2009-08-13 Ramiro PollaIndent.
2009-08-13 Ramiro PollaMMX2 horizontal scaler: Determine code size at runtime.
2009-08-13 Ramiro PollaProtect mmx2 filter code buffers so they are not execut...
2009-08-13 Ramiro PollaRename "funny" code to "mmx2 filter" code.
2009-08-09 Ramiro PollaPut some altivec code under COMPILE_ALTIVEC, and not...
2009-08-08 Diego BiurrunRemove disabled crufty code.
2009-08-01 Guennadi LiakhovetskiFix regression when converting to nv12/nv21.
2009-07-28 Ramiro PollaMMX2 scaler: Remove {} block leftover from factorizatio...
2009-07-28 Ramiro PollaMMX2 scaler: factorize initMMX2Scaler().
2009-07-28 Ramiro PollaMMX2 scaler: add variable to ease factorization of...
2009-07-28 Ramiro PollaRemove useless code.
2009-07-27 Ramiro PollaDo not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-23 Måns RullgårdRemove unnecessary #include <unistd.h>
2009-07-21 Ramiro PollaRemove unused variables.
2009-06-25 Diego BiurrunAltiVec code and runtime cpudetect do not require CONFI...
2009-06-25 Diego BiurrunThe AltiVec optimizations of libswscale are no longer...
2009-06-25 Diego BiurrunPPC: Make sure that COMPILE_C is not deactivated if...
2009-06-17 Vitor SessakDo not call rgb2rgbWrapper() for rgb48*, there is no...
2009-06-04 Pavel PavlovUse DECLARE_ALIGNED macro instead of gcc __attribute__.
2009-06-02 Kostya ShishkovYUV into RGB48 BE/LE conversion support
2009-06-02 Kostya ShishkovPartial (low bits ignored, no direct transcoding into...
2009-05-25 Kostya ShishkovMove colorspace conversion functions implemented in...
2009-05-19 Kostya ShishkovMake SwScaler recognize RGB48 BE/LE colourspaces (not...
2009-05-10 Diego BiurrunAdd const qualifier to param argument of sws_getContext...
2009-05-10 Diego BiurrunMove preprocessor condition before variable declaration...
2009-05-07 Vitor SessakFix sliced yuv410 -> yuv420 conversion
2009-04-23 Carl Eugen HoyosMake reset_ptr() void.
2009-04-21 Michael NiedermayerPlanar 16bit 420 422 444 YUV support (output is only...
2009-04-21 Michael NiedermayerMerge gray->gray converters into planarCopy(), this...
2009-04-21 Michael NiedermayerMake sure src/dst are NULL when they arent used, some...
2009-04-20 Michael NiedermayerUse generic BE check instead of checking for gray16LE.
2009-04-18 Stefano SabatiniMake sws_setColorspaceDetails() return -1 if the destin...
2009-04-18 Stefano SabatiniMove sws_[gs]etColorspaceDetails() documentation from...
2009-04-08 Ramiro PollaRename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT...
2009-04-05 Ramiro Pollaswscale: Remove X86 commented out code.
2009-04-04 Ramiro Pollaswscale: Use function pointers for swScale functions.
2009-04-04 Ramiro Pollaswscale: {}-related cosmetics.
2009-04-04 Ramiro Pollaswscale: Add const to some swScale functions' parameters.
2009-03-24 Cédric SchieliAdds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P...
2009-03-24 Cédric SchieliFix some places where "non-alpha to YUVA420P" do not...
2009-03-21 Michael NiedermayerEnable unscaled packed422 -> planar 420 converters...
2009-03-21 Reimar DöffingerFix planarCopy to ignore the GRAY8 "pseudo"-palette...
2009-03-20 Reimar DöffingerAvoid crash on planarCopy to a destination without...
2009-03-20 Cédric SchieliYUVA420P is now supported as output format
2009-03-20 Cédric SchieliAdd alpha channel scaling
2009-03-20 Cédric SchieliUse a simpler and more general check for the gray case...
2009-03-19 Ramiro PollaAllocate executable memory with VirtualAlloc() in Windows.
2009-03-19 Ramiro PollaDrop unnecessary cast and cosmetically align.
2009-03-19 Michael NiedermayerFix 10l typo.
2009-03-19 Michael NiedermayerUnscaled converters for
2009-03-18 Ramiro PollaDo not assume long is same width as x86 register.
2009-03-18 Diego BiurrunConsistently use ff_ prefixes for internal symbols.
2009-03-17 Cédric SchieliAdd a fillPlane function to fill a plane with one const...
2009-03-17 Cédric SchieliDon't write outside of the picture buffer in planarCopy...
2009-03-11 Cédric SchieliIn initMMX2HScaler, when chrDstW is not divisible by...
2009-03-07 Cédric SchieliLet the 4th plane reach the swScale function
2009-03-05 Cédric SchieliFix bug introduced by me in r28756
2009-02-28 Cédric SchieliWhen converting from a non alpha format to an alpha...
2009-02-27 Cédric SchieliUse YUV420P code path for YUVA420P where appropriate
2009-02-22 Kostya ShishkovNew LGPLed YUV2RGB table generator for SwScaler
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 Kostya ShishkovSome AltiVec functions in SwScaler produce different...
2009-02-10 Stefano SabatiniMove sws_getGaussianVec() documentation from swscale...
2009-02-10 Stefano SabatiniMove documentation of sws_getCachedContext() from swsca...
2009-02-10 Stefano SabatiniRemove pointless comment regarding sws_scale_ordered().
2009-02-09 Kostya ShishkovPrefix visible YUV2RGB functions with sws_
2009-02-09 Kostya ShishkovGive better name to Inverse_Table_6_9
next