]> git.sesse.net Git - x264/shortlog
x264
2015-02-23 Anton MitrofanovAdd tile format frame packing value
2015-02-23 Anton MitrofanovStricter validation of crop-rect values
2015-02-23 Vittorio GiovaraAdd mono frame packing value
2015-02-23 Vittorio GiovaraValidate frame packing value instead of clipping
2015-02-23 Christophe... x86inc: Correctly warn on use of SSE2 instructions...
2015-02-23 Christophe... x86inc: Fix instantiation of YMM registers
2015-02-23 Vittorio Giovaramatroska: Correctly write display width and height...
2015-02-23 Kieran KunhyaUse POC type 0 for AVC-Intra
2015-02-23 Anton MitrofanovFix ARCH variable name conflict with BSD ports (bsd...
2015-02-23 Anton MitrofanovFix negative percentages in final stats output
2015-02-23 Anton MitrofanovBump dates to 2015
2014-12-20 Anton Mitrofanovx86: Update intel compiler cpu dispatcher override...
2014-12-20 Anton MitrofanovNew AQ mode: auto-variance AQ with bias to dark scenes
2014-12-20 Anton MitrofanovImprove HRD conformance
2014-12-20 Henrik Gramnerx86: SSE and AVX implementations of plane_copy
2014-12-16 Anton MitrofanovUpdate to the latest version of gas-preprocessor.pl...
2014-12-16 Janne Grunauaarch64: cabac_encode_{decision,bypass,terminal}_asm
2014-12-16 Janne Grunaucheckasm: add cycle counter read for aarch64
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 MitrofanovSimplify libx264 API usage example
2014-12-12 Henrik GramnerAvxSynth: Remove a bunch of unused cruft
2014-12-12 Anton MitrofanovFix bugs/typos in motion compensation and cache_load
2014-12-01 Anton Mitrofanovcheckasm: Fix undefined behavior warnings
2014-11-29 Henrik Gramnercheckasm: Fix V210 reporting
2014-10-17 Anton MitrofanovSafety check against malicious high bit-depth input...
2014-10-17 Anton Mitrofanovlibx264 API usage example
2014-10-17 Henrik Gramnerx86: AVX2 high bit-depth var_16x16
2014-10-09 Henrik Gramnercheckasm: Serialize read_time() calls on x86
2014-09-29 Vittorio GiovaraSupport case-independent string options
2014-09-16 Anton MitrofanovShut up gcc -Wuninitialized warnings
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-09-03 Anton MitrofanovFix VBV with true VFR streams
2014-09-03 Anton MitrofanovFix VBV
2014-08-26 Anton MitrofanovUpdate to the current lavf API and fix memory leak...
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 Anton Mitrofanovconfigure: improve cc_check for clang and ICL to not...
2014-08-26 Henrik Gramnercheckasm: Only call x264_cpu_detect() once
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
2014-08-26 Janne Grunauaarch64: initial build support
2014-08-26 Janne Grunaucheckasm: test zigzag_sub_8x8_{frame,field}
2014-08-26 Janne Grunauarm: use long multiplication in mc_weight_w*_neon
2014-08-26 Janne Grunauarm: do not use aligned stores in mc_weight_w4_*neon
2014-08-26 Janne Grunaucheckasm: add memory clobber to read_time inline asm
2014-08-26 Janne Grunauarm: check if the assembler supports the '.func' directive
2014-08-26 Janne Grunauarm/ppc: use $CC as default assembler
2014-08-26 Janne Grunauarm: move instructions after '.rept' to separate line
2014-08-26 Janne Grunauarm: set .arch/.fpu from asm.S
2014-08-26 Janne Grunauarm: do not append CFLAGS to ASFLAGS
2014-08-26 Tristan Matthewsfilters: fix sizeof mismatch
2014-08-26 Anton MitrofanovFix memory leak when using select_every filter
2014-07-20 Tsukasa OMOTOFix cltostr.sh on OS X
2014-07-20 Fiona GlaserCheck pf_log is set in validate_parameters
2014-07-20 Anton MitrofanovCheck malloc during frame dumping
2014-07-20 Yusuke Nakamuramp4_lsmash: Use new I/O API instead of deprecated one.
2014-07-20 Anton MitrofanovRemove meaningless use of abs()
2014-07-20 Steven WaltersMSVS 2013 Update 2 support
2014-07-20 Diego Biurrunconfigure: Add -Wno-maybe-uninitialized to CFLAGS
2014-07-20 Diego Biurrunbuild: Replace cltostr.pl by a shell script
2014-07-20 Diego Biurrunbuild: Simplify phony target declaration with wildcards
2014-07-20 Diego Biurrunconfigure: Drop workaround for obsolete gcc 4.2 on ARM
2014-07-20 Diego Biurrunbuild: Add dependencies on x86inc.asm/x86util.asm for...
2014-07-20 Diego BiurrunDelete all SPARC optimizations
2014-07-20 Diego Biurrunconfigure: Don't check for libavcore
2014-07-20 Diego Biurrunbuild: Set all ASFLAGS from within configure
2014-07-20 Diego Biurrunopencl: Check return value of fread()
2014-07-20 Fiona GlaserDisable i8x8 in lossless
2014-07-20 Thomas MundtAVC-Intra: fix compatibility with Avid Transfermanager
next