1. 28 May, 2018 2 commits
    • Karthick Jeyapal's avatar
      avformat/dashenc: Added a warning for incorrect segment name extension · ebf85d31
      Karthick Jeyapal authored
      Applicable only to webm output format.
      By default all the segment filenames end with .m4s extension.
      When someone chooses webm output format, we recommend they also override the relevant segment name options to end with .webm extension. This patch will issue a warning for he same
      ebf85d31
    • Karthick Jeyapal's avatar
      avformat/dashenc: Added option for Segment file format · 2efdbf73
      Karthick Jeyapal authored
      Right now segment file format is chosen to be either mp4 or webm based on the codec format.
      This patch makes that choice configurable by the user, instead of being decided by the muxer.
      
      Also with this change per-stream choice segment file format(based on codec type) is not possible.
      All the output audio and video streams should be in the same file format.
      2efdbf73
  2. 27 May, 2018 12 commits
  3. 25 May, 2018 6 commits
  4. 24 May, 2018 6 commits
  5. 22 May, 2018 5 commits
  6. 21 May, 2018 6 commits
  7. 20 May, 2018 3 commits