- 03 Nov, 2022 1 commit
-
-
Steve Lhomme authored
For some reason gitlab doesn't like it. It worked with the line > for ext in exe msi 7z zip; do mv ${SHORTARCH}/vlc-*-dev-*.${ext} nightlies/$(basename ${SHORTARCH}/vlc-*-dev-*.${ext} | sed "s/\.${ext}/-${CI_COMMIT_SHORT_SHA}\.${ext}/"); done It should work with the line > for ext in exe msi 7z zip; do mv ${SHORTARCH}/vlc-*-dev-*.${ext} nightlies/$(basename ${SHORTARCH}/vlc-*-dev-*.${ext} | sed "s/\.${ext}/-${CI_COMMIT_SHORT_SHA}\.${ext}/") || echo "vlc-*.${ext} not found!"; done
-
- 02 Nov, 2022 16 commits
-
-
Steve Lhomme authored
No functional changes. Just bring some consistency between the call to make it easier to refactor the code if needed.
-
Steve Lhomme authored
No functional changes. Just makes it easier to refactor the code if needed.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Compiler may generate better code and we really want to skip exactly that amount. This will also bring some consistency with the other vlc_stream_Read(NULL) callers.
-
Steve Lhomme authored
The end of file is probably reached. This is the same kind of error checked in the vlc_stream_Peek() call below.
-
Steve Lhomme authored
It's either 0 or 3.
-
Steve Lhomme authored
It's filled with uint16_t values or constants.
-
Steve Lhomme authored
-
Steve Lhomme authored
It can never be negative as it's only growing from 0. And we don't want to skip backward.
-
Steve Lhomme authored
It should have the same range as i_pos.
-
Steve Lhomme authored
-
Steve Lhomme authored
It's filled with uint32_t values that cannot be higher than UINT32_MAX or constants.
-
Steve Lhomme authored
It's filled with a uint32_t value that is checked not to underflow from the substraction.
-
Steve Lhomme authored
It's filled with uint32_t values or constants.
-
- 01 Nov, 2022 23 commits
-
-
-
Steve Lhomme authored
-
Steve Lhomme authored
Regression from 63b45cfc
-
-
Parsing bitmapinfoheader resets to MS fourcc. Demuxer's codec conditionals cannot match.
-
-
-
-
-
was always using the previous chunk size refs #27425
-
-
Avoids sending [a single] montrosample[s] refs #27393
-
-
-
-
-
-
-
-
-
-
-
It make similarities more obvious.
-