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

Video decoder for data_pipeline #200

Open
wants to merge 44 commits into
base: main
Choose a base branch
from

Commits on Nov 2, 2023

  1. set up video decoder

    am831 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3e2183c View commit details
    Browse the repository at this point in the history
  2. header file

    am831 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4c8db4b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

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

    am831 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    10986bb View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    08943ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d493e00 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. fix library linking

    am831 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f9902cf View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. video decoder debugging

    am831 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    37853e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. fix seg fault

    am831 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f2a9dcf View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. video decoder progress

    am831 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4a9645b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

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

Commits on Nov 12, 2023

  1. decoder progress

    am831 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    4fd41de View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    03c4681 View commit details
    Browse the repository at this point in the history
  2. decoder progress

    am831 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9cb21fb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. decoder progress

    am831 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    bb2bafb View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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

Commits on Nov 19, 2023

  1. convert video frames to rgb

    am831 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    5e61ae7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. decode video frames

    am831 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a5f9ce9 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. improve design

    am831 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    43b8049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    687eb2d View commit details
    Browse the repository at this point in the history
  3. file names

    am831 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1cb04e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03bc600 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. linker error

    am831 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    530edf9 View commit details
    Browse the repository at this point in the history
  2. linker error

    am831 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    05f03aa View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. everything works

    am831 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    da11a5e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. clean up

    am831 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    8ad19e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2b1edd View commit details
    Browse the repository at this point in the history
  3. clean up

    am831 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    1aefe54 View commit details
    Browse the repository at this point in the history
  4. remove unused library

    am831 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    96c5f6f View commit details
    Browse the repository at this point in the history
  5. fix dtype

    am831 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    dddc3a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. class for libswscale resources

    am831 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    914d1d5 View commit details
    Browse the repository at this point in the history
  2. clang tidy

    am831 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    6e42f36 View commit details
    Browse the repository at this point in the history
  3. reformat

    am831 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    e790178 View commit details
    Browse the repository at this point in the history
  4. unit test

    am831 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    c1fbd06 View commit details
    Browse the repository at this point in the history
  5. unit test

    am831 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    483c7d1 View commit details
    Browse the repository at this point in the history
  6. probe format

    am831 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    d1f6d17 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. transform class

    am831 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e06f7f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Dec 6, 2023

  1. clean up

    am831 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    13111ab View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. clean up

    am831 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    33cae96 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    155f3b1 View commit details
    Browse the repository at this point in the history
  2. fix cmake

    am831 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e07fd1f View commit details
    Browse the repository at this point in the history
  3. clang tidy

    am831 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    94570e9 View commit details
    Browse the repository at this point in the history