Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Loading/Play external audio tracks #1337

Closed
wants to merge 5 commits into from

Commits on Feb 6, 2013

  1. Configuration menu
    Copy the full SHA
    2d9877a View commit details
    Browse the repository at this point in the history
  2. Open demuxers for external audio files. Update the SelectionStream. A…

    …dapt all relevant places where m_pDemuxer is used; in particular ReadPacket(...) and add ReadExternalAudioPacket(...)
    ace20022 committed Feb 6, 2013
    Configuration menu
    Copy the full SHA
    bf185f8 View commit details
    Browse the repository at this point in the history
  3. Adapt DVDFileInfo so that it reads infos also from external audio fil…

    …es (e.g. language and channels).
    ace20022 committed Feb 6, 2013
    Configuration menu
    Copy the full SHA
    e4fe9dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5592fb8 View commit details
    Browse the repository at this point in the history
  5. Fix seeking chapters while having an ext. audio track selected.

    (External) audio tracks don't have chapters, so we have to use SeekTime().
    ace20022 committed Feb 6, 2013
    Configuration menu
    Copy the full SHA
    da7bd4a View commit details
    Browse the repository at this point in the history