Skip to content
Snippets Groups Projects
  1. Nov 30, 2015
  2. Nov 28, 2015
  3. Nov 26, 2015
  4. Nov 25, 2015
  5. Nov 24, 2015
  6. Nov 23, 2015
  7. Nov 21, 2015
  8. Nov 20, 2015
  9. Nov 18, 2015
    • John Stebbins's avatar
      movenc: add fallback audio track tref support · ca489564
      John Stebbins authored
      
      This feature allows making associations between audio tracks
      that apple players recognize.  E.g. when an ac3 track has a
      tref that points to an aac track, devices that don't support
      ac3 will automatically fall back to the aac track.
      
      Apple used to *guess* these associations, but new products
      (AppleTV 4) no longer guess and this association can only
      be made explicitly now using the "fall" tref.
      
      Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
      ca489564
    • John Stebbins's avatar
      avcodec: Define side data type for fallback track · 79ae1e63
      John Stebbins authored
      
      This side data type is meant to be added to AVStream side data.
      A fallback track indicates an alternate track to use when the
      current track can not be decoded for some reason.  e.g. no
      decoder available for codec.
      
      Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
      79ae1e63
Loading