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

Baresip SIP-call VideoSink #224

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

Baresip SIP-call VideoSink #224

wants to merge 170 commits into from

Commits on Mar 28, 2023

  1. Adding re library

    Vinayak-YB committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1962c25 View commit details
    Browse the repository at this point in the history
  2. Adding baresip

    Vinayak-YB committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    84565b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on May 2, 2023

  1. baresip video sink works

    Vinayak-YB committed May 2, 2023
    Configuration menu
    Copy the full SHA
    36e58d9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. working checkpoint

    Vinayak-YB committed May 4, 2023
    Configuration menu
    Copy the full SHA
    8b0b7a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd81f1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    434ff78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2867b2 View commit details
    Browse the repository at this point in the history
  5. cmakelist changes

    Vinayak-YB committed May 4, 2023
    Configuration menu
    Copy the full SHA
    95cb3e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0353a0f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    b72f351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aebe779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ba4cba View commit details
    Browse the repository at this point in the history
  4. DUMMY CHANGE

    Vinayak-YB committed May 8, 2023
    Configuration menu
    Copy the full SHA
    b6b5ff5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. added sudo to build files

    Vinayak-YB committed May 9, 2023
    Configuration menu
    Copy the full SHA
    196daa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e9c332 View commit details
    Browse the repository at this point in the history
  3. Checking sudo permissions

    Vinayak-YB committed May 9, 2023
    Configuration menu
    Copy the full SHA
    365f121 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a910d2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. WebRTC initial commit

    Vinayak-YB committed May 11, 2023
    Configuration menu
    Copy the full SHA
    9541821 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. EnhancedRawImagePlanarMetadata (#225)

    * added one more constructor which takes offsetvalue
    
    * refactored
    
    * intialized the nextPtrOffset
    
    * refactoring
    venkat0907 authored May 18, 2023
    Configuration menu
    Copy the full SHA
    f67b604 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Changes Requested

    Vinayak Bhustali committed May 26, 2023
    Configuration menu
    Copy the full SHA
    be0f49e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Overlay module and updated MotionExtractor module to use OverlayModule (

    #220)
    
    * Basic commit
    
    * overlaydatainfo class
    
    * added FrameContainerQueueOverlayAdapter class
    
    * Updated the module -  zaki
    
    * added basic test and serialization
    
    * updated the overlay
    
    * serialization working - Not implemented deserialization completely
    
    * serliazation and deserilization working without save and load
    
    * updated the visitor and composite class
    
    * Added the overlayFactory pattern for the overlay
    
    * implemented Builder pattern
    
    * added internal seriliaze function for composite
    
    * seriliazation and deserialization working
    
    * Updated the seriliazeVisitor pattern
    
    * 1. Fixed the compositeOverlay primitiveType issue.
    2. Serialization and deserialization working. Test passing.
    
    * implemented draw visitor and did some refactoring
    
    * refactored Overlay Module and tests
    
    * draw function working
    
    * Updated MotionExtrator module to use generic OverlayModule
    
    * removed the adapter changes
    
    * removed extra spaces
    
    * diabled simultaneous read write test
    
    * Updated the getSerialize function name
    
    * Updated the test
    
    ---------
    
    Co-authored-by: venkat0907 <venkatnallamothu0907@gmail.com>
    mohammedzakikochargi and venkat0907 authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9a71f4a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. build script sudo removed

    Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    bea4c6c View commit details
    Browse the repository at this point in the history
  2. Adding re library

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c03e095 View commit details
    Browse the repository at this point in the history
  3. Adding baresip

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b2395ac View commit details
    Browse the repository at this point in the history
  4. Baresip Integration initial commit

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    541caf1 View commit details
    Browse the repository at this point in the history
  5. baresip video sink works

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ab573cf View commit details
    Browse the repository at this point in the history
  6. working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    95def04 View commit details
    Browse the repository at this point in the history
  7. SIP calls working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1c01858 View commit details
    Browse the repository at this point in the history
  8. Code cleaned and refactored

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9f8ffb2 View commit details
    Browse the repository at this point in the history
  9. webrtc name changes and code refactor

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5a16428 View commit details
    Browse the repository at this point in the history
  10. cmakelist changes

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1ab3ffd View commit details
    Browse the repository at this point in the history
  11. Linux x 86 test build changes

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    83a29f5 View commit details
    Browse the repository at this point in the history
  12. removed sudo from build linux

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    8b1c5ae View commit details
    Browse the repository at this point in the history
  13. small dir change for linux build

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    12d106a View commit details
    Browse the repository at this point in the history
  14. DUMMY CHANGE

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    08126be View commit details
    Browse the repository at this point in the history
  15. added sudo to build files

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c2cebb5 View commit details
    Browse the repository at this point in the history
  16. Checking sudo permissions

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    38be6d3 View commit details
    Browse the repository at this point in the history
  17. Update build-test-lin.yml

    yashrajsapra authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e12b53a View commit details
    Browse the repository at this point in the history
  18. WebRTC initial commit

    Vinayak-YB authored and Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f4d5d26 View commit details
    Browse the repository at this point in the history
  19. Changes Requested

    Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6eb0b67 View commit details
    Browse the repository at this point in the history
  20. build script sudo removed

    Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6c0cc76 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'baresip' of https://github.com/Apra-Labs/ApraPipes into…

    … baresip
    Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    895bf8b View commit details
    Browse the repository at this point in the history
  22. cmake merge issue resolve

    Vinayak Bhustali committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ba79500 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Vcpkg mirror links fix (#235)

    * updated the vcpkg mirror links
    
    * Updated vcpkg.json baseline commit
    
    * Updated vcpkg baseline
    
    * updated the latest baseline version
    mohammedzakikochargi authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1078260 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jul 3, 2023

  1. added docker build instructions (#254)

    * added docker build instructions
    
    * removed build gstreamer, changed it to ..your build
    
    * addressed all the PR comments
    venkat0907 authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c36edb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Removing gstreamer dependency from aprapipes (#253)

    * initial commit
    
    * builder files changed to remove gstreamer
    
    * Removing gst based modules, other gstreamer files
    
    * small yml file fix
    
    ---------
    
    Co-authored-by: Vinayak Bhustali <vinayakb@apra.in>
    Vinayak-YB and Vinayak Bhustali authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    bd172e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Adding thirdparty libraries to vcpkg (#246)

    * thirdpart libs initial commit
    
    * Updated builder file
    
    * Updating other builder files
    
    * Changes in portfile, vcpkg baseline commit updated
    
    * vcpkg.json was changed in a prev commit fixing it
    
    * new changes in libraries
    
    * path update changes in vcpkg
    
    * vcpkg.json file changes in previous commit fixed
    
    * Fix for libmp4 windows build issue
    
    * Removing gstreamer dependency from aprapipes (#253)
    
    * initial commit
    
    * builder files changed to remove gstreamer
    
    * Removing gst based modules, other gstreamer files
    
    * small yml file fix
    
    ---------
    
    Co-authored-by: Vinayak Bhustali <vinayakb@apra.in>
    
    * thirdpart libs initial commit
    
    * Updated builder file
    
    * Updating other builder files
    
    * Changes in portfile, vcpkg baseline commit updated
    
    * vcpkg.json was changed in a prev commit fixing it
    
    * new changes in libraries
    
    * path update changes in vcpkg
    
    * vcpkg.json file changes in previous commit fixed
    
    * Fix for libmp4 windows build issue
    
    ---------
    
    Co-authored-by: Vinayak Bhustali <vinayakb@apra.in>
    Vinayak-YB and Vinayak Bhustali authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c0838bf View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. fixed docker build (#256)

    kumaakh authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    79edaf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Fixed the H264Decoder not terminating issue (#258)

    * Fixed the deocder not terminating issue
    
    * Updated the function definition
    
    * Added os specific ifdef
    mohammedzakikochargi authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2a53c89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    948af77 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. vcpkg build fix (#259)

    * vcpkg build fix initial commit
    
    * small change
    
    ---------
    
    Co-authored-by: Vinayak Bhustali <vinayakb@apra.in>
    Vinayak-YB and Vinayak Bhustali authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a3d180f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Enhanced DMAllocator setMetadata (#239)

    * added pitch and offset values as args
    
    * changed cout to LOG_INFO
    venkat0907 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    c9b51d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Color conv nppi (#232)

    * nv12 to  rgb, rgb to yuv420 commit
    
    * added more coversions
    
    * added more conversions
    
    * added more conversions
    
    * modified and added more tests
    
    * working model for all direct conversions
    
    * working for all direct conversions
    
    * working for intermediate conversions
    
    * refactoring
    
    * disabled similar tests
    
    * disabled few tests
    
    * refactoring
    
    * modified convmatrix
    
    * added output images
    
    * disabled Mp4 reader test
    
    * added precondition
    
    * removed pre condition
    
    * deleted img
    
    * added nv12 image
    
    * removed unecessary headers
    
    * disabled monotorgb
    
    * disabled nv12toyuv420
    
    * diabled few tests
    
    * refactoring
    
    * refactoring
    
    * added precompute condition
    
    * refactoring
    
    * changed few declarations
    
    * deleted ccnppi outputs
    
    * disabled all tests
    
    * enabled tests
    
    * refactoring
    
    * refactoring
    
    * refactoring
    
    * disabled few tests
    
    * refactoring
    
    * refactoring
    
    * nv12 to  rgb, rgb to yuv420 commit
    
    * added more coversions
    
    * added more conversions
    
    * added more conversions
    
    * modified and added more tests
    
    * working model for all direct conversions
    
    * working for all direct conversions
    
    * working for intermediate conversions
    
    * refactoring
    
    * disabled similar tests
    
    * disabled few tests
    
    * refactoring
    
    * modified convmatrix
    
    * added output images
    
    * added precondition
    
    * removed pre condition
    
    * deleted img
    
    * added nv12 image
    
    * removed unecessary headers
    
    * disabled monotorgb
    
    * disabled nv12toyuv420
    
    * diabled few tests
    
    * refactoring
    
    * refactoring
    
    * added precompute condition
    
    * refactoring
    
    * changed few declarations
    
    * deleted ccnppi outputs
    
    * disabled all tests
    
    * enabled tests
    
    * refactoring
    
    * refactoring
    
    * refactoring
    
    * disabled few tests
    
    * refactoring
    
    * refactoring
    
    * added output images
    
    * addressed all the PR comments
    
    * changed props to mProps
    
    * added compute cap pre condition
    
    * improve submodules listing based on latest git client
    
    Trial
    
    * nv12 to  rgb, rgb to yuv420 commit
    
    * added more coversions
    
    * added more conversions
    
    * added more conversions
    
    * modified and added more tests
    
    * working model for all direct conversions
    
    * working for all direct conversions
    
    * working for intermediate conversions
    
    * refactoring
    
    * disabled similar tests
    
    * disabled few tests
    
    * refactoring
    
    * modified convmatrix
    
    * added output images
    
    * added precondition
    
    * removed pre condition
    
    * deleted img
    
    * added nv12 image
    
    * removed unecessary headers
    
    * disabled monotorgb
    
    * disabled nv12toyuv420
    
    * diabled few tests
    
    * refactoring
    
    * refactoring
    
    * added precompute condition
    
    * refactoring
    
    * changed few declarations
    
    * deleted ccnppi outputs
    
    * disabled all tests
    
    * enabled tests
    
    * refactoring
    
    * refactoring
    
    * refactoring
    
    * disabled few tests
    
    * refactoring
    
    * refactoring
    
    * nv12 to  rgb, rgb to yuv420 commit
    
    * added more coversions
    
    * working model for all direct conversions
    
    * working for intermediate conversions
    
    * refactoring
    
    * disabled similar tests
    
    * refactoring
    
    * modified convmatrix
    
    * added output images
    
    * added precondition
    
    * removed pre condition
    
    * deleted img
    
    * added nv12 image
    
    * disabled monotorgb
    
    * disabled nv12toyuv420
    
    * diabled few tests
    
    * refactoring
    
    * added precompute condition
    
    * refactoring
    
    * deleted ccnppi outputs
    
    * disabled all tests
    
    * enabled tests
    
    * refactoring
    
    * refactoring
    
    * refactoring
    
    * disabled few tests
    
    * refactoring
    
    * refactoring
    
    * added output images
    
    * addressed all the PR comments
    
    * changed props to mProps
    
    * added compute cap pre condition
    
    * resolved merge conflicts
    
    ---------
    
    Co-authored-by: “Vinayak-YB” <“vinayak.bhustali@gmail.com”>
    Co-authored-by: mohammedzakikochargi <97148049+mohammedzakikochargi@users.noreply.github.com>
    Co-authored-by: Akhil Kumar <kumaakh@users.noreply.github.com>
    4 people authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a3b4240 View commit details
    Browse the repository at this point in the history
  2. initial commit (#265)

    Co-authored-by: Vinayak Bhustali <vinayakb@apra.in>
    Vinayak-YB and Vinayak Bhustali authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7c922f6 View commit details
    Browse the repository at this point in the history
  3. Enhanced playback compatibility: Mp4Writer-generated videos now compa…

    …tible with all media players (#250)
    
    * Bug fix: Videos now playable on all players written using mp4Writer
    
    * changed function name
    mohammedzakikochargi authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a6f37c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Adding re library

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e299e7b View commit details
    Browse the repository at this point in the history
  2. Adding baresip

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    42234f4 View commit details
    Browse the repository at this point in the history
  3. Baresip Integration initial commit

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ab27034 View commit details
    Browse the repository at this point in the history
  4. baresip video sink works

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cc896e2 View commit details
    Browse the repository at this point in the history
  5. working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    bbfadd6 View commit details
    Browse the repository at this point in the history
  6. SIP calls working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c011c63 View commit details
    Browse the repository at this point in the history
  7. Code cleaned and refactored

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cf6f192 View commit details
    Browse the repository at this point in the history
  8. webrtc name changes and code refactor

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6241157 View commit details
    Browse the repository at this point in the history
  9. cmakelist changes

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9742166 View commit details
    Browse the repository at this point in the history
  10. Linux x 86 test build changes

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f6a1cdb View commit details
    Browse the repository at this point in the history
  11. removed sudo from build linux

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3aa6615 View commit details
    Browse the repository at this point in the history
  12. small dir change for linux build

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    87f82c3 View commit details
    Browse the repository at this point in the history
  13. DUMMY CHANGE

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4009fa7 View commit details
    Browse the repository at this point in the history
  14. added sudo to build files

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    63d4f62 View commit details
    Browse the repository at this point in the history
  15. Checking sudo permissions

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a36b2a7 View commit details
    Browse the repository at this point in the history
  16. Update build-test-lin.yml

    yashrajsapra authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5d94715 View commit details
    Browse the repository at this point in the history
  17. WebRTC initial commit

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5e617b3 View commit details
    Browse the repository at this point in the history
  18. Changes Requested

    Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c707552 View commit details
    Browse the repository at this point in the history
  19. build script sudo removed

    Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    907fc7a View commit details
    Browse the repository at this point in the history
  20. Adding re library

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b0e710c View commit details
    Browse the repository at this point in the history
  21. Adding baresip

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    598a446 View commit details
    Browse the repository at this point in the history
  22. Baresip Integration initial commit

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d1dcae4 View commit details
    Browse the repository at this point in the history
  23. baresip video sink works

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d7b4296 View commit details
    Browse the repository at this point in the history
  24. working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5902b50 View commit details
    Browse the repository at this point in the history
  25. SIP calls working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    83a070f View commit details
    Browse the repository at this point in the history
  26. webrtc name changes and code refactor

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4e65134 View commit details
    Browse the repository at this point in the history
  27. Linux x 86 test build changes

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c9c1193 View commit details
    Browse the repository at this point in the history
  28. removed sudo from build linux

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    de51b1d View commit details
    Browse the repository at this point in the history
  29. small dir change for linux build

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7a5f1e6 View commit details
    Browse the repository at this point in the history
  30. DUMMY CHANGE

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6ca6a8b View commit details
    Browse the repository at this point in the history
  31. added sudo to build files

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f26c259 View commit details
    Browse the repository at this point in the history
  32. Checking sudo permissions

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5e9393b View commit details
    Browse the repository at this point in the history
  33. Update build-test-lin.yml

    yashrajsapra authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2ba62a3 View commit details
    Browse the repository at this point in the history
  34. WebRTC initial commit

    Vinayak-YB authored and Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e252aff View commit details
    Browse the repository at this point in the history
  35. Changes Requested

    Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0888e4a View commit details
    Browse the repository at this point in the history
  36. build script sudo removed

    Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    473b26e View commit details
    Browse the repository at this point in the history
  37. cmake merge issue resolve

    Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c163938 View commit details
    Browse the repository at this point in the history
  38. Facelandmarks cv (#218)

    * intial commit
    
    * refactoring
    
    * refactoring
    
    * added the kazemi model
    
    * refactoring
    
    * addressed PR comments
    
    * removed extra outputpin, moved files to assets
    
    * given file names properly
    
    * refactoring
    
    * disabled two tests
    
    * given naming properly for the model files
    
    ---------
    
    Co-authored-by: Mradul Dubey <mradul@apra.in>
    Co-authored-by: mohammedzakikochargi <97148049+mohammedzakikochargi@users.noreply.github.com>
    3 people authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b19d76f View commit details
    Browse the repository at this point in the history
  39. Merge branch 'baresip' of https://github.com/Apra-Labs/ApraPipes into…

    … baresip
    Vinayak Bhustali committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    348379f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. updated URL in vcpkg update (#266)

    fixed issue
    mraduldubey authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3aaa81c View commit details
    Browse the repository at this point in the history
  2. Updated NvTransform to do scale, crop and color transform (#176)

    * Updated NvTransform to do scale, crop and transform ,
    Ability to pass filter as props
    
    * Passing correct value in metadata
    
    ---------
    
    Co-authored-by: Mradul Dubey <mradul@apra.in>
    yashrajsapra and mraduldubey authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7aa90fe View commit details
    Browse the repository at this point in the history
  3. EnhancedEglRenderer (#261)

    * added two features create window, switch displays
    
    * addressed PR comments
    
    * addressed PR comments
    venkat0907 authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    00c23b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Mp4ReaderSource module - version 2 (#268)

    * reverseplay and seek
    
    * Code refactoring - All test passing
    
    * prepend spsPPS and refactorted tests
    
    * removed ramdom seek old function
    
    * updated video file path
    
    * getSetProps working - tests added
    
    * getsetProps changes and code refactoring
    
    * Video data
    
    * Deeleted Mp4ReaderSourceUtils files and small bug fix
    
    * Updated video file paths in tests
    
    * file parsing code updated
    
    * Added semicolon
    
    * Updated Mp4Reader arguments
    
    * 1. getSetProps - working all the tests passong.
    1. Added tests for mp4_getLiveVideoTs, mp4_dts_strategy, mp4_simul_read_write
    
    * Added a create dir check
    
    * passing string by reference
    
    * addressed PR errors
    mohammedzakikochargi authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c2f230e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Affine transform module - support DMA/CUDA via NPPI and HOST via open…

    … cv (#227)
    
    * intial commit
    
    * refactoring
    
    * added startegy for to support DMA
    
    * refactoring
    
    * supports both DMA and CUDA
    
    * refactoring
    
    * removed one build error
    
    * refactoring
    
    * refactoring
    
    * removed the if else of raw image
    
    * refactoring
    
    * setting moutputMetadata on memtype
    
    * integrated host
    
    * refactoring
    
    * refactoring
    
    * changed matrix for host
    
    * added ouput images and modified strategy
    
    * refactoring
    
    * added GetsetProps
    
    * refactoring
    
    * refactoring
    
    * refactoring
    
    * refactoring
    
    * added setmetadatahelper in DetailGPU
    
    * changed camke from cuda to generic
    
    * refactoring
    
    * refactoring
    
    * refactoring
    
    * added ifdef condition
    
    * refactoring
    
    * refactoring
    
    * refactoring
    
    * diable few tests
    
    * added ifdef in tests
    
    * added DMA test
    
    * intial commit
    
    * supports both DMA and CUDA
    
    * refactoring
    
    * setting moutputMetadata on memtype
    
    * integrated host
    
    * added ouput images and modified strategy
    
    * added GetsetProps
    
    * refactoring
    
    * refactoring
    
    * changed camke from cuda to generic
    
    * refactoring
    
    * refactoring
    
    * refactoring
    
    * refactoring
    
    * diable few tests
    
    * added DMA test
    
    * resolved cmake list merge conflict
    
    * resolved conflicts
    
    * changed Detail to DetailMemoryAbstract
    
    ---------
    
    Co-authored-by: “Vinayak-YB” <“vinayak.bhustali@gmail.com”>
    Co-authored-by: Mradul Dubey <mradul@apra.in>
    3 people authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a70b01f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. TestSignalGenerator Module (#270)

    * TestSignalGenerator code commit
    
    * saveOrCompare arguments changed
    
    * changed the tolerance of saveOrCompare
    
    * Removing test images from data
    
    * Adding fresh samples
    
    * Updating tolerance to 50
    
    * Increasing tolerance to 100
    
    * added download cap for saveorcompare made verbose
    
    * small fix in testcase
    
    * path fix for testcase
    
    * savefile implementation update
    
    * deleted old files
    
    * added new data
    
    * Fixed test offset mismatch issue
    
    * saveorcompare enhanced
    
    ---------
    
    Co-authored-by: Mradul Dubey <mradul@apra.in>
    Co-authored-by: Vinayak Bhustali <vinayakb@apra.in>
    Co-authored-by: zaki <zakik@apra.in>
    4 people authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0990cd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Adding re library

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c1e649e View commit details
    Browse the repository at this point in the history
  2. Adding baresip

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0c57d69 View commit details
    Browse the repository at this point in the history
  3. Baresip Integration initial commit

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    77924c7 View commit details
    Browse the repository at this point in the history
  4. baresip video sink works

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    62be00e View commit details
    Browse the repository at this point in the history
  5. working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    49b7293 View commit details
    Browse the repository at this point in the history
  6. SIP calls working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    da71e04 View commit details
    Browse the repository at this point in the history
  7. Code cleaned and refactored

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c2eaebf View commit details
    Browse the repository at this point in the history
  8. webrtc name changes and code refactor

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0353278 View commit details
    Browse the repository at this point in the history
  9. cmakelist changes

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c6d5f0c View commit details
    Browse the repository at this point in the history
  10. Linux x 86 test build changes

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5638b8b View commit details
    Browse the repository at this point in the history
  11. removed sudo from build linux

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1719dd7 View commit details
    Browse the repository at this point in the history
  12. small dir change for linux build

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b560a78 View commit details
    Browse the repository at this point in the history
  13. DUMMY CHANGE

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f42469d View commit details
    Browse the repository at this point in the history
  14. added sudo to build files

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a1b4b12 View commit details
    Browse the repository at this point in the history
  15. Checking sudo permissions

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bf0dc62 View commit details
    Browse the repository at this point in the history
  16. Update build-test-lin.yml

    yashrajsapra authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2fc5fbd View commit details
    Browse the repository at this point in the history
  17. WebRTC initial commit

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    698ba58 View commit details
    Browse the repository at this point in the history
  18. Changes Requested

    Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b0308e7 View commit details
    Browse the repository at this point in the history
  19. build script sudo removed

    Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f534ea1 View commit details
    Browse the repository at this point in the history
  20. Adding re library

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7d11718 View commit details
    Browse the repository at this point in the history
  21. Adding baresip

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7c52d4c View commit details
    Browse the repository at this point in the history
  22. Baresip Integration initial commit

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    114fdc4 View commit details
    Browse the repository at this point in the history
  23. baresip video sink works

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e399d6b View commit details
    Browse the repository at this point in the history
  24. working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4bee21e View commit details
    Browse the repository at this point in the history
  25. SIP calls working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4150401 View commit details
    Browse the repository at this point in the history
  26. webrtc name changes and code refactor

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9e0fffc View commit details
    Browse the repository at this point in the history
  27. Linux x 86 test build changes

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8e01044 View commit details
    Browse the repository at this point in the history
  28. removed sudo from build linux

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8188756 View commit details
    Browse the repository at this point in the history
  29. small dir change for linux build

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    66d3927 View commit details
    Browse the repository at this point in the history
  30. DUMMY CHANGE

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9eacd8e View commit details
    Browse the repository at this point in the history
  31. added sudo to build files

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    66b0327 View commit details
    Browse the repository at this point in the history
  32. Checking sudo permissions

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    306961b View commit details
    Browse the repository at this point in the history
  33. Update build-test-lin.yml

    yashrajsapra authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    be183c2 View commit details
    Browse the repository at this point in the history
  34. WebRTC initial commit

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    911a684 View commit details
    Browse the repository at this point in the history
  35. Changes Requested

    Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    cb9ca8a View commit details
    Browse the repository at this point in the history
  36. build script sudo removed

    Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8939d53 View commit details
    Browse the repository at this point in the history
  37. cmake merge issue resolve

    Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4eacdf0 View commit details
    Browse the repository at this point in the history
  38. Adding re library

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    20e106e View commit details
    Browse the repository at this point in the history
  39. Adding baresip

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f7c47d0 View commit details
    Browse the repository at this point in the history
  40. Baresip Integration initial commit

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8320ac7 View commit details
    Browse the repository at this point in the history
  41. baresip video sink works

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b4affec View commit details
    Browse the repository at this point in the history
  42. working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    be19816 View commit details
    Browse the repository at this point in the history
  43. SIP calls working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5a074de View commit details
    Browse the repository at this point in the history
  44. Code cleaned and refactored

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3ebe2b9 View commit details
    Browse the repository at this point in the history
  45. webrtc name changes and code refactor

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d327f3f View commit details
    Browse the repository at this point in the history
  46. cmakelist changes

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3c2162b View commit details
    Browse the repository at this point in the history
  47. Linux x 86 test build changes

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    57c2c37 View commit details
    Browse the repository at this point in the history
  48. removed sudo from build linux

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ed4d350 View commit details
    Browse the repository at this point in the history
  49. small dir change for linux build

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    16ea9cf View commit details
    Browse the repository at this point in the history
  50. DUMMY CHANGE

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fa2e8d4 View commit details
    Browse the repository at this point in the history
  51. added sudo to build files

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e0470be View commit details
    Browse the repository at this point in the history
  52. Checking sudo permissions

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fa95e50 View commit details
    Browse the repository at this point in the history
  53. Update build-test-lin.yml

    yashrajsapra authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    58b0345 View commit details
    Browse the repository at this point in the history
  54. WebRTC initial commit

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8f2a28f View commit details
    Browse the repository at this point in the history
  55. build script sudo removed

    Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    039756e View commit details
    Browse the repository at this point in the history
  56. Adding re library

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1e18d58 View commit details
    Browse the repository at this point in the history
  57. Adding baresip

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    61b7d0b View commit details
    Browse the repository at this point in the history
  58. Baresip Integration initial commit

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    10e42ed View commit details
    Browse the repository at this point in the history
  59. working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2466643 View commit details
    Browse the repository at this point in the history
  60. SIP calls working checkpoint

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    edfa7d2 View commit details
    Browse the repository at this point in the history
  61. Code cleaned and refactored

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f537e7d View commit details
    Browse the repository at this point in the history
  62. webrtc name changes and code refactor

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    68b65b9 View commit details
    Browse the repository at this point in the history
  63. Linux x 86 test build changes

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    44a3755 View commit details
    Browse the repository at this point in the history
  64. Checking sudo permissions

    Vinayak-YB authored and Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    534ddc2 View commit details
    Browse the repository at this point in the history
  65. Merge branch 'baresip' of https://github.com/Apra-Labs/ApraPipes into…

    … baresip
    Vinayak Bhustali committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    115f10d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. cmakelist mod to custom build baresip files

    Vinayak Bhustali committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5b04dee View commit details
    Browse the repository at this point in the history
  2. small change to fix git checkout

    Vinayak Bhustali committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9c4f306 View commit details
    Browse the repository at this point in the history
  3. try fix for non trivial error

    Vinayak Bhustali committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    94c7311 View commit details
    Browse the repository at this point in the history