Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: awslabs/amazon-kinesis-video-streams-webrtc-sdk-c
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.1
Choose a base ref
...
head repository: awslabs/amazon-kinesis-video-streams-webrtc-sdk-c
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1,527 files changed
  • 4 contributors

Commits on May 9, 2024

  1. Release 1.10.2 (#1981)

    * Add H265 and AAC frames (#1962)
    
    * aac and h265 frames
    
    * update readme
    
    * update cmake with h265 and aac
    
    * clang formay
    
    * [Sample] GStreamer media receiver (#1963)
    
    * create the gst receiver
    
    * fix ci
    
    * cmake flag
    
    * clang format, add cmake flag in ci
    
    * install gstreamer on ci
    
    * use macos12
    
    * use defined values
    
    * indent
    
    * clang-format
    
    * readme and commentsa
    
    * clang :(
    
    * install glib to fix ci
    
    * -DCOMPILER_WARNINGS=FALSE to fix the CI
    
    * fix macos version for clang
    
    * address comments and cleanup
    
    * new viewer with gst
    
    * clang-format
    
    * missing null check
    
    * address comments
    
    * -DCOMPILER_WARNINGS=TRUE
    
    * clang-format
    
    * gst_init_check
    
    * fix CI
    
    * fix CI
    
    * [Bug] GStreamer sample (#1972)
    
    * gst-sample-fix
    
    * modify the message
    
    * fix windows
    
    * set to null
    
    * fix pts and eos in sample
    
    * unused var removed
    
    * move null init
    
    * Version check job (#1974)
    
    * Version check job
    
    * Working Version check template
    
    * Retest with dev
    
    * Version lint
    
    * Version lint
    
    * use new frames (#1978)
    
    * Sample TWCC implementation (#1957)
    
    * encoder bitrate change based on twcc
    
    * Change to 5% inc and dec
    
    * modify percentages
    
    * ema based calc
    
    * EMa fix
    
    * Nits
    
    * Readme
    
    * flip
    
    * memset remove
    
    * Readme update, move enable flags to createSampleConfiguration
    
    * Add codecov token
    
    * [Feature] Add H265 support with SDP, RTP payloader-deplayloader (#1965)
    
    * Add RtpH265Payloader.c and RtpH265Payloader.h
    
    * Add support for H265 in PeerConnection/SessionDescription
    
    * Add support for H265 in PeerConnection/PeerConnection
    
    * Add support for H265 in PeerConnection/Rtp
    
    * Add support for H265 in samples/Common.c
    
    * Add support for H265 in samples/kvsWebRTCClientMaster.c
    
    * rtp, sdp fix, flag removed, clang fixed, windows build fixed, new test added
    
    * test fix
    
    * cleanup
    
    * cleanup
    
    * remove #if 0
    
    * clang
    
    * presentation ts fix
    
    * clang-format fix
    
    * PKG_CONFIG_PATH in kvscommon
    
    * missing bracket
    
    * fix all builds
    
    * ci
    
    * cleanup
    
    * fix windows build, rename h265 defs
    
    * remove duplicate line from h264 and h265
    
    * sample changes
    
    * address comments
    
    * clang-format
    
    * gst sample
    
    * cleanup args
    
    * clang-format
    
    * cleanup
    
    * add sdp tests
    
    * address comments
    
    * address commentas
    
    * set default payload type only once
    
    * address comments
    
    * fix height and width
    
    * sdp change
    
    ---------
    
    Co-authored-by: Hongli Wang <hongliwo@amazon.com>
    
    * Version bump, fix tests, remove enableIceStats
    
    * Remove AAC related changes
    
    * Remove AAC frames
    
    * Clang format
    
    * fix kvsWebrtcClientMasterGstSample.c name in CMakeLists
    
    ---------
    
    Co-authored-by: Divya Sampath Kumar <disa6302@colorado.edu>
    Co-authored-by: Hongli Wang <hongliwo@amazon.com>
    3 people authored May 9, 2024
    Copy the full SHA
    4f1d3ad View commit details

Commits on Jul 30, 2024

  1. Update README.md (#2040)

    * Update README.md
    
    Add notification on the master branch which is now replaced by the main branch.
    
    * Update README.md
    
    Use new markdown for Warning.
    LienNguyen2910 authored Jul 30, 2024
    Copy the full SHA
    ec75ba1 View commit details
Loading