]> git.sesse.net Git - ffmpeg/history - libswscale
Cosmetics: fix weird align.
[ffmpeg] / libswscale /
2010-09-16 Ramiro Pollaswscale: remove useless temporary variable
2010-09-16 Ramiro Pollaswscale: factorize plane copying code out of 2 functions
2010-09-16 Ramiro Pollaswscale-test: always use bilinear scaler to get output...
2010-09-14 Ramiro Pollargb2rgb: don't misuse HAVE_* defines
2010-09-13 Ramiro Pollaswscale: indentation and emtpy line cosmetics
2010-09-13 Ramiro Pollaswscale: avoid reading prior to the source buffer in...
2010-09-12 Ramiro Pollaswscale-test: allow specifying src/dst pixel formats
2010-09-12 Ramiro Pollaindent
2010-09-12 Ramiro Pollaswscale-test: take input from reference file
2010-09-12 Ramiro Pollaswscale-test: always use SWS_BILINEAR to convert from...
2010-09-12 Ramiro Pollaswscale-test: move conversion from ref to source back...
2010-09-12 Ramiro Pollargb2rgb: replace shuffle_bytes_2103() by optimized...
2010-09-11 Ramiro Pollaindent
2010-09-11 Ramiro Pollaswscale: remove unused code
2010-09-11 Ramiro Pollargb2rgb: remove unused yvu9toyv12 function
2010-09-08 Ramiro Pollaav_fill_image_linesizes -> av_image_fill_linesizes
2010-09-08 Ramiro Pollargb2rgb: build SSE2 codepath
2010-09-06 Ramiro Pollaswscale: also update flags on sws_getCachedContext()
2010-09-06 Ramiro Pollaswscale: fix internal rgb->yv12 chroma conversion used...
2010-09-05 vleFix mlib compilation: add mising include for SwsContext.
2010-08-25 Ramiro Pollaswscale: simplify selection of optimizations to compile.
2010-08-25 Ramiro Pollaswscale: Always define COMPILE_xxx to either 0 or 1.
2010-08-23 Måns Rullgårdswscale: fix unaligned accesses in (RGB|BGR)32_1 to...
2010-08-23 Måns Rullgårdswscale: remove unused macro parameter in BGR2UV template
2010-08-19 Grant Carverfix anonymous memory mapping for NetBSD
2010-08-19 Ramiro Pollaswscale-test: add CRC output
2010-08-18 Ramiro Pollavalidate input data and linesizes
2010-08-08 Ramiro Pollaindent
2010-08-08 Ramiro Pollaswscale-test: get strides using av_fill_image_linesizes...
2010-07-31 Ramiro Pollaswscale-test: merge declaration and initialization
2010-07-28 Stefano SabatiniRevert commit:
2010-07-24 Reimar DöffingerFix compilation, forgot to add const also to the
2010-07-24 Reimar DöffingerMore const-correctness fixes to avoid warnings.
2010-07-24 Reimar DöffingerAdd some "const" to avoid incompatible pointer type...
2010-07-24 Stefano SabatiniAdd missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M...
2010-07-24 Stefano SabatiniAdd some comments to the rgb2yuv_table, clarifying...
2010-07-23 Ramiro Pollaswscale-test: scale from reference to source only once...
2010-07-23 Ramiro Pollaindent
2010-07-23 Ramiro Pollaswscale-test: change order tests are run, maintaining...
2010-07-22 Stefano SabatiniPrefer impersonal form over third person, for consisten...
2010-07-22 Ramiro Pollaswscale-test: use only 3 characters to print width...
2010-07-22 Ramiro Pollaswscale-test: print test name before running test,...
2010-07-22 Ramiro Pollaswscale-test: allocate more memory to prevent scalers...
2010-07-21 Ramiro Polladarwin: allow 64-bit darwin to allocate executable...
2010-07-20 Ramiro Pollaswscale-test: use av_pix_fmt_descriptors[].name directly
2010-07-20 Ramiro PollaRestore vertical alignment in some defines
2010-07-19 Martin StorsjöCosmetics: reindent and unify whitespace
2010-07-19 Martin StorsjöDo planar copy with a single memcpy only if the stride...
2010-07-18 Anton MitrofanovAnother try at fixing swscale on win64, as per r31153.
2010-07-16 Martin StorsjöIn planarCopyWrapper, Only copy length, not stride...
2010-07-12 Benoit FouetChange the type of Y table to pointer to void in fill_t...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-03 Eli FriedmanFix 'assignment from incompatible pointer type' warning.
2010-06-01 Reinhard Tartlerdeprecate palette8topacked32 in favor of public API...
2010-06-01 Stefano SabatiniMove internal scale context fields initialization from
2010-06-01 Reinhard Tartlerremove palette8torgb15 and palette8tobgr15
2010-05-30 Diego BiurrunRename yuv2rgb_template2.c --> yuv2rgb_template.c now...
2010-05-30 Diego BiurrunRemove GPL-licensed YUV to RGB MMX routines.
2010-05-23 Stefano SabatiniAdd empty newline to separate function declarations...
2010-05-19 Stefano SabatiniCosmetics: make more compact the code for handle_jpeg...
2010-05-19 Stefano SabatiniRemove PI definition and use M_PI instead.
2010-05-19 Loren Merritt13% faster yuv420 to rgb15 mmx.
2010-05-19 Loren Merritt40% faster yuv420 to rgb24 mmx.
2010-05-12 Ramiro PollaRevert r31153. It failed to build on:
2010-05-11 Ramiro PollaUse int instead of long to pass width parameters in...
2010-05-07 Ronaldo Mourablackfin: fix yuv422 to yuv420 conversion
2010-05-04 Diego Biurrunalternative LGPL-licensed, MMX-optimized YUV to RGB...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-31 Reimar DöffingerReplace some "m" constraints by MANGLE to avoid issues...
2010-03-27 Diego Biurrunlibswscale: Relicense almost all x86 assembler optimiza...
2010-03-26 Diego BiurrunHAVE_MMX2 implies HAVE_MMX, so checking the latter...
2010-03-23 Diego BiurrunAltiVec implies a PPC CPU, so there is no need to check...
2010-03-23 Diego BiurrunDo not compile AltiVec code when AltiVec is not availab...
2010-03-19 Diego BiurrunReplace wrong condition name in #endif comment by corre...
2010-03-19 Diego BiurrunCheck whether COMPILE_ALTIVEC is defined, not if it...
2010-03-18 Janusz KrzysztofikExtend the generic path of the yuv2rgb converter with...
2010-03-09 Reinhard TartlerFix compilation on powerpc with --disable-altivec
2010-03-08 Reimar DöffingerCheck for allocation failure for c->lumMmx2FilterCode...
2010-03-08 Reimar DöffingerFix memleak due to incorrect VirtualFree arguments...
2010-03-06 Stefano SabatiniAvoid duplication of usePal() macro.
2010-03-06 Janusz KrzysztofikAdd support to BGR444/RGB444 foreign endian output...
2010-03-05 Michael Niedermayertry to avoid returning odd slices.
2010-03-05 Benoit FouetCosmetics: fix vertical alignment.
2010-03-05 Janusz Krzysztofiklibswscale: Extend the unaccelerated path of the unscal...
2010-03-04 Alexis BallierSupport BGR555, BGR565, RGB555 and RGB565 foreign endia...
2010-03-04 Stefano SabatiniRevert r30825, it was not supposed to be committed.
2010-03-04 Stefano SabatiniFill the r, g, b values used for computing the c->pal_y...
2010-03-04 Stefano SabatiniMake swscale-test take in input the name of the input...
2010-02-28 Carl Eugen HoyosMake sws_dcVec static: It is only used inside libswscal...
2010-02-25 Stefano SabatiniRemove pointless empty line.
2010-02-25 Stefano SabatiniApply consistency nit.
2010-02-23 Ramiro PollaReorder buffer debug. Also print out if slice was buffered.
2010-02-18 Stefano SabatiniReindent and fix brace placement.
2010-02-18 Stefano SabatiniVertically align a list of comparisons in sws_getCached...
2010-02-18 Stefano SabatiniMerge two if conditions, allow to decrese the level...
2010-02-05 Stefano SabatiniSimplify how usesVFilter and usesHFilter are set.
2010-02-05 Stefano SabatiniApply misc fixes to sws_getCoefficients() doxy.
2010-02-05 Stefano SabatiniSatisfy consistency need:
2010-02-05 David ConradAdd function to translate SWS_CS_* to coefficient array
2010-02-03 Stefano SabatiniImplement shuffle_bytes_abcd() functions and use them...
next