]> git.sesse.net Git - ffmpeg/history - libswscale
Mark all pix_fmts and supported_framerates compound literals as const.
[ffmpeg] / libswscale /
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...
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 PollaRemove duplicate define (it is the same in the lum...
2009-08-13 Ramiro PollaRename "funny" code to "mmx2 filter" code.
2009-08-13 Ramiro PollaIndent.
2009-08-13 Ramiro Pollaswscale-example: Remove hack to end loop by setting...
2009-08-13 Ramiro Pollaswscale-example: Don't return random value from main().
2009-08-13 Ramiro Pollaswscale-example: Check for Gray formats.
2009-08-10 Diego BiurrunRemove disabled debug code.
2009-08-09 Ramiro PollaPut some altivec code under COMPILE_ALTIVEC, and not...
2009-08-09 Kostya ShishkovRemove 'offset' argument from PUTRGB* macros since...
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 PollaIndent.
2009-07-28 Ramiro PollaRemove duplicate horizontal scaling when there aren...
2009-07-28 Ramiro PollaRemove useless code.
2009-07-27 Ramiro PollaDo not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE...
2009-07-27 Ramiro PollaFactorize x86 fast_bilinear assembly.
2009-07-27 Ramiro PollaFix assembly comments for x86 fast_bilinear so they...
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-07-09 Ramiro PollaRemove dependency from swscale_internal.h to lavu/inter...
2009-07-05 Diego BiurrunThe AltiVec code in libswscale no longer is under GPL.
2009-07-01 Måns RullgårdUse enum PixelFormat in sws_format_name() prototype
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-11 Ramiro PollaKill warnings of possibly unused variables by using...
2009-06-11 Diego BiurrunFix compilation: #undef standard library functions...
2009-06-11 Diego BiurrunAdd libavutil/internal.h #include, required for the...
2009-06-06 Stefano SabatiniRemove '\p' doxygen markup, as it should improve plain...
2009-06-04 Ramiro PollaUse DECLARE_ALIGNED macro instead of __attribute__...
2009-06-04 Ramiro PollaReplace more uses of __attribute__((aligned)) by DECLAR...
2009-06-04 Pavel PavlovUse DECLARE_ALIGNED macro instead of gcc __attribute__.
2009-06-02 Kostya ShishkovTesting RGB48 variants requires bigger stride in swscal...
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 ShishkovLet SwScaler know that RGB48 BE/LE is 16-bits per compo...
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-09 Diego BiurrunAdd missing const qualifiers to AltiVec function parame...
2009-05-07 Vitor SessakFix sliced yuv410 -> yuv420 conversion
2009-05-05 Michael NiedermayerChange VOFW for x86 to 5120, it allows larger images...
2009-05-02 Cédric SchieliFix chroma shift when scaling from ARGB on LE and BGRA...
2009-04-27 Cédric SchieliRemove useless duplicated code in yuv2rgb_c_32, yuva2rg...
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 NiedermayerAdd macro to check for 16bit per sample.
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-20 Michael Niedermayeradd isBE()
2009-04-18 Michael NiedermayerRemove 2 useless += at the end of rgb16to15(), found...
2009-04-18 Stefano SabatiniRename swscale_avoption.c to options.c.
2009-04-18 Stefano SabatiniMake sws_setColorspaceDetails() return -1 if the destin...
2009-04-18 Stefano SabatiniMove sws_[gs]etColorspaceDetails() documentation from...
2009-04-14 Diego Biurrunwhitespace cosmetics: Break some overly long lines.
2009-04-14 Cédric SchieliDo not use abgrToA for both luma and alpha channel...
2009-04-12 Diego BiurrunMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-12 Diego Biurrunwhitespace cosmetics: Reindent a few lines and break...
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-04-02 Ramiro Pollaswscale: Remove mmx2 params from h[yc]scale().
2009-04-02 Ramiro Pollaswscale: Split h[yc]scale_fast() into their own functions.
next