Skip to content
Snippets Groups Projects
  1. Apr 15, 2019
  2. Apr 12, 2019
  3. Apr 11, 2019
  4. Apr 09, 2019
  5. Apr 08, 2019
  6. Apr 05, 2019
  7. Apr 04, 2019
  8. Apr 03, 2019
  9. Apr 02, 2019
  10. Apr 01, 2019
  11. Mar 29, 2019
  12. Mar 27, 2019
  13. Mar 26, 2019
    • Philippe Gorley's avatar
      accel: skip main memory when hardware reencoding · 52fbc755
      Philippe Gorley authored and Adrien Béraud's avatar Adrien Béraud committed
      If the video input is being decoded on the hardware, use the hardware
      frames directly when encoding. Skips the transfer back to software in
      the video sender and the transfer to hardware in the encoder.
      
      Falls back to using the main memory as a middle man if the link between
      encoder and decoder fails.
      
      Change-Id: I59850e95e6952df71a461aad8e7dddda65f05ffb
      52fbc755
    • Philippe Gorley's avatar
      encoder: lazy initialize video stream · dfdee183
      Philippe Gorley authored and Adrien Béraud's avatar Adrien Béraud committed
      Sets up video streams upon receiving the first video frame. Audio
      streams are still initialized as soon as possible.
      
      This allows a video encoder to use the pixel format of its received
      frames, and to set up a hardware transcoding pipeline if it receives
      a hardware frame.
      
      Change-Id: I622fc44b6096d63d7423837d2f2ec15680548a83
      dfdee183
    • Adrien Béraud's avatar
      media recorder: add video rotation · 6d2de6ca
      Adrien Béraud authored
      Change-Id: I8f31ff13b68afb9383ce05c8f11b104c2bc419bd
      6d2de6ca
  14. Mar 25, 2019
Loading