straw/app/src/main/java/org/schabi/newpipe/streams
TransZAllen 980e8f3951 [YouTube] *.srt numbering start at 1 instead of 0. (issue: https://github.com/TeamNewPipe/NewPipe/issues/12670)
- The SubRip (.srt) specification requires subtitle numbering to begin from 1.
- Please refer to https://en.wikipedia.org/wiki/SubRip
- Previously numbering started from 0, which is accepted by most
  players (tested on mpv, VLC, MPlayer, Totem) but not strictly compliant.
2025-09-29 18:04:35 +08:00
..
io Fix downloading/exporting when overwriting file would not truncate 2024-11-24 18:36:54 +01:00
DataReader.java Changed the code accordingly 2022-07-15 19:55:19 +02:00
Mp4DashReader.java Lint: Inner class may be static 2020-11-18 18:02:33 -05:00
Mp4FromDashWriter.java Changed the code accordingly 2022-07-15 19:55:19 +02:00
OggFromWebMWriter.java Fix Lint: Inconsistent line separators 2020-11-22 10:16:27 +01:00
SrtFromTtmlWriter.java [YouTube] *.srt numbering start at 1 instead of 0. (issue: https://github.com/TeamNewPipe/NewPipe/issues/12670) 2025-09-29 18:04:35 +08:00
WebMReader.java Use toArray() with zero-length arrays. 2022-08-05 06:50:55 +05:30
WebMWriter.java Use Math.floorDiv(). 2022-11-09 20:01:40 +05:30