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

Upgrade to M118 #26

Merged
merged 12 commits into from
Mar 26, 2024
Merged

Upgrade to M118 #26

merged 12 commits into from
Mar 26, 2024

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    7784999 View commit details
    Browse the repository at this point in the history
  2. Support for simulcast in Android SDK (#13)

    (cherry picked from commit 8d61361)
    kanat committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bfed28d View commit details
    Browse the repository at this point in the history
  3. include simulcast headers for mac also (#14)

    Co-authored-by: Hiroshi Horie <[email protected]>
    (cherry picked from commit b212d2e)
    kanat committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    384a6a2 View commit details
    Browse the repository at this point in the history
  4. Fix simulcast using hardware encoder on Android (#15)

    * Fix simulcast using hardware encoder on Android
    
    * Revert disabling apply_alignment_to_all_simulcast_layers
    
    * Update HardwareVideoEncoder.java
    
    ---------
    
    Co-authored-by: Angelika Serwa <[email protected]>
    (cherry picked from commit 05ebe45)
    kanat committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    46cee8f View commit details
    Browse the repository at this point in the history
  5. Properly remove observer upon deconstruction (#8) (#17)

    (cherry picked from commit 829f351)
    (cherry picked from commit 01ed14c)
    kanat committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    143fdd4 View commit details
    Browse the repository at this point in the history
  6. fix: add WrappedVideoDecoderFactory.java (#18)

    * fix: add WrappedVideoDecoderFactory.java.
    
    * fix compile for android.
    
    ---------
    
    Co-authored-by: cloudwebrtc <[email protected]>
    (cherry picked from commit b72f4d5)
    kanat committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b891ee6 View commit details
    Browse the repository at this point in the history
  7. Add a way to intercept the audio samples before processing (#22)

    * Add a way to intercept the audio samples before processing
    
    * fix BUILD.gn
    
    (cherry picked from commit b33e7bd)
    kanat committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c61ca0d View commit details
    Browse the repository at this point in the history
  8. Add support for resolution alignment during encoding (#24)

    (cherry picked from commit 307786e)
    DanielNovak authored and kanat committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e863771 View commit details
    Browse the repository at this point in the history
  9. Add H264 hardware decoding for Marvell chips (#23)

    (cherry picked from commit e2c132e)
    tao1 authored and kanat committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2ab32cf View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Android improvements. (#20)

    Start/Stop receiving stream method for VideoTrack (#25)
    
    Properly remove observer upon deconstruction (#26)
    
    feat: Expose setCodecPreferences/getCapabilities for android. (#61)
    
    fix: add WrappedVideoDecoderFactory.java. (#74)
    
    Exposing Adapter types in PeerConnectionFactory (#78)
    
    Co-authored-by: davidliu <[email protected]>
    Co-authored-by: Mohamed Risaldar UT <[email protected]>
    (cherry picked from commit e91f003)
    
    # Conflicts:
    #	media/base/media_channel.h
    #	media/engine/webrtc_video_engine.cc
    #	media/engine/webrtc_video_engine.h
    kanat committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e9891d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    454c75c View commit details
    Browse the repository at this point in the history
  3. (Java) Add support for resolution alignment during encoding (#25)

    * (Java) Add support for resolution alignment during encoding
    
    * rename native to delegate
    
    * extract HardwareVideoEncoderWrapperFactory
    
    * change class order
    
    * add missing import
    
    * compile fixes
    
    * fix logging
    
    * fix unreachable return statement
    
    * fix dependencies
    
    * move ResolutionAdjustment to video_java
    kanat authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c3b9942 View commit details
    Browse the repository at this point in the history