1. 04 Dec, 2018 1 commit
  2. 03 Dec, 2018 4 commits
  3. 02 Dec, 2018 4 commits
  4. 01 Dec, 2018 1 commit
  5. 30 Nov, 2018 2 commits
  6. 28 Nov, 2018 1 commit
  7. 27 Nov, 2018 2 commits
  8. 26 Nov, 2018 1 commit
  9. 25 Nov, 2018 1 commit
  10. 24 Nov, 2018 5 commits
  11. 23 Nov, 2018 1 commit
  12. 22 Nov, 2018 4 commits
  13. 21 Nov, 2018 3 commits
  14. 16 Nov, 2018 1 commit
    • Carl Eugen Hoyos's avatar
      lavf/hlsenc: Do not mix declarations and code. · fc94e970
      Carl Eugen Hoyos authored
      Fixes the following warnings:
      libavformat/hlsenc.c: In function 'hls_write_trailer':
      libavformat/hlsenc.c:2364:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
                       uint8_t *buffer = NULL;
                       ^~~~~~~
      libavformat/hlsenc.c:2372:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
                       int byterange_mode = (hls->flags & HLS_SINGLE_FILE) || (hls->max_seg_size > 0);
                       ^~~
      libavformat/hlsenc.c:2379:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
                   int range_length = 0;
                   ^~~
      fc94e970
  15. 14 Nov, 2018 1 commit
    • Jan Ekström's avatar
      lavf/dashenc: set FLAC manifest codec string to "flac" · b31a4be1
      Jan Ekström authored
      Internally in ISOBMFF the FLAC-in-ISOBMFF draft uses "fLaC"
      as the identifier for FLACSampleEntry, and there seems to be no
      MPEG-DASH specification for the in-manifest identifier for FLAC.
      
      After testing the browsers' implementations, it seems like all of
      the major browser vendors have decided to utilize the MIME type for
      FLAC ("audio/flac") as the identifier. This change set leads to
      that string being utilized for FLAC streams instead of the sample
      entry identifier ("fLaC"), which is the default behavior.
      
      Verified by auri_ on IRC to play with the major browsers.
      b31a4be1
  16. 12 Nov, 2018 1 commit
  17. 08 Nov, 2018 1 commit
  18. 05 Nov, 2018 2 commits
  19. 04 Nov, 2018 1 commit
  20. 02 Nov, 2018 2 commits
  21. 01 Nov, 2018 1 commit