Skip to content
Snippets Groups Projects
  1. Oct 27, 2020
    • Lioncash's avatar
      vp9: Resolve variable shadowing · dcc26c54
      Lioncash authored
      dcc26c54
    • Lioncash's avatar
      nvdec: Tidy up header includes · c04203b7
      Lioncash authored
      Prevents a few unnecessary inclusions.
      c04203b7
    • ameerj's avatar
      video_core: NVDEC Implementation · eb67a45c
      ameerj authored
      
      This commit aims to implement the NVDEC (Nvidia Decoder) functionality, with video frame decoding being handled by the FFmpeg library.
      
      The process begins with Ioctl commands being sent to the NVDEC and VIC (Video Image Composer) emulated devices. These allocate the necessary GPU buffers for the frame data, along with providing information on the incoming video data. A Submit command then signals the GPU to process and decode the frame data.
      
      To decode the frame, the respective codec's header must be manually composed from the information provided by NVDEC, then sent with the raw frame data to the ffmpeg library.
      
      Currently, H264 and VP9 are supported, with VP9 having some minor artifacting issues related mainly to the reference frame composition in its uncompressed header.
      
      Async GPU is not properly implemented at the moment.
      
      Co-Authored-By: default avatarDavid <25727384+ogniK5377@users.noreply.github.com>
      eb67a45c
    • Lioncash's avatar
      controller: Pass ControllerParameters by reference in ReconfigureControllers() · 6b5f5653
      Lioncash authored
      Prevents unnecessary copies and heap reallocations from occurring.
      6b5f5653
  2. Oct 26, 2020
  3. Oct 25, 2020
  4. Oct 22, 2020
  5. Oct 21, 2020
  6. Oct 20, 2020
  7. Oct 18, 2020
  8. Oct 17, 2020
  9. Oct 16, 2020
  10. Oct 15, 2020
  11. Oct 14, 2020
  12. Oct 13, 2020
  13. Oct 09, 2020
  14. Oct 08, 2020
Loading