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

Improved AV Reading/Writing #57

Merged
merged 27 commits into from Jan 22, 2021
Merged

Improved AV Reading/Writing #57

merged 27 commits into from Jan 22, 2021

Commits on Dec 15, 2020

  1. Copy the full SHA
    7260c71 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    radek-k committed Dec 15, 2020
    Copy the full SHA
    c61b56c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Add ReadFrame method overloads to allow writing decoded frame directl…

    …y to the memory using a IntPtr. (radek-k#51)
    radek-k committed Dec 18, 2020
    Copy the full SHA
    9fdd455 View commit details
    Browse the repository at this point in the history
  2. Fix the stream seek method (radek-k#50)

    Add new TryReadFrame methods to avoid throwing EndOfStreamException (radek-k#43)
    radek-k committed Dec 18, 2020
    Copy the full SHA
    de61d1d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Add bitmap stride check.

    radek-k committed Dec 19, 2020
    Copy the full SHA
    e5f9dac View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    838ebfc View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

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

Commits on Dec 21, 2020

  1. Copy the full SHA
    ee0f1e6 View commit details
    Browse the repository at this point in the history
  2. Update package version.

    radek-k committed Dec 21, 2020
    Copy the full SHA
    e8d226d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

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

Commits on Dec 24, 2020

  1. Add stream wrapper

    hey-red committed Dec 24, 2020
    Copy the full SHA
    2b58dfe View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5d422a2 View commit details
    Browse the repository at this point in the history
  3. Use discard

    hey-red committed Dec 24, 2020
    Copy the full SHA
    5875489 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. StyleCop fixes.

    radek-k committed Dec 29, 2020
    Copy the full SHA
    7dffd3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request radek-k#54 from hey-red/master

    Implement decoding from Stream
    radek-k committed Dec 29, 2020
    Copy the full SHA
    6c8ddd1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request radek-k#53 from jrz371/master

    Added getter FFmpegLicense in FFmpegLoader for the license string
    radek-k committed Dec 29, 2020
    Copy the full SHA
    3684d74 View commit details
    Browse the repository at this point in the history
  4. Update version.

    radek-k committed Dec 29, 2020
    Copy the full SHA
    55de73a View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Update README

    radek-k committed Dec 30, 2020
    Copy the full SHA
    fd90d2d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Merge branch 'master' into develop

    # Conflicts:
    #	FFMediaToolkit/Decoding/StreamInfo.cs
    #	FFMediaToolkit/Decoding/VideoStream.cs
    IsaMorphic committed Jan 2, 2021
    Copy the full SHA
    3fd2891 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Copy the full SHA
    0398e20 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Made a base class for both video and audio streams to avoid repeat co…

    …de, and also cleaned up some methods to keep the API simple and uniform
    IsaMorphic committed Jan 4, 2021
    Copy the full SHA
    7b6768c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    de0591f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Copy the full SHA
    7e21004 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Finished multi-stream audio/video writing implementation. Also implem…

    …ented some changes suggested by reviewer.
    IsaMorphic committed Jan 13, 2021
    Copy the full SHA
    76baf33 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Copy the full SHA
    9190952 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3cfdc01 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

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