]> git.sesse.net Git - x264/shortlog
x264
2015-07-25 Henrik GramnerGet rid of fPIC warnings when compiling a shared librar...
2015-07-25 Henrik Gramnermatroska: Write the correct DocTypeVersion when using...
2015-07-24 Anton Mitrofanovdump_yuv: Fix file handle leak
2015-07-24 Anton Mitrofanovmp4: Fix file handle leak
2015-07-24 Henrik Gramnerflv: Check fseek() and fwrite() return values
2015-07-24 Henrik Gramnerflv: Fix memory and file handle leaks
2015-07-24 Henrik Gramneravs: Fix file handle leak
2015-07-24 Henrik Gramnermatroska: Fix memory leak
2015-07-24 Henrik Gramnerrdo: Fix potential CAVLC overflow issues
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 Anton MitrofanovAdd FreeBSD's stdint.h header guard to allowed list
2015-07-16 Henrik Gramnerx86: Prevent overread of src in plane_copy_interleave
2015-07-16 Anton Mitrofanovcheckasm: Fix incorrect memcmp size for ARM architecture
2015-07-16 Anton MitrofanovFix possible use of uninitialized MVs in lookahead...
2015-05-24 Anton MitrofanovCatch incorrect usage of libx264 API for delayed frames...
2015-05-24 Anton MitrofanovFix detection of system libx264 configuration
2015-02-23 Anton MitrofanovCosmetic changes
2015-02-23 Anton MitrofanovUpdate configure for auto detection of system libx264...
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
next