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

H264 #7

Merged
merged 32 commits into from
Dec 12, 2019
Merged

H264 #7

merged 32 commits into from
Dec 12, 2019

Commits on Nov 11, 2019

  1. wip

    Andrey Zhavoronkov committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    a79455e View commit details
    Browse the repository at this point in the history
  2. working sample

    Andrey Zhavoronkov committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    b2050ec View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. video media extractor: remove ffmpy and encode video chunks directly via

    pyAV
    Andrey Zhavoronkov committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    5af9dd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. fixed import of MP4Reader

    Andrey Zhavoronkov committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    950e751 View commit details
    Browse the repository at this point in the history
  2. using worker for decoder

    Andrey Zhavoronkov committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    151651c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. cleanup

    Andrey Zhavoronkov committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    61fa2d0 View commit details
    Browse the repository at this point in the history
  2. recompile decoder to increase memory size

    Andrey Zhavoronkov committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    ea69acf View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. performance logs

    Andrey Zhavoronkov committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    2a58cbd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. fixed Broadway YUV->RGBA conversation

    Andrey Zhavoronkov committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    19103a2 View commit details
    Browse the repository at this point in the history
  2. fixed preview creating

    Andrey Zhavoronkov committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    3539872 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. asm.js -> wasm

    Andrey Zhavoronkov committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    b5607ed View commit details
    Browse the repository at this point in the history
  2. added cropImage function

    Andrey Zhavoronkov committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    025506e View commit details
    Browse the repository at this point in the history
  3. added mimetype for wasm ext

    fixed webpack config
    Andrey Zhavoronkov committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    9a2c04e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. set crf=10 for original chunks

    slightly improved cropImage
    Andrey Zhavoronkov committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    87cb87a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'develop' into h264

    Andrey Zhavoronkov committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    38ef91d View commit details
    Browse the repository at this point in the history
  3. missed Decoder.js

    Andrey Zhavoronkov committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    acbeb87 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. downscale compressed video chunks

    Andrey Zhavoronkov committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    600fef7 View commit details
    Browse the repository at this point in the history
  2. move upscale to player (it works much faster)

    Andrey Zhavoronkov committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    ccdaf6d View commit details
    Browse the repository at this point in the history
  3. two chunk types

    Andrey Zhavoronkov committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    75b8dde View commit details
    Browse the repository at this point in the history
  4. added flag to create tasks with zip chunks for video data

    Andrey Zhavoronkov committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    6df2ed3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. fixed player

    Andrey Zhavoronkov committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    e5c1c86 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. wip

    Andrey Zhavoronkov committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    b644989 View commit details
    Browse the repository at this point in the history
  2. couple of fixes

    Andrey Zhavoronkov committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    5a9f335 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. uncomment downscaling

    Andrey Zhavoronkov committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    8a0ace3 View commit details
    Browse the repository at this point in the history
  2. fixed player

    Andrey Zhavoronkov committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    0511b6a View commit details
    Browse the repository at this point in the history
  3. removed comments

    Andrey Zhavoronkov committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    776b6ed View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. fixed cleanup method

    Andrey Zhavoronkov committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    f75db83 View commit details
    Browse the repository at this point in the history
  2. little code refactoring

    Andrey Zhavoronkov committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    7c18c40 View commit details
    Browse the repository at this point in the history
  3. added decoded frames cache limits

    fixed unresolved FrameData onDecode  callback in some cases
    Andrey Zhavoronkov committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    dc6c319 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. wip

    Andrey Zhavoronkov committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    79bb02a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. added filtering of data chunk requests, fixes

    Andrey Zhavoronkov committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    3ca071c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. fixed onmessage handler for archives

    Andrey Zhavoronkov committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    e781938 View commit details
    Browse the repository at this point in the history