"src/vscode:/vscode.git/clone" did not exist on "abbf3c1adf6bbf424ae82e640647ad4078e1a4b9"
  1. 03 Nov, 2021 1 commit
    • Bruno Korbar's avatar
      Fast seek implementation (#3179) · 4ccef06c
      Bruno Korbar authored
      
      
      * modify processPacket to support fast seek
      
      * add fastSeek to ProcessPacket decoder definition
      
      * add fastseek flag to DecoderParametersStruct
      
      * add fastseek flag to the process packet call
      
      * no default params in C++ implementation
      
      * enable flag in C++ implementation
      
      * make order of parameters more normal
      
      * register new seek with python api
      
      * [somewhat broken] test suite for keyframes using pyav
      
      * revert " changes
      
      * add type annotations to init
      
      * Adding tests
      
      * linter
      
      * Flake doesn't show up :|
      
      * Change from unitest to pytest syntax
      
      * add return type
      Co-authored-by: default avatarPrabhat Roy <prabhatroy@fb.com>
      4ccef06c
  2. 18 Oct, 2021 1 commit
  3. 16 Aug, 2021 1 commit
  4. 10 Jun, 2021 1 commit
  5. 09 Jun, 2021 2 commits
  6. 08 Jun, 2021 1 commit
  7. 07 Jun, 2021 1 commit
  8. 01 Jun, 2021 1 commit
  9. 21 May, 2021 2 commits
  10. 27 Apr, 2021 1 commit
  11. 31 Mar, 2021 1 commit
  12. 24 Mar, 2021 1 commit
  13. 11 Feb, 2021 1 commit
  14. 25 Jan, 2021 1 commit
  15. 10 Dec, 2020 1 commit
    • Vasilis Vryniotis's avatar
      Restructuring C++ project: (#3146) · 7d831a2f
      Vasilis Vryniotis authored
      Summary:
      * Reduce unnecessary header inclusions in models and io.
      
      * Move autocast to separate folder and hide autograd implementation in an anonymous namespace.
      
      * Moving files in subfolders.
      
      Reviewed By: fmassa
      
      Differential Revision: D25461523
      
      fbshipit-source-id: 756eeb6848aacaa474de4825ed4c1045d17e2cea
      7d831a2f