]> granicus.if.org Git - libx264/shortlog
libx264
2021-12-07 Anton Mitrofanovlavf: Remove use of deprecated av_init_packet
2021-12-06 Anton MitrofanovCI: Update docker images
2021-09-29 Jean-Baptiste... lookahead: Keep b_exit_thread under ifbuf.mutex
2021-09-29 Martin Storsjöcheckasm: Correctly parse the seed argument as unsigned
2021-09-29 Anton MitrofanovFix implicit integer sign change and truncation
2021-09-29 Anton MitrofanovFix integer overflow in cavlc trellis
2021-09-29 Anton MitrofanovFix integer overflow in cabac psy-trellis
2021-09-29 Vitaly LysenkovFix integer overflow in psy-rd
2021-09-29 Anton MitrofanovFix gcc warnings
2021-09-29 Ziemowit ZabawaFix typos with codespell tool
2021-08-25 Henrik Gramnerx86inc: Add an option for forcing VEX-encoding in non...
2021-06-14 Henrik Gramnerx86inc: Support memory operands in src1 in 3-operand...
2021-06-13 Phillip BlucasAdd support for Sony XAVC Class 300 and 480
2021-06-13 Ziemowit ZabawaCosmetics: Add missing backslashes inside #defines
2021-06-13 Anton MitrofanovFix --tcfile-in support
2021-06-13 Anton MitrofanovFix undefined behavior: left shift of negative value
2021-06-13 Anton MitrofanovFix gcc warnings
2021-06-13 Anton Mitrofanovlavf: Fix compilation with new versions of ffmpeg
2021-05-05 Anton MitrofanovCosmetics: Fix vertical alignment for long_options
2021-05-05 Phillip BlucasSupport writing the content light level information...
2021-05-05 Phillip BlucasSupport writing the mastering display color volume...
2021-05-05 Anton MitrofanovFix parsing of enums
2021-05-03 Anton Mitrofanovy4m: Support ffmpeg's color range extension
2021-05-03 Anton Mitrofanovy4m: Support files with longer sequence header
2021-04-13 Anton MitrofanovCI: Add macos-arm64 target (cross-compile)
2021-04-13 Brad SmithUse sysconf(_SC_NPROCESSORS_ONLN) on OpenBSD
2021-04-13 Brad Smitharm: Enable HAVE_SECTION_DATA_REL_RO for OpenBSD
2021-04-13 Anton Mitrofanovmp4: Add GPAC detection with pkg-config
2021-04-12 Martin Storsjöaarch64: Fix the zigzag_interleave_8x8_cavlc_neon function
2021-02-11 Henrik Gramnerx86inc: Add stack probing on Windows
2021-02-11 Henrik GramnerSilence false positive -Wformat-truncation warning
2021-02-10 Anton MitrofanovFix MB stats
2021-02-08 Anton MitrofanovCI: Update macos URL to vlc-contrib
2021-02-01 Anton MitrofanovFix VBV overflow check for B-frames
2021-01-27 Anton Mitrofanovx86inc: Fix LOAD_MM_PERMUTATION for AVX-512
2021-01-26 Anton MitrofanovFix PADH alignment
2021-01-26 Anton MitrofanovFix alignment of chroma buffer for weightp
2021-01-26 Henrik GramnerMakefile: Drop the -T argument to install
2021-01-24 Anton MitrofanovFix use of nalu_process callback
2021-01-24 Anton MitrofanovFix weighting for B-frames
2021-01-24 Anton MitrofanovFix CAVLC encoding
2021-01-24 Anton MitrofanovBump dates to 2021
2021-01-19 Konstantin... CI: Move macos to catalina builders
2021-01-19 Anton MitrofanovCI: Update URLs to the latest vlc-contrib
2021-01-07 Martin Storsjögitlab-ci: Add build-only configurations with llvm...
2021-01-07 Henrik Gramnerconfigure: Fix endianness test when LTO is enabled...
2021-01-07 Martin Storsjögitlab-ci: Remove the unused _PATH variable
2020-12-28 Janne Grunauaarch64/asm: optimize cabac asm
2020-12-28 Janne Grunauaarch64/asm: support offsets in movrel macro
2020-12-28 Janne Grunauaarch64/asm: optimize cabac_encode_terminal with extrin...
2020-10-26 Martin StorsjöAdd a missing include of stdlib.h
2020-10-25 Damiano Galassiconfigure: Add Apple Silicon support
2020-10-25 Anton Mitrofanovx86: Remove workaround for nasm on macho64
2020-10-25 Anton Mitrofanovx86: Fix exhaustive search ME asm
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
next