]> git.sesse.net Git - x264/history - common
arm: Implement luma intra deblocking
[x264] / common /
2015-10-11 Martin Storsjöarm: Implement luma intra deblocking
2015-10-11 Martin Storsjöarm: Implement some neon 8x16c intra predict functions
2015-10-11 Martin Storsjöarm: Implement x264_plane_copy_neon
2015-10-11 Jerome DuvalHaiku support
2015-10-11 Martin Storsjöarm: Implement x284_decimate_score15/16/64_neon
2015-10-11 Martin Storsjöarm: Implement chroma intra deblock
2015-10-11 Martin Storsjöarm: Implement x264_pixel_sa8d_satd_16x16_neon
2015-10-11 Martin Storsjöarm: Implement x264_deblock_h_chroma_mbaff_neon
2015-10-11 Martin Storsjöarm: Implement x264_deblock_h_chroma_422_neon
2015-10-11 Martin Storsjöarm: Implement integral_init4/8h/v_neon
2015-10-11 Martin Storsjöarm: Implement x264_denoise_dct_neon
2015-10-11 Martin Storsjöarm: Add x264_nal_escape_neon
2015-10-11 Martin Storsjöarm: Add neon versions of vsad, asd8 and ssd_nv12_core
2015-10-11 Janne Grunauaarch64: Skip deblocking in 264_deblock_h_chroma_422_neon
2015-10-11 Janne Grunauaarch64: Optimize various intra_predict asm functions
2015-10-11 Janne Grunauaarch64: Faster intra_predict_4x4_h
2015-10-11 Janne Grunauaarch64: Fix coeff_level_run* macros with LLVM's assembler
2015-10-11 Janne Grunauaarch64: Remove commas LLVM's assembler complains about
2015-10-11 Martin Storsjöarm: Implement x264_sub8x16_dct_dc_neon
2015-10-11 Martin Storsjöarm: Optimize x264_deblock_h_chroma_neon
2015-10-11 Martin Storsjöaarch64: Remove leftover commented out code
2015-10-11 Martin Storsjöaarch64: Simplify the decimate_score functions
2015-10-11 Martin Storsjöarm: Use aligned loads in x264_coeff_last15_neon
2015-10-11 Martin Storsjöarm: Simplify x264_predict_8x8c_p_neon
2015-09-03 Janne Grunauaarch64: fix x264_mbtree_propagate_cost_neon
2015-08-27 Martin Storsjöaarch64: Fix integral_init4/8h_neon
2015-08-27 Henrik Gramnerx86: Fix integral_init4/8h_avx2
2015-08-18 Henrik Gramnerx86inc: Sync minor changes from ffmpeg/libav
2015-08-18 Henrik GramnerSilence various static analyzer warnings
2015-08-18 Henrik Gramnermsvs: Don't redefine snprintf for VS2015
2015-08-18 Henrik Gramnerx264_vfprintf: use va_copy
2015-07-26 Henrik Gramnerparam_parse: Fix framerate rounding issues
2015-07-25 Rong Yanppc: Add little-endian PowerPC support
2015-07-25 Rishikesh Moremips: MSA quant optimizations
2015-07-25 Rishikesh Moremips: MSA predict optimizations
2015-07-25 Rishikesh Moremips: MSA pixel optimizations
2015-07-25 Rishikesh Moremips: MSA deblock optimizations
2015-07-25 Rishikesh Moremips: MSA dct optimizations
2015-07-25 Rishikesh Moremips: MSA mc optimizations
2015-07-25 Rishikesh Moremips: Common MSA macros
2015-07-25 Kaustubh Rastemips: Initial MSA support
2015-07-25 Anton MitrofanovUse forced frame types in slicetype analysis
2015-07-25 Henrik Gramnerx86: SSSE3 and AVX2 implementations of plane_copy_swap
2015-07-25 Yu XiaoleiNV21 input support
2015-07-25 Henrik Gramnerdeblock: Write combining
2015-07-25 Henrik Gramnerx86: Experimental nasm support
2015-07-25 Timothy Gux86inc: Prevent warnings when using `struc` and `endstruc`
2015-07-25 Henrik Gramnerx86inc: Drop SECTION_TEXT macro
2015-07-25 Henrik Gramnerx86inc: Disable vpbroadcastq workaround in newer yasm...
2015-07-25 Henrik GramnerPrefer Unicode versions of Windows API calls
2015-07-24 Henrik Gramnerslurp_file: Various minor bug fixes
2015-07-24 Henrik Gramnerparam_parse: Check strdup() return value
2015-07-16 Henrik Gramnerparam_parse: Fix memory leak
2015-07-16 Henrik Gramnerx86: Prevent overread of src in plane_copy_interleave
2015-02-23 Christophe Gisquetx86inc: Correctly warn on use of SSE2 instructions...
2015-02-23 Christophe Gisquetx86inc: Fix instantiation of YMM registers
2015-02-23 Anton MitrofanovBump dates to 2015
2014-12-20 Anton Mitrofanovx86: Update intel compiler cpu dispatcher override...
2014-12-20 Henrik Gramnerx86: SSE and AVX implementations of plane_copy
2014-12-16 Janne Grunauaarch64: cabac_encode_{decision,bypass,terminal}_asm
2014-12-16 Janne Grunauaarch64: nal_escape_neon
2014-12-16 Janne Grunauaarch64: {plane_copy,memcpy_aligned,memzero_aligned...
2014-12-16 Janne Grunauaarch64: x264_mbtree_propagate_{cost,list}_neon
2014-12-16 Janne Grunauaarch64: x264_denoise_dct_neon
2014-12-16 Janne Grunauaarch64: x264_coeff_level_run{4,8,15,16}
2014-12-16 Janne Grunauaarch64: NEON asm for intra luma deblocking
2014-12-16 Janne Grunauaarch64: x264_deblock_h_chroma_422_neon
2014-12-16 Janne Grunauaarch64: x264_deblock_h_chroma_mbaff_neon
2014-12-16 Janne Grunauaarch64: NEON asm for intra chroma deblocking
2014-12-16 Janne Grunauaarch64: add myself as author to aarch64/mc.h
2014-12-16 Janne Grunauaarch64: NEON asm for integral init
2014-12-16 Janne Grunauaarch64: NEON asm for 8x16c intra prediction
2014-12-16 Janne Grunauaarch64: NEON asm for decimate_score
2014-12-16 Janne Grunauaarch64: implement x264_sub8x16_dct_dc_neon
2014-12-16 Janne Grunauaarch64: implement x264_pixel_asd8_neon
2014-12-16 Janne Grunauaarch64: NEON asm for 4x16 sad, satd and ssd
2014-12-16 Janne Grunauaarch64: implement x264_pixel_ssd_nv12_core_neon
2014-12-16 Janne Grunauaarch64: implement x264_pixel_vsad_neon
2014-12-16 Janne Grunauaarch64: NEON asm for missing x264_zigzag_* functions
2014-12-16 Janne Grunauaarch64: implement x264_pixel_sa8d_satd_16x16_neon
2014-12-16 Janne Grunauaarch64: optimize x264_predict_8x8c_dc_left_neon
2014-12-12 Henrik Gramnerx86: Make AVX2 also imply FMA3
2014-12-12 Anton MitrofanovFix bugs/typos in motion compensation and cache_load
2014-10-17 Henrik Gramnerx86: AVX2 high bit-depth var_16x16
2014-09-29 Vittorio GiovaraSupport case-independent string options
2014-09-16 Anton MitrofanovShut up clang -Wuninitialized warning
2014-09-16 Anton MitrofanovFix few clang -Wunused-* warnings
2014-09-16 Anton MitrofanovFix inappropriate instruction use
2014-09-16 Anton Mitrofanovx264asm: warn when inappropriate instruction used in...
2014-08-26 Henrik Gramnerx86inc: Make INIT_CPUFLAGS support an arbitrary number...
2014-08-26 Henrik Gramnerx86: Minor pixel_ssim_end4 improvements
2014-08-26 Henrik Gramnerx86: Faster quant_4x4x4
2014-08-26 Janne Grunauaarch64: deblocking NEON asm
2014-08-26 Janne Grunauaarch64: intra predition NEON asm
2014-08-26 Janne Grunauaarch64: motion compensation NEON asm
2014-08-26 Janne Grunauaarch64: transform and zigzag NEON asm
2014-08-26 Janne Grunauaarch64: quantization and level-run NEON asm
2014-08-26 Janne Grunauaarch64: pixel metrics NEON asm
2014-08-26 Janne Grunauaarch64: add utility functions for asm
2014-08-26 Janne Grunauaarch64: add armv8 and neon cpu flags and test them
next