Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-03swscale: reintroduce sws_format_name() symbolStefano Sabatini
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-28swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov
2011-05-26swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov
2011-05-25swscale: document SWS_CPU_CAPS*Michael Niedermayer
2011-05-25Revert removial of SWS flags from e66149e714006d099d1ebfcca3f22ca74fc7dcf4Michael Niedermayer
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-21swscale: point out an alternative to sws_getContextClément Bœsch
2011-04-29Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-28libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-04-19sws: remove disabled cruft.Anton Khirnov
2011-04-18Bump major versions of all libraries.Anton Khirnov
2011-04-07Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07swscale: postpone sws_getContext removal until next major bump.Anton Khirnov
2011-03-26libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-29Deprecate sws_getContext(), use sws_alloc_context() andStefano Sabatini
2010-09-29Add documentation for the returned value of sws_init_context().Stefano Sabatini
2010-09-28Bump minor version after the addition of sws_alloc_context() andStefano Sabatini
2010-09-27fix typos and grammarRamiro Polla
2010-09-26Split alloc and init of context so that parameters can be set in the contextMichael Niedermayer
2010-09-08rgb2rgb: build SSE2 codepathRamiro Polla
2010-07-28Revert commit:Stefano Sabatini
2010-07-23Prefer impersonal form over third person, for consistency with theStefano Sabatini
2010-06-01deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler
2010-05-23Add empty newline to separate function declarations, for betterStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-06Apply misc fixes to sws_getCoefficients() doxy.Stefano Sabatini
2010-02-06Satisfy consistency need:Stefano Sabatini
2010-02-05Add function to translate SWS_CS_* to coefficient arrayDavid Conrad
2010-01-21More const-correctness for sws_scaleDavid Conrad
2010-01-19Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier
2010-01-15Const correctness for src pointer. Remove all constness related warnings inZuxy Meng
2010-01-07Implement sws_isSupportedInput() and sws_isSupportedOutput().Stefano Sabatini
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theStefano Sabatini
2009-11-27Make sws_format_name() use av_pix_fmt_descriptors.Stefano Sabatini
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-07Document sws_freeContext().Stefano Sabatini
2009-10-30Document slice ordering assumption done by sws_scale().Stefano Sabatini
2009-09-10Document that slices can be bottom to top or top to bottom.Ramiro Polla
2009-08-19Introduce and use sws_allocVec().Ramiro Polla
2009-06-06Remove '\p' doxygen markup, as it should improve plain text doxyStefano Sabatini
2009-05-10Add const qualifier to param argument of sws_getContext() andDiego Biurrun
2009-04-18Move sws_[gs]etColorspaceDetails() documentation from swscale.c toStefano Sabatini
2009-04-14whitespace cosmetics: Break some overly long lines.Diego Biurrun
2009-02-22New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov
2009-02-19Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini