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
2016-04-11swscale/arm: add yuv2planeX_8_neonMatthieu Bouron
2016-04-11sws/aarch64: add ff_yuv2planeX_8_neonClément Bœsch
2016-04-09swscale/arm: add ff_hscale_8_to_15_neonMatthieu Bouron
2016-04-08sws/aarch64/yuv2rgb: honor iOS calling conventionClément Bœsch
2016-04-07swscale/utils: Remove unused variableMichael Niedermayer
2016-04-05sws/aarch64: restore ff_hscale_8_to_15_neon()Clément Bœsch
2016-04-01swscale: add bt2020 yuv2rgb coefficients.Ronald S. Bultje
2016-04-01swscale: fix bt709 yuv2rgb coefficients.Ronald S. Bultje
2016-04-01sws/aarch64: disable ff_hscale_8_to_15_neon temporarlyClément Bœsch
2016-04-01swscale/arm/yuv2rgb: make the code bitexact with its aarch64 counter partMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: save a few instructions by processing the luma line inte...Matthieu Bouron
2016-04-01swscale/arm/yuv2rgb: re-order compute_rgba macro argumentsMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: rename {process_1l,process_2l,compute}_16px{,_internal} ...Matthieu Bouron
2016-04-01swscale/arm/yuv2rgb: macro-ifyMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: factorize lsl in load_args_nvxMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: factorize lsl in load_args_yuv420pMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: remove unused store of dst + linesize in load_args_yuv422pMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: factorize lsl in load_args_yuv422pMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: fix comments in load_args_yuv422pMatthieu Bouron
2016-04-01swscale/arm/yuv2rgb: remove 32bit code pathMatthieu Bouron
2016-03-31swscale: cleanup unused codePedro Arthur
2016-03-31swscale: Deprecate vector functions which are unused outside swscaleMichael Niedermayer
2016-03-31sws/aarch64: add ff_hscale_8_to_15_neonClément Bœsch
2016-03-29fix some a/an typosLou Logan
2016-03-25sws/aarch64/yuv2rgb: save a few mul and addClément Bœsch
2016-03-01sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neonClément Bœsch
2016-02-27sws/yuv2rgb: clarify precision of coeff and offset for mmx codeClément Bœsch
2016-02-27sws/yuv2rgb: avoid a few ub on signed left shiftsClément Bœsch
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-24Add GBRAP12 pixel formatKieran Kunhya
2016-02-24swscale/utils: Fix chrSrcHSubSample for GBRAP16Michael Niedermayer
2016-02-24swscale/input: Fix GBRAP16 inputMichael Niedermayer
2016-02-22swscale/arm: re-enable neon rgbx to nv12 routinesXiaolei Yu
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-02-17swscale/x86/output: Fix yuv2planeX_16* with unaligned destinationMichael Niedermayer
2016-02-17swscale/x86/output: Move code into yuv2planeX_mainloopMichael Niedermayer
2016-02-16swscale/slice: Actually use the buffers' stridesDerek Buitenhuis
2016-02-10sws/output: fix ordered dither threshold for mono outputMichael Niedermayer
2016-02-04swscale/swscale-test: Check av_image_fill_linesizes() for failureMichael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-26swscale: add P010 input supportHendrik Leppkes
2016-01-20yuv2rgb: Document the color space coefficientsVittorio Giovara
2016-01-20yuv2rgb: Document the color space coefficientsVittorio Giovara
2016-01-17swscale/swscale: Add some sanity checks for srcSlice* parametersMichael Niedermayer
2016-01-17swscale/x86/rgb2rgb_template: Fix planar2x() for short widthMichael Niedermayer
2016-01-17swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper()Michael Niedermayer
2016-01-17swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper()Michael Niedermayer
2016-01-15swscale/vscale: Use matching sliceY/chrSliceY for luma/chromaMichael Niedermayer
2016-01-14swscale/vscale: Check that 2 tap filters are bilinear before using bilinear codeMichael Niedermayer
2016-01-14swscale/output: Assert that yalpha and uvalpha are within their expected rangeMichael Niedermayer