Commits on Source (16)
-
Steve Lhomme authored
It's filled with uint32_t values or constants.
daf3e8ab -
Steve Lhomme authored
It's filled with a uint32_t value that is checked not to underflow from the substraction.
01dadb2d -
Steve Lhomme authored
It's filled with uint32_t values that cannot be higher than UINT32_MAX or constants.
9727d330 -
Steve Lhomme authoredb1fdebb7
-
Steve Lhomme authored
It should have the same range as i_pos.
73d4caf4 -
Steve Lhomme authored
It can never be negative as it's only growing from 0. And we don't want to skip backward.
7efa88a1 -
Steve Lhomme authored29dc4652
-
Steve Lhomme authored
It's filled with uint16_t values or constants.
eae7047d -
Steve Lhomme authored
It's either 0 or 3.
44363809 -
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.
11238bed -
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.
e889e732 -
Steve Lhomme authorededa04abf
-
Steve Lhomme authored564ef290
-
Steve Lhomme authored2172376d
-
Steve Lhomme authored
No functional changes. Just makes it easier to refactor the code if needed.
01100e13 -
Steve Lhomme authored
No functional changes. Just bring some consistency between the call to make it easier to refactor the code if needed.
daa1e367
Showing
- modules/demux/aiff.c 1 addition, 1 deletionmodules/demux/aiff.c
- modules/demux/asf/asfpacket.c 11 additions, 19 deletionsmodules/demux/asf/asfpacket.c
- modules/demux/au.c 3 additions, 3 deletionsmodules/demux/au.c
- modules/demux/avi/avi.c 4 additions, 6 deletionsmodules/demux/avi/avi.c
- modules/demux/avi/libavi.c 4 additions, 6 deletionsmodules/demux/avi/libavi.c
- modules/demux/caf.c 1 addition, 1 deletionmodules/demux/caf.c
- modules/demux/dmxmus.c 1 addition, 1 deletionmodules/demux/dmxmus.c
- modules/demux/flac.c 2 additions, 2 deletionsmodules/demux/flac.c
- modules/demux/mjpeg.c 1 addition, 1 deletionmodules/demux/mjpeg.c
- modules/demux/mp4/libmp4.c 7 additions, 7 deletionsmodules/demux/mp4/libmp4.c
- modules/demux/mpeg/ps.c 6 additions, 6 deletionsmodules/demux/mpeg/ps.c
- modules/demux/nsv.c 6 additions, 8 deletionsmodules/demux/nsv.c
- modules/demux/nuv.c 3 additions, 6 deletionsmodules/demux/nuv.c
- modules/demux/playlist/m3u.c 2 additions, 2 deletionsmodules/demux/playlist/m3u.c
- modules/demux/pva.c 3 additions, 3 deletionsmodules/demux/pva.c
- modules/demux/rawvid.c 1 addition, 1 deletionmodules/demux/rawvid.c
- modules/demux/smf.c 3 additions, 3 deletionsmodules/demux/smf.c
- modules/demux/ty.c 1 addition, 2 deletionsmodules/demux/ty.c
- modules/demux/voc.c 3 additions, 4 deletionsmodules/demux/voc.c
- modules/demux/wav.c 1 addition, 2 deletionsmodules/demux/wav.c