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

dr_flac: Support FLAC inside of Matroska container. #183

Open
wants to merge 27 commits into
base: dev
Choose a base branch
from

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    2fb6ee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8c27bf View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. switched to use bit streaming

    G4Vi committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    dceddd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. added ebml stack

    G4Vi committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    7c61abf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602ab91 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    536b3bf View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. more work on seeking

    G4Vi committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    c01751f View commit details
    Browse the repository at this point in the history
  2. decode tests pass with mka

    G4Vi committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    b7b8d89 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. seek to frame in

    G4Vi committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    db7d837 View commit details
    Browse the repository at this point in the history
  2. seeking partially working

    G4Vi committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    88cc3bb View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    e80e82b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2527165 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. minor cleanup

    G4Vi committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    86d265f View commit details
    Browse the repository at this point in the history
  2. Some cleanup

    G4Vi committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    185995d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf4aedb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    f1796f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df13580 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Created drflac_matroska_ebml_io. Renamed ebml_element_reader to drfla…

    …c_matroska_ebml_tree.
    G4Vi committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    d26bff5 View commit details
    Browse the repository at this point in the history
  2. added terrible caching

    G4Vi committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    0d6b0fe View commit details
    Browse the repository at this point in the history
  3. better caching layer

    G4Vi committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    b451b5b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    3841b75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab297bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dca570 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    a478e49 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. working mkv test using ffmpeg

    G4Vi committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    90d1d59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc7ff0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d10215 View commit details
    Browse the repository at this point in the history