1. 25 Aug, 2018 1 commit
  2. 24 Aug, 2018 8 commits
  3. 23 Aug, 2018 5 commits
  4. 22 Aug, 2018 11 commits
  5. 21 Aug, 2018 9 commits
  6. 20 Aug, 2018 4 commits
  7. 19 Aug, 2018 2 commits
    • James Almer's avatar
      avformat/matroskaenc: handle AV1 extradata in packet side data · de1b44c2
      James Almer authored
      This is a temporary workaround for transcoding scenarious using libaom-av1
      encoder, which currently can't propagate extradata during initialization.
      Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
      de1b44c2
    • Ronak Patel's avatar
      Improve hls VOD mode hls performance problem. · 223d2bde
      Ronak Patel authored
      This fixes the creation of the hls manifest in hlsenc.c by writing the
      entire manifest at the end for VOD playlists. Live & Event Playlists are unaffected.
      This also fixes the behavior with HLS_TEMP_FILE to work correctly when
      -hlsflags temp_file is specified, instead of always relying on use_rename, which caused these problems.
      
      Files that would previously take over a week to fragment now take
      1 minute on the same hardware. This was a 153 hour audio file (2.2GB of audio).
      Signed-off-by: 's avatarRonak Patel <ronak2121@yahoo.com>
      223d2bde