Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

SDK / exoplayer

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Find file
HistoryPermalink
Switch branch/tag
  • exoplayer
  • testdata
  • src
  • test
  • assets
  • ts
  • sample_h263.ts
  • andrewlewis's avatar
    Add support for H.263 and MPEG-4 Part 2 in TS · 1e2ed51f
    The new reader is named H263Reader as it handles H.263 streams, but
    MPEG-4 Part 2 streams are also intended to be handled. The reader's
    output format MIME type is video/mp4v as the H.263 streams can be
    decoded by decoders supporting this MIME type.
    
    The implementation is based on the framework implementation for
    extracting MPEG-4 video in MPEG-TS
    (https://cs.android.com/android/platform/superproject/+/master:frameworks/av/media/libstagefright/mpeg2ts/ESQueue.cpp;l=1825;drc=86e363c1fac27302ca4ae33e73296f7797672995)
    and is similar to the existing H262Reader.
    
    Issue: #1603
    Issue: #5107
    PiperOrigin-RevId: 320565337
    andrewlewis committed Jul 13, 2020
    1e2ed51f Browse Files
sample_h263.ts 45.5 KB

Download (45.5 KB)