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.
- Update the minimum required CMake version to 3.10.0 due to deprecation (see metalang99/issues/33).
- Fix the
SmolRTSP_NalTransportConfig_defaultvalue for H.265 (PR #17).
- Fix the
DOWNLOAD_EXTRACT_TIMESTAMPCMake 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.