Skip to content
Snippets Groups Projects
  1. Nov 17, 2016
    • Linux Build Service Account's avatar
      Promotion of iot-concam.lnx.1.0-00016. · b9d51812
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      1091123   I9720049a2989d9c44ab3680be43c35ffe6252ba3   qmmf-webserver: Calculate RTSP duration using timestamps
      
      Change-Id: I6dcd9fa02730f59b08ec9c996a88a25f72cdd376
      CRs-Fixed: 1091123
      4 tags
      b9d51812
  2. Nov 16, 2016
  3. Nov 11, 2016
  4. Nov 10, 2016
  5. Nov 09, 2016
  6. Nov 04, 2016
  7. Oct 27, 2016
    • Linux Build Service Account's avatar
      Promotion of iot-concam.lnx.1.0-00009. · d5b992ad
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      1074522   I421fe38de1bba547fddefa9fe74e03f7c44465bd   qmmf-webserver: Add support for AMR audio muxing
      1083055   I563fc5375e3d2015a0488298f5607f218cc964c4   qmmf-webserver: fix typo causing vam zones to be lost
      1077436   Ia2ceacf912b5d1507b4e9499d3c49d18f4b9c746   qmmf-webserver: Rework VAM configuration structure
      1079199   I3978247595d7fa17fa5714a333097d437d987feb   qmmf-webserver: Add API for VAM configuration removal
      
      Change-Id: I651252fc79544216537f79db363564045e2e12af
      CRs-Fixed: 1074522, 1079199, 1083055, 1077436
      6 tags
      d5b992ad
  8. Oct 26, 2016
    • Stoyo Hubchev's avatar
      qmmf-webserver: fix typo causing vam zones to be lost · 917fdb98
      Stoyo Hubchev authored
        The typo prevented the matching of the zones and their
        ids in the rules. Thus the rules appeared to have no
        zones configured.
      
      Change-Id: I563fc5375e3d2015a0488298f5607f218cc964c4
      917fdb98
    • Emilian Peev's avatar
      qmmf-webserver: Add API for VAM configuration removal · ce85f322
      Emilian Peev authored
       - The necessary functionality is added which will
         alow web clients to remove VAM configurations.
       - Please note, that VAM configurations will no
         longer be cached by server! It is the client
         responsibility to add configurations only once
         VAM is running otherwise server will now
         just return errors.
      
      Change-Id: I3978247595d7fa17fa5714a333097d437d987feb
      ce85f322
    • Emilian Peev's avatar
      qmmf-webserver: Rework VAM configuration structure · 914f587b
      Emilian Peev authored
       - The vaapi configuration can be switched to use
         entirely statically allocated data. This should
         improve overall stability and avoid common heap
         allocation related memory issues.
      
      Change-Id: Ia2ceacf912b5d1507b4e9499d3c49d18f4b9c746
      914f587b
    • Emilian Peev's avatar
      qmmf-webserver: Add support for AMR audio muxing · 33492302
      Emilian Peev authored
       - AMR audio codec can now be configured and its
         output can be a muxer.
       - Remove G711 audio codec API. This audio codec
         will not be supported from the web API.
      
      Change-Id: I421fe38de1bba547fddefa9fe74e03f7c44465bd
      33492302
  9. Oct 20, 2016
    • Linux Build Service Account's avatar
      Promotion of iot-concam.lnx.1.0-00008. · c3c644fd
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      1080132   I2fe5684b37ddb4247486872520d0f57bbf8be714   qmmf-webserver: In case VAM is busy do not flood with lo
      1080132   I113c5b7c17ae6cfb14d59bc72ee3a94ee6fcc71f   qmmf-webserver: Change ratecontrol type to VBR VFR.
      1079195   I827122c033134e45e0e1163338544a58aa992074   qmmf-webserver: Add VAM1080p gtest case
      1078583                                               qmmf-webserver: Close RTSP server during session stop
      
      Change-Id: I570262513e415382585df999b3b67086490fa4d8
      CRs-Fixed: 1079195, 1080132, 1078583
      2 tags
      c3c644fd
    • Emilian Peev's avatar
      qmmf-webserver: Close RTSP server during session stop · 8c8228b8
      Emilian Peev authored
       - After session stop clients are able to remove
         tracks which will remove associated audio/video/meta
         queues. This is not expected from RTSP server side
         and can lead to hangs when server tries to access
         them. To avoid this the RTSP server needs to stop
         along with the qmmf session.
      8c8228b8
    • Emilian Peev's avatar
      qmmf-webserver: Add VAM1080p gtest case · 22ddeff6
      Emilian Peev authored
       - Additionally rework some of the code for
         RTSP session close.
      
      Change-Id: I827122c033134e45e0e1163338544a58aa992074
      22ddeff6
    • Stoyo Hubchev's avatar
      qmmf-webserver: In case VAM is busy do not flood with log entries · 307db0f1
      Stoyo Hubchev authored
      Change-Id: I2fe5684b37ddb4247486872520d0f57bbf8be714
      307db0f1
  10. Oct 19, 2016
  11. Oct 14, 2016
    • Linux Build Service Account's avatar
      Promotion of iot-concam.lnx.1.0-00006. · b429c2b7
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      1074524   I0fb9f87546e9a9d95df1979552d6996f83ebd016   qmmf-webserver: Add support for camera parameters
      1074523   Ic39509fe0a949a5bf453bceb8111678da56be4b4   qmmf-webserver: Add support for overlays
      
      Change-Id: Ia326e5bf18f55189b9ac4ae6a0badf999e3fbe4f
      CRs-Fixed: 1074523, 1074524
  12. Oct 12, 2016
    • Emilian Peev's avatar
      qmmf-webserver: Add support for overlays · 513b6923
      Emilian Peev authored
       - The necessary web API is added for creating,
         updating, removing and setting of overlay
         objects.
      
      Change-Id: Ic39509fe0a949a5bf453bceb8111678da56be4b4
      513b6923
    • Emilian Peev's avatar
      qmmf-webserver: Add support for camera parameters · ee28438e
      Emilian Peev authored
       - Support is added for HDR, IR and NR modes.
      
      Change-Id: I0fb9f87546e9a9d95df1979552d6996f83ebd016
      ee28438e
    • Linux Build Service Account's avatar
      Promotion of iot-concam.lnx.1.0-00005. · 65ea98a0
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      1076924   Ifb4f2ad5c5d08c7917ab3d51b328e3a09a38051e   qmmf-webserver: Encode snapshot to base64 in web server
      1076924   Idb1205b588d30f5d224d8080123c081ffb7dbf72   qmmf-webserver: Add support for HEVC video track muxing
      1076924   Ie0f0eb41c4f7ac60c701d2072937786d6316e52a   qmmf-webserver: Update QP values to improve quality.
      1074061   Ia624a60cae8b012d25818c699cff3f7f282cf5f0   qmmf-webserver: Add support for Mpeg2TS
      1076924   If4467d7397e7425377d982e4d67912914fa2efce   qmmf-webserver: Correct video encode params.
      1076924   I653339d1f2aa6d4e682f9b4aa6eb5a972358fe6f   qmmf-webserver: Add default rule configuration for Motio
      
      Change-Id: If62661330d53e4196ccf6d8cbc054a453156fba3
      CRs-Fixed: 1076924, 1074061
      65ea98a0
    • Ajit Singh Solanki's avatar
      qmmf-webserver: Update QP values to improve quality. · 18ddace6
      Ajit Singh Solanki authored
      Change-Id: Ie0f0eb41c4f7ac60c701d2072937786d6316e52a
      18ddace6
  13. Oct 11, 2016
    • Ajit Singh Solanki's avatar
      qmmf-webserver: Correct video encode params. · 0b475949
      Ajit Singh Solanki authored
      - Change idr interval to 4.
      - Change rate control MBR.
      - Update QP values
      
      Change-Id: If4467d7397e7425377d982e4d67912914fa2efce
      0b475949
    • Emilian Peev's avatar
      qmmf-webserver: Add support for Mpeg2TS · 21d8585a
      Emilian Peev authored
       - The audio and video track outputs can now
         be configured to use "Mpeg2TS". This will
         enable an RTSP server for the specific
         session and mux A/V streams using the
         Mpeg2TS container format. All clients
         connected to this RTSP session will
         receive the muxed tracks at their end
         too.
      
      Change-Id: Ia624a60cae8b012d25818c699cff3f7f282cf5f0
      21d8585a
    • Emilian Peev's avatar
      qmmf-webserver: Add support for HEVC video track muxing · f67f192e
      Emilian Peev authored
       TODO:
         - Calculate muxer sample delta using
           previous frames.
         - Rework 'getAVCProfileLevel' and
           'getHEVCProfileLevel' and make them
           a single method.
      
      Change-Id: Idb1205b588d30f5d224d8080123c081ffb7dbf72
      f67f192e
  14. Oct 07, 2016
  15. Sep 30, 2016
  16. Sep 29, 2016
  17. Sep 28, 2016
  18. Sep 27, 2016
  19. Sep 26, 2016
  20. Sep 20, 2016