]> granicus.if.org Git - libx264/shortlog
libx264
2020-10-25 Anton Mitrofanovx86: Fix memory operands for inline asm
2020-10-25 Anton Mitrofanovx86: Fix clobbers for inline asm
2020-09-27 Henrik GramnerAdd support for long filenames on Windows 10
2020-09-12 Henrik Gramnermp4: Remove GPAC Windows Unicode compatibility shim
2020-09-12 Henrik Gramnermp4: Fix compiling with recent GPAC versions
2020-07-14 Anton MitrofanovRename function x264_strdup to x264_param_strdup
2020-07-14 Anton Mitrofanovcli: Add info about gpac/lsmash into version info
2020-07-14 Anton Mitrofanovconfigure: Add options for bash-completion install
2020-07-02 Anton MitrofanovAdd new API function: x264_param_cleanup
2020-07-02 A. Davidmp4: Update GPAC support to v0.8.0 or later
2020-07-02 Henrik Gramnercli: Install bash autocomplete during 'make install'
2020-07-02 Henrik Gramnerlavf: Update to the new API for iterating demuxers
2020-07-02 Anton MitrofanovCI: Add lsmash support + Change ffmpeg source
2020-07-02 Henrik GramnerFix compilation with nasm 2.15
2020-06-15 Anton MitrofanovRemove code for non-positive f_ip_factor/f_pb_factor
2020-06-15 JHammlerconfigure: Fix building under the MSYS shell
2020-06-10 Sergei Trofimovichconfigure: allow 'strings' override via STRINGS variable
2020-06-10 Henrik Gramnerx86inc: Fix warnings when using nasm 2.15
2020-06-10 Anton Mitrofanovcheckasm: increase float error margin to 1e-5
2020-06-10 Anton MitrofanovFix data race
2020-06-10 Anton MitrofanovFix undefined behavior: index out of bounds (one more)
2020-06-10 Anton MitrofanovRemove use of non-breaking spaces
2020-04-25 Anton MitrofanovFix file encoding from Windows-1252 to UTF-8
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-04-09 Anton MitrofanovFix undefined behavior: index out of bounds
2020-04-09 Anton MitrofanovFix undefined behavior: division by zero
2020-04-09 Anton MitrofanovCI: Fix vlc-contrib URL for windows targets
2020-02-29 Anton MitrofanovBump dates to 2020
2019-11-26 Anton MitrofanovCheck support for force_align_arg_pointer attribute
2019-11-26 Anton MitrofanovFix float division by zero when encoding CRF+VBV
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-11-01 Anton MitrofanovExport symbols only when building shared library
2019-11-01 Anton MitrofanovFix compilation of fprofiled shared build
2019-07-17 Anton MitrofanovRemove CRT objects use between DLL boundaries origin/HEAD origin/master
2019-07-17 Anton MitrofanovFix MSVS build with ./configure --enable-shared --syste...
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 MitrofanovStrip git-hash from version in x264.pc origin/stable
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-07-17 Anton MitrofanovShut up UBSan about uninitialized data read
2019-07-17 Anton MitrofanovFix integer overflow detected by UBSan in --weightp...
2019-07-17 Anton Mitrofanovcheckasm: Fix heap-buffer-overflow read detected by...
2019-07-17 Anton MitrofanovFix heap-buffer-overflow read detected by ASan with...
2019-07-16 Konstantin... CI: Bump macos target to darwin18
2019-07-16 Konstantin... CI: Use a newer aarch64 image
2019-07-16 Konstantin... Added gitlab CI
2019-03-14 Henrik GramnerFix warning in autocomplete.c when compiled with lavf
2019-03-06 Anton MitrofanovRemove compatibility workarounds
2019-03-06 Anton MitrofanovRemove h->rc dereferencing where possible
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 Henrik Gramnercli: Bash autocomplete support
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 MitrofanovCheck that mbtree settings are consistent between passes
2019-03-03 Anton MitrofanovMark frame_size_estimated as volatile
2019-03-03 Anton MitrofanovFix data race detected by ThreadSanitizer
2019-03-03 Anton MitrofanovFix XAVC with sliced-threads
2019-03-03 Anton MitrofanovFix XAVC slice pattern
2019-03-03 Henrik GramnerEliminate the use of strtok()
2018-12-23 Anton Mitrofanovconfigure: Fix log2f misdetection on some systems
2018-12-23 Anton MitrofanovFix ultrafast preset speed regression
2018-12-23 Anton MitrofanovFix --crop-rect top offset with --interlaced or --fake...
2018-09-25 Anton MitrofanovFix possible double transpose of custom CQM if --level...
2018-08-22 Henrik Gramnercli: Fix linking with --system-libx264 on x86
2018-08-22 Anton MitrofanovFix CAVLC+RDO in 4:4:4
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...
next