1. 12 Mar, 2020 2 commits
  2. 05 Feb, 2020 1 commit
  3. 31 Jan, 2020 1 commit
  4. 20 Jan, 2020 3 commits
    • Bela Bodecs's avatar
      avformat/hlsenc: fix default AES key file url with variant streams · 8c3e9c9c
      Bela Bodecs authored
      Currently when hls_enc is active and there are multiple variant stream
      outputs, default key file url construction does not work, because it is
      based on the FormatContext' url field. But in case of multiple variant
      streams, it contains the variant m3u8 output playlist url that contains
      the %v placeholder. So the result key file url will hold the %v
      placeholder causing run time error message about "could not write the
      key file".
      This patch correct this behaviour, and use the master playlist url for
      constructing the output key file url when master playlist is vailable.
      Signed-off-by: 's avatarBela Bodecs <bodecsb@vivanet.hu>
      8c3e9c9c
    • Bela Bodecs's avatar
      avformat/hlsenc: program_date_time and append_list flags conflict · dd5c7378
      Bela Bodecs authored
      When program_date_time flag is present, in m3u8 playlist file each
      segment has a corresponding EXT-X-PROGRAM-DATE-TIME value. The intial
      program-date-time value is the actual current time at init and
      each new segment increments this value by its duration. When append_list
      flags is also present, existing playlist parsing by hls_append_segment
      treats existing segments as new segments regarding the program-date-time
      calculation. But it should not do that, because this way all real the
      new segments' EXT-X-PROGRAM-DATE-TIME values will be shifted erroneously
      by the sum duration of existing segments. Instead it should have
      decremented the initial program-date-time value by its duration. This
      would ensure that
      the first new segment's program-date-time value had the current time as
      it is expected.
      This patch corrects this behaviour and prevent existing segments to
      increment the value of initial_prog_date_time variable but decrements
      it.
      Reviewed-by: 's avatarSteven Liu <lq@onvideo.cn>
      Signed-off-by: 's avatarBela Bodecs <bodecsb@vivanet.hu>
      dd5c7378
    • Steven Liu's avatar
      avformat/hlsenc: compare without the last directory separator in get_relative_url · bc0bedf3
      Steven Liu authored
      fix ticket: 8461
      there is no problem before commit 75aea52aReviewed-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
      Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
      bc0bedf3
  5. 07 Jan, 2020 1 commit
  6. 01 Jan, 2020 1 commit
  7. 23 Dec, 2019 9 commits
  8. 11 Dec, 2019 1 commit
  9. 10 Dec, 2019 1 commit
  10. 26 Nov, 2019 1 commit
  11. 13 Nov, 2019 1 commit
  12. 31 Oct, 2019 1 commit
  13. 28 Oct, 2019 1 commit
  14. 19 Oct, 2019 1 commit
  15. 18 Oct, 2019 1 commit
  16. 08 Oct, 2019 4 commits
  17. 14 Sep, 2019 3 commits
  18. 12 Sep, 2019 3 commits
  19. 06 Sep, 2019 4 commits