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. 25 Oct, 2021 1 commit
  3. 21 Oct, 2021 1 commit
  4. 18 Oct, 2021 1 commit
  5. 17 Sep, 2021 1 commit
  6. 01 Sep, 2021 1 commit
  7. 19 Aug, 2021 1 commit
  8. 16 Aug, 2021 1 commit
  9. 12 Aug, 2021 1 commit
  10. 28 Jun, 2021 1 commit
  11. 24 Jun, 2021 1 commit
  12. 10 Jun, 2021 1 commit
  13. 09 Jun, 2021 2 commits
  14. 08 Jun, 2021 1 commit
  15. 07 Jun, 2021 1 commit
  16. 04 Jun, 2021 1 commit
  17. 01 Jun, 2021 1 commit
  18. 21 May, 2021 2 commits
  19. 11 May, 2021 1 commit
  20. 27 Apr, 2021 1 commit
  21. 31 Mar, 2021 1 commit
  22. 24 Mar, 2021 1 commit
  23. 12 Mar, 2021 1 commit
  24. 10 Mar, 2021 1 commit
  25. 12 Feb, 2021 1 commit
  26. 11 Feb, 2021 1 commit
  27. 28 Jan, 2021 2 commits
    • Vasilis Vryniotis's avatar
      Add namespace on image C++ codebase (#3312) · 7621a8ed
      Vasilis Vryniotis authored
      * Moving jpegcommon inside cpu implementation
      
      * Adding namespaces on image and moving private methods to anonymous.
      
      * Fixing headers.
      
      * Renaming public image methods to match the ones on python.
      
      * Refactoring to remove the double ifs in common_jpeg.h
      7621a8ed
    • Vasilis Vryniotis's avatar
      Restructure the video/video_reader C++ codebase (#3311) · e95a3d22
      Vasilis Vryniotis authored
      * Moving registration of video methods in Video.cpp and removing unnecessary includes.
      
      * Rename files according to cpp styles.
      
      * Adding namespaces and moving private methods to anonymous namespaces.
      
      * Syncing method names.
      
      * Fixing minor issues.
      e95a3d22
  28. 27 Jan, 2021 1 commit
  29. 25 Jan, 2021 1 commit
  30. 22 Jan, 2021 1 commit
  31. 20 Dec, 2020 1 commit
    • Siddhant Bansal's avatar
      Clean up and Document io.image enhancements (#3193) · af5cb00c
      Siddhant Bansal authored
      * Update ImageReadMode error messages, add newline at the end of image_read_mode.h, replace define with const in image_read_mode.h, add documentation to ImageReadMode enum
      
      * Update readpng_cpu and readjpeg_cpu error messages
      
      * Update image.py documentation
      af5cb00c
  32. 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