1. 25 Jan, 2023 12 commits
  2. 23 Jan, 2023 15 commits
  3. 18 Jan, 2023 9 commits
  4. 17 Jan, 2023 4 commits
    • Remove setScale and setRotationDegrees from TransformationRequest · 7803716a
      Also remove usages of TransformationRequest convenience methods
      (setScale, setRotationDegrees and setResolution).
      
      Some usages of setResolution can't be removed yet because they are used
      for fallback.
      
      PiperOrigin-RevId: 502415748
      kimvde committed
    • Align muxer code with media3 coding conventions. · d9185235
      This CL includes following changes:
      1. Remove GCA related terms/links from java docs and comments.
      2. Make class final where ever possible.
      3. Append /* package */ for default classes.
      4. Change java docs to recommended format.
      5. Replace term "packet" with "sample" to avoid confusion.
      6. Correct TODO format.
      7. Delete MediaFormatUtil.java from muxer module and add its methods into MediaFormatUtil.java in common module.
      
      Note: The java doc on various boxes has the limited description which was already present. In future I am planning to add proper small description for each box (from MP4 spec).
      
      Not included in this CL:
      1. Order of element correction as it will show lot of changes and might create confusion with other minor changes.
      2. Correction in test cases (Only some renaming).
      
      PiperOrigin-RevId: 502414139
      sheenachhabra committed
    • Add the possility to shift frame timestamps in SampleConsumer · 15ba0c5f
      This is needed for constrained multi-asset to shift the timestamps of
      the media items that are not the first in the sequence.
      
      PiperOrigin-RevId: 502409923
      kimvde committed
    • Post notification for session app when FgS starting exception is caught · 6ce3421c
      PiperOrigin-RevId: 502407886
      tianyifeng committed