Skip to content

Releases: reufer/rpihddevice

new version 1.0.6

26 Dec 15:39
cd95249
Compare
Choose a tag to compare

2022-12-26: Version 1.0.6

  • fixed:
    • project URL and whitespaces in README (thanks to Martin Dummer)
    • overflows reported by GCC -fsanitize=undefined (thanks to Marko Mäkelä)
    • hangs and crashes on shutdown due to OMX deinitialization (thanks to Marko Mäkelä)
    • potential memory leak in cRpiAudioDecoder::m_ptsQueue (thanks to Marko Mäkelä)
    • SIGFPE (division by 0) on startup if screen pixelHeight is 0 (thanks to Marko Mäkelä)
    • no picture after switching channels (thanks to Marko Mäkelä)
    • link -lbrcmEGL before -lbrcmGLESv2 (thanks to Marko Mäkelä)