[x264-devel] [Git][videolan/x264][stable] 12 commits: Fix warning: comparison of integers of different signs [-Wsign-compare]
Anton Mitrofanov
gitlab at videolan.org
Thu Jul 2 19:04:16 CEST 2020
Anton Mitrofanov pushed to branch stable at VideoLAN / x264
Commits:
33f9e147 by Anton Mitrofanov at 2020-04-09T15:36:22+03:00
Fix warning: comparison of integers of different signs [-Wsign-compare]
- - - - -
829f625c by Anton Mitrofanov at 2020-04-26T00:20:07+03:00
Fix file encoding from Windows-1252 to UTF-8
- - - - -
526b6b54 by Anton Mitrofanov at 2020-06-10T18:06:45+03:00
Remove use of non-breaking spaces
- - - - -
538f09b5 by Anton Mitrofanov at 2020-06-10T18:07:03+03:00
Fix undefined behavior: index out of bounds (one more)
last_non_b_pict_type is initialized to -1.
Bug report by Vitaly Buka.
- - - - -
6b28e585 by Anton Mitrofanov at 2020-06-10T18:07:03+03:00
Fix data race
Closes videolan/x264#16.
Bug report by Zu-Ming Jiang.
- - - - -
32a7ee1c by Anton Mitrofanov at 2020-06-10T18:07:03+03:00
checkasm: increase float error margin to 1e-5
checkasm10 with seed=511142008 failed on win32 gcc builds.
- - - - -
22fcbe12 by Henrik Gramner at 2020-06-10T20:21:24+02:00
x86inc: Fix warnings when using nasm 2.15
- - - - -
235ce613 by Sergei Trofimovich at 2020-06-10T23:10:38+02:00
configure: allow 'strings' override via STRINGS variable
This allows building x264 on systems where 'strings' or
'${HOST}-strings' does not exist, but llvm-strings exists.
- - - - -
d1fee1e0 by JHammler at 2020-06-15T21:57:16+02:00
configure: Fix building under the MSYS shell
- - - - -
4c9b076b by Anton Mitrofanov at 2020-06-15T22:01:02+02:00
Remove code for non-positive f_ip_factor/f_pb_factor
Currently they are guaranteed to be positive.
- - - - -
d78c1e83 by Henrik Gramner at 2020-07-02T03:01:13+02:00
Fix compilation with nasm 2.15
- - - - -
cde9a933 by Anton Mitrofanov at 2020-07-02T18:50:47+02:00
CI: Add lsmash support + Change ffmpeg source
- - - - -
30 changed files:
- .gitlab-ci.yml
- common/aarch64/mc-c.c
- common/aarch64/mc.h
- common/aarch64/predict-c.c
- common/aarch64/predict.h
- common/arm/dct-a.S
- common/arm/mc-c.c
- common/arm/mc.h
- common/arm/predict-c.c
- common/arm/predict.h
- common/base.c
- common/base.h
- common/bitstream.c
- common/bitstream.h
- common/common.h
- common/cpu.c
- common/dct.c
- common/dct.h
- common/deblock.c
- common/frame.c
- common/frame.h
- common/macroblock.c
- common/mc.c
- common/mc.h
- common/mips/mc-c.c
- common/mips/mc.h
- common/opencl.c
- common/osdep.h
- common/pixel.c
- common/pixel.h
The diff was not included because it is too large.
View it on GitLab: https://code.videolan.org/videolan/x264/-/compare/296494a4011f58f32adc54304a2654627558c59a...cde9a93319bea766a92e306d69059c76de970190
--
View it on GitLab: https://code.videolan.org/videolan/x264/-/compare/296494a4011f58f32adc54304a2654627558c59a...cde9a93319bea766a92e306d69059c76de970190
You're receiving this email because of your account on code.videolan.org.
More information about the x264-devel
mailing list