Skip to content

Commit 8afc6da

Browse files
committed
VSFilter history: fill in some MPC-HC version numbers
1 parent cfd3b40 commit 8afc6da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

detect-renderer.ass

+3-3
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
145145
; https://github.com/mpc-hc/mpc-hc.git@dd44bd9d6260d9202d22fffa92f0d266f9d2d34f MPC-HC 1.7.6.36 coordinates in drawings and \pbo rounded to whole pixels after scaling
146146
; https://github.com/mpc-hc/mpc-hc.git@815d90f09e4287735a12e5af44daa85f9b48b770 hexadecimal integers in headers read via wcstoul and hence saturate to ULONG_MAX
147147
; 2.41.191 https://github.com/mpc-hc/mpc-hc.git@ec53662e33610c5c7504427dde3ce7de421d5cb4 MPC-HC 1.7.6.191 drawing parser optimized and broken: /[mnlbspc]*/ immediately following /\S/ (used as cmd) is skipped
148-
; https://github.com/mpc-hc/mpc-hc.git@a74db2a6c1b2e710afbd35abbe0c7271c9651b06 z coordinate limit readded (in display pixels)
149-
; https://github.com/mpc-hc/mpc-hc.git@11bb014771fcc1f73f4b92c06d29f0662fdda457 opaque boxes not double-scaled
150-
; https://github.com/mpc-hc/mpc-hc.git@b20e86fad2a5d7729638d772a0a5cd144f9e7189 opaque boxes drawn even if \bord0
148+
; 2.41.245 https://github.com/mpc-hc/mpc-hc.git@a74db2a6c1b2e710afbd35abbe0c7271c9651b06 MPC-HC 1.7.6.245 z coordinate limit readded (in display pixels)
149+
; 2.41.55 https://github.com/mpc-hc/mpc-hc.git@11bb014771fcc1f73f4b92c06d29f0662fdda457 MPC-HC 1.7.7.55 opaque boxes not double-scaled
150+
; 2.41.56 https://github.com/mpc-hc/mpc-hc.git@b20e86fad2a5d7729638d772a0a5cd144f9e7189 MPC-HC 1.7.7.56 opaque boxes drawn even if \bord0
151151
; https://github.com/mpc-hc/mpc-hc.git@a8a5bed7a1ad8680987a82bfa3574cd7d0f963f1 YCbCr Matrix header
152152
; 2.41.141 https://github.com/mpc-hc/mpc-hc.git@b7b2ee8af888639340494783edc5065d8379f797 MPC-HC 1.7.8.141 drawing parser partially fixed: only /[mnlbspc]/ rather than /\S/ recognized as cmd, but /[mnlbspc]*/ still skipped
153153
; 2.41.67 https://github.com/mpc-hc/mpc-hc.git@701ceec81e37de1d9f89ce82ced9bab7735a2eae MPC-HC 1.7.13.67 zero-point vector clips cause NULL dereference

0 commit comments

Comments
 (0)