]> granicus.if.org Git - libx264/history - common
mp4: Update GPAC support to v0.8.0 or later
[libx264] / common /
2020-07-02 Henrik GramnerFix compilation with nasm 2.15
2020-06-10 Henrik Gramnerx86inc: Fix warnings when using nasm 2.15
2020-06-10 Anton MitrofanovFix data race
2020-06-10 Anton MitrofanovRemove use of non-breaking spaces
2020-04-09 Anton MitrofanovFix warning: comparison of integers of different signs...
2020-04-09 Anton MitrofanovFix error "invalid size of malloc" for 10-bit encodes...
2020-04-09 Anton MitrofanovFix undefined behavior: shift exponent is negative
2020-04-09 Anton MitrofanovFix undefined behavior: access within misaligned address
2020-04-09 Anton MitrofanovFix undefined behavior: applying [non-]zero offset...
2020-02-29 Anton MitrofanovBump dates to 2020
2019-11-26 Anton MitrofanovLimit maximum supported resolution
2019-11-05 Janne Grunauaarch64: Use HAVE_NEON define during CPU detection
2019-11-05 Anton Mitrofanovaarch64: Fix compilation with disabled asm
2019-07-17 Anton MitrofanovRemove CRT objects use between DLL boundaries origin/HEAD origin/master
2019-07-17 Anton MitrofanovMark explicitly DSO public API symbols and hide all...
2019-07-17 Henrik Gramnerx86: Perform stack realignment in C instead of assembly
2019-07-17 Anton MitrofanovRevert r2959: Signal Progressive and Constrained profiles
2019-07-17 Anton MitrofanovFix x264_picture_alloc with X264_CSP_I400 colorspace
2019-03-06 Henrik Gramnerx86inc: Add support for GFNI instructions
2019-03-06 Henrik Gramnerx86inc: Improve warnings for use of unsupported instruc...
2019-03-06 Henrik Gramnerx86inc: Support N_PEXT bit on Mach-O
2019-03-06 Henrik Gramnerx86inc: Make 'non-adjacent' default in the TAIL_CALL...
2019-03-06 Henrik Gramnerx86inc: Add x86-32 PIC support macros
2019-03-06 Henrik Gramnerx86inc: Turn 'movsxd' into 'movifnidn' on x86-32
2019-03-06 Henrik GramnerBump dates to 2019
2019-03-06 Yusuke NakamuraSignal Progressive and Constrained profiles
2019-03-06 Alexandra Hájkováppc: Use xxpermdi in sad_x3/x4 and use macros to avoid...
2019-03-06 Luca Barbatoppc: Use the vec_xst_len for partial stores in mc
2019-03-06 Luca Barbatoppc: Use vec_splats in mc
2019-03-06 Luca Barbatoppc: Use the vec_xst_len for partial stores
2019-03-06 Luca Barbatoppc: Use xxpermdi in VEC_STORE8
2019-03-06 Luca Barbatoppc: Use a single store to write the scores for sad_x4_8x8
2019-03-06 Luca Barbatoppc: Use xxpermdi to halve the computation in sad_x4_8x8
2019-03-06 Luca Barbatoppc: Rework satd_4* likewise
2019-03-06 Luca Barbatoppc: Factor out the sum of absolute
2019-03-06 Luca Barbatoppc: Rework the adds in satd8x8
2019-03-06 Luca Barbatoppc: Add quant_4x4x4
2019-03-06 Luca Barbatoppc: Cleanup quant
2019-03-06 Henrik Gramnerx86: Always use PIC in x86-64 asm
2019-03-03 Henrik Gramnerx86: Fix integer overflow in intra_sa8d_x3_8x8_sse2
2019-03-03 Anton MitrofanovFix data race detected by ThreadSanitizer
2019-03-03 Henrik GramnerEliminate the use of strtok()
2018-12-23 Anton MitrofanovFix ultrafast preset speed regression
2018-08-22 Henrik Gramnercli: Fix linking with --system-libx264 on x86
2018-08-06 Alexandra Hájkováppc: Optimize quant functions
2018-08-06 Alexandra Hajkovappc: Add support for Power9-only vec_absd
2018-08-06 Alexandra Hájkováppc: Optimize sub8x8_dct_dc
2018-08-06 Alexandra Hájkováppc: AltiVec add16x16_idct_dc
2018-08-06 Alexandra Hájkováppc: Optimize add8x8_idct_dc
2018-08-06 Luca Barbatoppc: Add compatibility macros for vec_xxpermdi
2018-08-06 Henrik GramnerPrefer a monotonic clock source if available
2018-08-06 Kieran KunhyaAdd Sony XAVC, a flavour of AVC-Intra
2018-08-06 Anton MitrofanovCosmetics: Fix indentation for multiline function proto...
2018-08-06 Anton MitrofanovCosmetics: Use consistent "inline" attribute position
2018-08-06 Henrik Gramnerx86: AVX-512 plane_copy and plane_copy_swap
2018-08-06 Emanuele Ruffaldi4:0:0 (monochrome) encoding support
2018-08-06 Henrik Gramnerx86inc: Improve SAVE/LOAD_MM_PERMUTATION macros
2018-08-06 Henrik Gramnerx86inc: Optimize VEX instruction encoding
2018-08-06 Henrik Gramnerx86inc: Fix VEX -> EVEX instruction conversion
2018-07-21 Anton MitrofanovFix undefined behavior of left shift for CAVLC encoding
2018-06-24 Luca Barbatoppc: Fix zigzag_interleave
2018-06-02 Henrik GramnerFix clang stack alignment issues
2018-05-27 Anton MitrofanovFix possible undefined behavior of right shift
2018-05-27 Anton MitrofanovMake bs_align_10 imply bs_flush
2018-03-31 Henrik Gramnerx86: Correctly use v-prefix for instructions with opmasks
2018-01-18 Anton MitrofanovRemove ARRAY_SIZE macro which is identical to ARRAY_ELEMS
2018-01-17 Henrik Gramnerx86inc: Correctly set mmreg variables
2018-01-17 Henrik GramnerBump dates to 2018
2018-01-17 Henrik GramnerMerge zero buffers
2018-01-17 Henrik GramnerCorrectly align buffers for AVX and AVX-512
2017-12-24 Anton MitrofanovCosmetics
2017-12-24 Alexandra Hájkováppc: Add load_deinterleave_chroma_fenc_altivec
2017-12-24 Martin Storsjöaarch64: Use ldurb/sturb for loads/stores with negative...
2017-12-24 Martin Storsjöarm: Check for __ELF__ instead of !__APPLE__, for using...
2017-12-24 Martin Storsjöaarch64: Don't .set a symbol named st2
2017-12-24 Henrik GramnerShrink the i4x4_mode cost_table array
2017-12-24 Henrik Gramnerx86: Remove some legacy CPU detection hacks
2017-12-24 Henrik Gramnerx86: AVX-512 load_deinterleave_chroma_fdec
2017-12-24 Henrik Gramnerx86: AVX-512 load_deinterleave_chroma_fenc
2017-12-24 Henrik Gramnerx86: AVX-512 mbtree_fix8_pack and mbtree_fix8_unpack
2017-12-24 Henrik Gramnerx86: Faster mbtree_fix8_unpack
2017-12-24 Anton MitrofanovMake ref and i4x4_mode costs global instead of static
2017-12-24 Anton MitrofanovFix thread safety of x264_threading_init() and use...
2017-12-24 Vittorio GiovaraSupport writing the alternative transfer SEI message
2017-12-24 Vittorio GiovaraUnify 8-bit and 10-bit CLI and libraries
2017-12-24 Vittorio GiovaraChange default QP parameters initialization
2017-12-24 Vittorio Giovaraaarch64: Set the function symbol prefix in a single...
2017-12-24 Vittorio Giovaraarm: Set the function symbol prefix in a single location
2017-12-24 Vittorio GiovaraDrop the x264 prefix from static functions and variables
2017-12-24 Anton Mitrofanovconfigure: Check for strtok_r compiler support
2017-12-24 Henrik Gramnercabac: Make the cabac_contexts array static
2017-12-24 Henrik Gramnerx86: AVX-512 pixel_satd_x3 and pixel_satd_x4
2017-12-24 Henrik Gramnerx86: Shrink the x86-64 cabac coeff_last tables
2017-12-24 Henrik Gramnerx86inc: Support creating global symbols from local...
2017-12-24 Henrik Gramnerx86inc: Use .rdata instead of .rodata on Windows
2017-12-24 Henrik Gramnerx86inc: Set the correct cpuflag for AES-NI instructions
2017-12-24 Henrik Gramnerx86inc: Enable AVX emulation for floating-point pseudo...
2017-12-24 Anton Mitrofanovx86: Fix stack alignment for x264_cabac_encode_ue_bypas...
2017-12-24 Anton Mitrofanovmips: Fix incorrect pointers to msa optimized functions
2017-08-11 Henrik GramnerFix cpu capabilities listing on older x86 operating...
next