]> git.sesse.net Git - ffmpeg/history - libswscale
matroskadec: minor simplification
[ffmpeg] / libswscale /
2010-01-18 Stefano SabatiniSplit long line.
2010-01-18 Stefano SabatiniConvert int -> enum PixelFormat in doTest().
2010-01-18 Zuxy MengDefine out currently unused static functions.
2010-01-17 Stefano SabatiniRemove stray '\' at the end of macro definitions.
2010-01-17 Stefano SabatiniRemove duplicated or pointless newlines.
2010-01-17 Stefano SabatiniFactorize error message logging, log it if the converte...
2010-01-17 Stefano SabatiniReindent after the last commit.
2010-01-17 Stefano SabatiniMake the pal2rgbWrapper set and use the converter in...
2010-01-17 Måns RullgårdRemove double const
2010-01-17 Stefano SabatiniFactorize error message logging in rgb2rgbWrapper().
2010-01-17 Måns RullgårdReindent
2010-01-17 Måns RullgårdRemove inline from initFilter()
2010-01-17 Stefano SabatiniAdd a const qualifier in a cast, fix the gcc warning:
2010-01-17 Stefano SabatiniAdd a const qualifier in a cast, fix the gcc warning:
2010-01-16 Stefano SabatiniFix typo, "get rid off" -> "get rid of".
2010-01-16 Stefano SabatiniRevert r30331, which broke compilation.
2010-01-16 Stefano SabatiniPrefer enum PixelFormat to int as the parameter type of
2010-01-16 Stefano SabatiniDeclare with av_unused the variable alpMmxFilter, fix...
2010-01-16 Stefano SabatiniFactorize the code which calls the non optimized C...
2010-01-16 Stefano SabatiniPrefer "to %s%s" over "to%s %s", slightly more readable.
2010-01-16 Stefano SabatiniSimplify code in sws_getContext() which logs if the...
2010-01-16 Ramiro PollaDocument some of SwsContext.
2010-01-16 Ramiro PollaReuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bi...
2010-01-16 Stefano SabatiniFactorize code which logs the source and destination...
2010-01-16 Stefano SabatiniSimplify reset_ptr(): employ usePal() macro rather...
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-15 Ramiro PollaDon't initialize normal horizontal filter if MMX2 filte...
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-12 David Conrad/nop is illegal with Apple's older version of gas,...
2010-01-12 Zuxy MengMake sure that sfence is used after any non temporal...
2010-01-11 Zuxy MengAvoid redefinition of RGB_PLANAR2PACKED24 as the templa...
2010-01-11 Ramiro Pollacosmetics: {} placement.
2010-01-09 Zuxy MengMMX(2) accelerated yuv420->rgb24 routine, trivial as...
2010-01-09 Zuxy MengRemove unused PREFETCHW macro
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-07 Zuxy MengRemove const to avoid a bunch of GCC warnings against...
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...
2010-01-01 Reimar DöffingerDo not needlessly use the BP register in x86_64-specifi...
2009-12-28 Diego BiurrunRemove unused variable, fixes the warning:
2009-12-21 Ramiro PollaRemove parameters no longer used in h[yc]scale().
2009-12-21 Ramiro PollaMove fast bilinear scaler code to the existing h[yc...
2009-12-21 Ramiro PollaRename function pointers used to convert from the input...
2009-12-21 Ramiro PollaCheck if chroma horizontal scaler is needed in sws_init...
2009-12-21 Ramiro PollaRemove unused fields from SwsContext.
2009-12-20 Ramiro PollaIndentation.
2009-12-20 Ramiro PollaIndent.
2009-12-20 Ramiro PollaSet fast_bilinear functions in sws_init_swScale().
2009-12-20 Ramiro PollaSet horizontal scaler's range conversion in context...
2009-12-20 Ramiro PollaSet horizontal scaler's src offsets in context in sws_i...
2009-12-07 Ramiro PollaDocument the differences between the two asm fragments...
2009-12-06 Ramiro PollaStart using intermediate buffers at index 0.
2009-12-05 Ramiro PollaFix compilation with runtime cpu detection.
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-11-08 Carl Eugen HoyosUse enum PixelFormat instead of int for srcFormat and...
2009-11-07 Stefano SabatiniDocument sws_freeContext().
2009-10-30 Stefano SabatiniDocument slice ordering assumption done by sws_scale().
2009-09-22 Diego BiurrunReplace manual gcc version check by AV_GCC_VERSION_AT_L...
2009-09-16 Ramiro PollaCleanup buffer debugs in swScale().
2009-09-16 Ramiro PollaUse correct buffers in vertical scaler in unscaled...
2009-09-13 Ramiro PollaReset slice direction at end of each frame.
2009-09-12 Ramiro PollaRemove ; after while(0) in macros.
2009-09-09 Ramiro PollaDocument that slices can be bottom to top or top to...
2009-09-07 Ramiro PollaIndent.
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 PollaRevert mistakenly commited hunk.
2009-08-29 Ramiro Pollaswscale: Check for return values of malloc.
2009-08-29 Ramiro Pollaswscale-example: Free memory used by input data.
2009-08-29 Ramiro PollaRestore comment that was partially removed.
2009-08-23 Ramiro Pollaswscale-example: Rename src->ref so as to not confuse...
2009-08-23 Ramiro Pollaswscale-example: Use SWS_BILINEAR instead of hardcoded...
2009-08-22 Ramiro PollaFix inconsistent indentation.
2009-08-20 Ramiro PollaCheck return values of sws_allocVec() and sws_getConstV...
2009-08-19 Reimar DöffingerFree initial swscale context, too. Avoids a valgrind...
2009-08-19 Reimar DöffingerRemove useless casts of malloc return value.
2009-08-19 Ramiro PollaIntroduce and use sws_allocVec().
2009-08-19 Ramiro PollaReuse sws_getConstVec() where possible.
2009-08-17 Ramiro Pollaswscale-example: Make selection of dstW, dstH, and...
2009-08-16 Ramiro PollaMore indentation changes leftover from r29522:
2009-08-16 Ramiro PollaCosmetics:
2009-08-16 Ramiro PollaIndent libswscale:
2009-08-15 Ramiro PollaIndent.
2009-08-14 Ramiro PollaVertical yuv -> yuv16 scaler.
2009-08-14 Peter SchlaileBGR32 MMX special convertor.
2009-08-13 Ramiro PollaIndent.
2009-08-13 Ramiro Pollaswscale-example: Don't check for chroma planes in mono...
next