All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix the
SmolRTSP_NalTransportConfig_default
value for H.265 (PR #17).
- Fix the
DOWNLOAD_EXTRACT_TIMESTAMP
CMake warning (see datatype99/issues/15).
- Suppress a compilation warning for an unused variable in
smolrtsp_vheader
. - Overflow while computing an RTP timestamp.
- Mark the following functions with
__attribute__((warn_unused_result))
(when available):SmolRTSP_ParseError_print
.SmolRTSP_MessageBody_empty
.SmolRTSP_Request_uninit
.SmolRTSP_Response_uninit
.SmolRTSP_NalTransportConfig_default
.smolrtsp_determine_start_code
.smolrtsp_dgram_socket
.
- This awesome library.