1. 05 Nov, 2021 1 commit
  2. 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
  3. 18 Oct, 2021 1 commit
  4. 16 Aug, 2021 1 commit
  5. 10 Jun, 2021 1 commit
  6. 09 Jun, 2021 2 commits
  7. 08 Jun, 2021 1 commit
  8. 07 Jun, 2021 1 commit
  9. 01 Jun, 2021 1 commit
  10. 21 May, 2021 2 commits
  11. 27 Apr, 2021 1 commit
  12. 31 Mar, 2021 1 commit
  13. 24 Mar, 2021 1 commit
  14. 11 Feb, 2021 1 commit
  15. 25 Jan, 2021 1 commit
  16. 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