Commits on Source (8)
-
It is not using off_t.
5da9f85b -
We can just use auto and always get the proper type.
74131267 -
That makes our usage of mingw-w64 structures like stat, _stat32, _stat64i32 invalid. Plus calls to functions expecting a smaller type. If we need a bigger type, we need to use our own. We already set _FILE_OFFSET_BITS so that off_t can be larger than usual.
36d83f71 -
3462d4be
-
We don't need to depend on the flimsy off_t. This is in line with the way file and stream offsets are used in access modules.
d4b73a54 -
We can safely pass int64_t offsets this way.
3b3a8b39 -
The values are read from size_t anyway, nothing to do with a file offset. They are read from 32-bit variables are written as 32-bit variables.
47db8028 -
They seem to represent a size for data in memory (size in block allocation) and offset for a buffer memmove().
a5e1a194
Showing
- configure.ac 1 addition, 1 deletionconfigure.ac
- include/vlc_common.h 0 additions, 13 deletionsinclude/vlc_common.h
- include/vlc_fs.h 2 additions, 4 deletionsinclude/vlc_fs.h
- include/vlc_sout.h 2 additions, 2 deletionsinclude/vlc_sout.h
- modules/access/avio.c 2 additions, 2 deletionsmodules/access/avio.c
- modules/access/ftp.c 2 additions, 2 deletionsmodules/access/ftp.c
- modules/access_output/file.c 1 addition, 1 deletionmodules/access_output/file.c
- modules/meta_engine/taglib.cpp 1 addition, 1 deletionmodules/meta_engine/taglib.cpp
- modules/mux/avi.c 2 additions, 2 deletionsmodules/mux/avi.c
- modules/packetizer/hxxx_nal.c 4 additions, 4 deletionsmodules/packetizer/hxxx_nal.c
- modules/stream_extractor/archive.c 1 addition, 1 deletionmodules/stream_extractor/archive.c
- src/missing.c 1 addition, 1 deletionsrc/missing.c
- src/stream_output/stream_output.c 1 addition, 1 deletionsrc/stream_output/stream_output.c