1. 23 Aug, 2019 - 2 commits
  2. 13 Aug, 2019 - 2 commits
  3. 05 Aug, 2019 - 2 commits
  4. 22 Jul, 2019 - 1 commit
  5. 18 Jul, 2019 - 1 commit
  6. 12 Jul, 2019 - 1 commit
  7. 19 Jun, 2019 - 1 commit
  8. 14 Jun, 2019 - 2 commits
  9. 11 Jun, 2019 - 1 commit
  10. 07 Jun, 2019 - 1 commit
  11. 31 May, 2019 - 1 commit
    • François Grisez's avatar
      Workaround for pixel conversion issue in MediaCodec H264 encoder on some Huawei devices · 15d67ea3
      François Grisez authored
      The H264 encoder on some Huawei devices doesn't take care of row strides information
      provided by MediaImage object. That resulted on bad pixel conversion
      while input raw pictures were copied into the encoder input buffer.
      
      The workaround is to assume that the encoder take yuv420p pictures
      as input and thus to copy each picture in the input buffer without
      any pixel format conversion.
      
      This workaround is only applied on Huawei GRA-L09 and VNS-L31 for now.
      15d67ea3
  12. 20 May, 2019 - 1 commit
  13. 30 Apr, 2019 - 1 commit
  14. 14 Apr, 2019 - 1 commit
  15. 11 Apr, 2019 - 2 commits
  16. 10 Apr, 2019 - 1 commit
  17. 09 Apr, 2019 - 1 commit
  18. 06 Apr, 2019 - 1 commit
  19. 04 Apr, 2019 - 1 commit
    • François Grisez's avatar
      Video: use capture timestamp in RTP packets · aa0e7d75
      François Grisez authored
      * ensure that all the capture filters write ticker timestamp
        in generated mblk_t.
      * make vp8 encoder to copy the timestamp of each input buffer in
        corresponding output buffers.
      * add a trace in MSRtpSend filter printing the delay between the
        moment the picture was captured by the camera and the moment
        the encoded picture is sent on the network.
      aa0e7d75
  20. 02 Apr, 2019 - 1 commit
  21. 01 Apr, 2019 - 1 commit
  22. 29 Mar, 2019 - 2 commits
  23. 27 Mar, 2019 - 2 commits
  24. 15 Mar, 2019 - 1 commit
  25. 14 Mar, 2019 - 1 commit
  26. 12 Mar, 2019 - 8 commits