OSDN Git Service

Remove old VCSs from version.sh
[coroid/ffmpeg_saccubus.git] / libswscale /
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-13 Mans RullgardFix MMX rgb24 to yuv conversion with gcc 4.6
2011-02-04 Clément BœschRemove a few if (p) av_freep(&p) forms
2011-01-18 Mans RullgardReplace ASMALIGN() with .p2align
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2010-12-07 Ramiro Pollacolorspace-test: fix build
2010-10-29 Martin StorsjöStore src/dstFormat after calling handle_jpeg
2010-10-03 Reimar Döffinger100l, fix sws_getCachedContext. It did not set the...
2010-09-29 Stefano SabatiniSet default values for the scale context in sws_alloc_c...
2010-09-29 Stefano SabatiniSet the default value of param0 and param1 to SWS_PARAM...
2010-09-29 Stefano SabatiniSet valid default values for the srcw, srch, dstw,...
2010-09-29 Stefano SabatiniCosmetics: put "if (...)" and "av_log(...)" in the...
2010-09-29 Stefano SabatiniPut if (...) av_log() in the same line, more compact...
2010-09-29 Stefano SabatiniAmend constraints for the src_format and dst_format...
2010-09-29 Stefano SabatiniCosmetics: fix braces placement.
2010-09-28 Stefano SabatiniDeprecate sws_getContext(), use sws_alloc_context(...
2010-09-28 Stefano SabatiniAdd documentation for the returned value of sws_init_co...
2010-09-28 Stefano SabatiniBump minor version after the addition of sws_alloc_cont...
2010-09-27 Baptiste Coudurier100l fix if condition
2010-09-27 Baptiste CoudurierY400A (gray alpha) input support in libswscale
2010-09-27 Janne Grunauswscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu...
2010-09-27 Janne Grunaucosmetics: break long line update_flags_cpu
2010-09-26 Ramiro Pollafix typos and grammar
2010-09-26 Michael NiedermayerMake the avoptions list of sws more complete.
2010-09-26 Michael NiedermayerSplit alloc and init of context so that parameters...
2010-09-26 Ramiro Pollaswscale: use full chroma input for point scaler
2010-09-16 Ramiro Pollaswscale-test: cosmetic alignment
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...
next