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-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
2016-01-14swscale/vscale: Add fixme comment to "ugly" codeMichael Niedermayer
2016-01-14swscale/slice: Fix indentionMichael Niedermayer
2016-01-14swscale/slice: Fix doc typoMichael Niedermayer
2016-01-14swscale: Move Contexts used only in hscale.c into itMichael Niedermayer
2016-01-14swscale: Move VScalerContext into vscale.cMichael Niedermayer
2016-01-14swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() callsMichael Niedermayer
2016-01-14swscale/yuv2rgb: Increase YUV2RGB table headroomMichael Niedermayer
2016-01-14swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM outMichael Niedermayer
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2016-01-05swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny ...Michael Niedermayer
2016-01-04swscale/arm/yuv2rgb: add ff_yuv422p_to_{argb,rgba,abgr,bgra}_neon_{16,32}Matthieu Bouron
2016-01-04swscale/arm/yuv2rgb: fix typoMatthieu Bouron
2015-12-24swscale/utils: Fix intermediate format for cascaded alpha downscalingMichael Niedermayer
2015-12-20swscale/arm/yuv2rgb: add ff_yuv420p_to_{argb,rgba,abgr,bgra}_neon_{16,32}Matthieu Bouron
2015-12-20swscale/arm/yuv2rgb: disable neon if accurate_rnd is enabledMatthieu Bouron
2015-12-19swscale/arm/yuv2rgb: simplify process_16px_* macro callMatthieu Bouron
2015-12-18swscale/arm/yuv2rgb: fix slicingClément Bœsch
2015-12-15swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the ali...Michael Niedermayer