Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.14 KB

Changelog

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.

unreleased

Fixed

  • Fix the SmolRTSP_NalTransportConfig_default value for H.265 (PR #17).

0.1.3 - 2023-03-12

Fixed

0.1.2 - 2022-07-27

Fixed

  • Suppress a compilation warning for an unused variable in smolrtsp_vheader.
  • Overflow while computing an RTP timestamp.

0.1.1 - 2022-03-31

Fixed

  • 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.

0.1.0 - 2022-03-30

Added

  • This awesome library.