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

Release VidGear Stable v0.2.6 #321

Merged
merged 56 commits into from
Jul 5, 2022
Merged

Release VidGear Stable v0.2.6 #321

merged 56 commits into from
Jul 5, 2022

Commits on Feb 11, 2022

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

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    b59b090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c78e18 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Revert "StreamGear : Fix logging option bug"

    This reverts commit 4c78e18.
    enarche-ahn committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    1adfcd9 View commit details
    Browse the repository at this point in the history
  2. πŸ› StreamGear : Fixed hls_segment_type not working bug [#288] (PR by @…

    …enarche-ahn)
    
    Bug: I changed the hls_segment_type option to 'fmp4', but it doesn't work. The reason is that hls_segment_type is a 'str' type, but it is checked as 'int', so it is always set to the default type 'mpegts'.
    abhiTronix committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    46b6656 View commit details
    Browse the repository at this point in the history
  3. πŸ› StreamGear : Fixed critical logging parameter bug. (Fixes #289)

    - πŸ› Fixed debug logs even when `logging=False` in StreamGear's Real-time Mode. (patch suggested by @enarche-ahn)
    - 🎨 Added length check to `"-video_source"` attribute to correctly infers it as empty(or invalid).
    - πŸ’‘ Updated code comments.
    
    ✏️ Docs: Fixed typos in formatting.
    abhiTronix committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b56cc77 View commit details
    Browse the repository at this point in the history
  4. πŸ™ˆ Maintenance: Updated .gitignore

    - 🎨 Added new patterns to `.gitignore` to ignore pypi's `build` directory and `egg-info` files.
    abhiTronix committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    62fa6b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58edc31 View commit details
    Browse the repository at this point in the history
  6. πŸ—οΈ Maintenance: Updated depreciated tostring() to tobytes().

    - 🎨 `tostring` was renamed to `tobytes` for the purposes for clarity in Python 3.2. https://docs.python.org/3/library/array.html#array.array.tobytes
    abhiTronix committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    e53d94f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. πŸ› StreamGear : Fixed critical logging parameter bug [#290]

    - πŸ› Fixed debug logs even when `logging=False` in StreamGear's Real-time Mode. (patch suggested by @enarche-ahn)
    - 🎨 Added length check to `"-video_source"` attribute to correctly infers it as empty(or invalid).
    
    Docs: 
    - πŸ“ Updated Zenodo badge and bibtex entry.
    - ✏️ Fixed typos in formatting.
    - πŸ’‘ Updated code comments.
    
    Maintenance: 
    - πŸ™ˆ Added new patterns to `.gitignore` to ignore pypi's `build` directory and `egg-info` files.
    - πŸ—οΈ Updated depreciated tostring() to tobytes(). `tostring` was renamed to `tobytes` for the purposes for clarity in Python 3.2. https://docs.python.org/3/library/array.html#array.array.tobytes
    abhiTronix committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    1b9b413 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Add "How to solve zmq.error.ZMQError" to FAQ

    Added a section to the FAQ detailing a possible error if a user uses the server IP in the example code.
    iandol committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    d2e884e View commit details
    Browse the repository at this point in the history
  2. Fix some sample code issues

    I made 3 changes: (1) added a missing import (2) removed `self.` typo (3) removed the return value in the async as it triggers an error .
    iandol committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    d281539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c18f4f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Replace return with break

    Use break instead of return. Also correct a small typo (missing space) between word and bracket.
    iandol committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    408b8bd View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. πŸ› Docs: Fixed netgear+webgear example code bugs [PR #295] by @iandol

    πŸ“ Made 3 changes: 
    - (1) added a missing import.
    - (2) removed `self.` typo 
    - (3) replaced the `return` value with `break` in the async as it triggers an error .
    abhiTronix committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    53ca17b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    e67a0ed View commit details
    Browse the repository at this point in the history
  2. xfailing rtsp CamGear test

    freol35241 committed May 13, 2022
    Configuration menu
    Copy the full SHA
    a609449 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. πŸ› Fixed -input_framerate less than 5 does not get used (Fixes #306)…

    … [PR by @freol35241]
    
    - πŸ”§ Removed 5 second threshold in WriteGear and StreamGear APIs.
    - πŸ‘· Xfailed RSTP CamGear CI test.
    abhiTronix committed May 16, 2022
    Configuration menu
    Copy the full SHA
    975763b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    ca7538f View commit details
    Browse the repository at this point in the history
  2. SS: Reformatted to LF from CRLF

    SS committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    b822df6 View commit details
    Browse the repository at this point in the history
  3. SS: Reformatted to LF from CRLF

    SS committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    5328ab4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    5696059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eb1617 View commit details
    Browse the repository at this point in the history
  3. πŸ› Fixed Dash Segments Videos are not supported by OpenCV VideoCapture…

    …. [PR #313]  (Fixes #314)
    
    - Fixes Youtube-dl generated HTTP DASH Segments URLs not supported by OpenCV's VideoCapture(Patch by @DynamiteC)
    abhiTronix committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    f0d2dad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79a5c84 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. πŸ› Docs: Fixed jinja2 3.1.0 or above breaks mkdocs

    jinja2 >=3.1.0 breaks mkdocs (mkdocs/mkdocs#2799), therefore fixing jinja2 version to <3.1.0.
    abhiTronix committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    34f60a2 View commit details
    Browse the repository at this point in the history
  2. πŸ› Docs: Fixed support for new mkdocstring version

    - πŸ“ Replaced rendering sub-value with options.
    - ♻️ Removed pinned `mkdocstrings==0.17.0` version.
    - ✨ Added `deduplicate-toc` plugin.
    abhiTronix committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    6f661c9 View commit details
    Browse the repository at this point in the history
  3. πŸ“ Docs: Updated Site Navigation

    - 🚸 Added new notices to inform users more effectively about bonus examples.
    - ✨ Added new `Bonus` section to navigation and moved suitable pages under it.
    - πŸ“ Updated headings and URLs.
    - ✏️ Fixed typos and updated contexts.
    - πŸ”₯ Removed unused docs.
    abhiTronix committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    fe8c081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8d783a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11dedd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6991bb8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8ed093 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    064dfdf View commit details
    Browse the repository at this point in the history
  9. πŸ“ Docs: Added new example for RSTP/RTP Live-Streaming.

    - ✨ Added new bonus example for RSTP/RTP Live-Streaming using WriteGear's Compression Mode.
    - ✏️ Fixed typos in admonitions.
    abhiTronix committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    d1b1fba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    00e62bb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    84f373d View commit details
    Browse the repository at this point in the history
  12. ⚑️ Setup: Updated operators and dependencies.

    - 🎨 Replaced `>=` comparsion operator with more flexible `~=`.
    - 🎨 Replaced `distutils.version.LooseVersion` with `pkg_resources.parse_version`.
    abhiTronix committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    56669c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec1501e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7715fad View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. πŸ“ Docs: Refactored README.md

    - πŸ—οΈ Redesigned and Rewritten Donation and Contribution section.
    - πŸ’„ Added new ko-fi button.
    - ✏️ Fixed typos and context.
    abhiTronix committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    3a88583 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cec4520 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. πŸ‘· Docs: Testing mkdocs-material master branch

    - πŸ› Updated workflow to test if `mkdocs-material` master branch commit squidfunk/mkdocs-material@a261130 by @squidfunk fixes the bug mentioned in the issue #318.
    abhiTronix committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    d98ece7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9a735c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93aa5fc View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. πŸš‘οΈ CI: Using mkdocs-material master branch for all workflows (Fixes #318

    )
    
    - 🩹 Temporary fix to mitigate #318 bug until next mkdocs-material releases.
    abhiTronix committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    98a1662 View commit details
    Browse the repository at this point in the history
  2. 🚧 Maintenance: Switched to new Issue GitHub's form schema for Bug Rep…

    …ort.
    
    - ✨ Added new `bug_report.yaml`
    - πŸ”₯ Deleted `bug_report.md`
    abhiTronix committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    4467015 View commit details
    Browse the repository at this point in the history
  3. 🚧 Maintenance: Switched to new Issue GitHub's form schema for questions.

    - ✨ Added new `question.yaml`
    - πŸ”₯ Deleted `question.md`
    abhiTronix committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    de44f53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72bf039 View commit details
    Browse the repository at this point in the history
  5. 🚧 Maintenance: Switched to new Issue GitHub's form schema for proposals.

    - ✨ Added new `proposal.yaml`
    - πŸ”₯ Deleted `proposal.md`
    abhiTronix committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    fa72ddb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acb1a1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    357e9c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. 🚧 Maintenance: Switched to new Issue GitHub's form schema [PR #320] (F…

    …ixed #319)
    
    - ✨ Added new `bug_report.yaml`
    - ✨ Added new `question.yaml`
    - ✨ Added new `proposal.yaml`
    - πŸ”₯ Deleted `bug_report.md`
    - πŸ”₯ Deleted `question.md`
    - πŸ”₯ Deleted `proposal.md`
    - 🎨 Polished forms.
    - ✏️ Fixed typos in forms and its context.
    abhiTronix committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    0aeb00d View commit details
    Browse the repository at this point in the history
  2. πŸ’¬ Docs: Updated Announcement Block.

    - ✨ Added feedback link to the Announcement Block for our new DeFFcode library.
    - πŸ’„ Added and tweaked new glowing text effect with CSS properties.
    - ✏️ Fixed typos and rewritten some docs.
    - πŸ’‘ Added comments to CSS file.
    abhiTronix committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    8c90921 View commit details
    Browse the repository at this point in the history
  3. βͺ️ CI: Reverted to mkdocs-material release installation. (Fixed #318)

    - Bug fix has been released as part of new version `8.3.9`.
    abhiTronix committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    89c43ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78248b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4898ddd View commit details
    Browse the repository at this point in the history