1. 21 Dec, 2021 1 commit
    • Kai Zhang's avatar
      Log io usage (#5038) · da7680f0
      Kai Zhang authored
      * add api usage log for io
      
      * cover VideoReader
      
      * cover c++ APIs
      
      * add api usage log for io
      
      * cover VideoReader
      
      * cover c++ APIs
      
      * add _cpp suffix to c++ APIs
      
      * use new API and change cpp format
      
      * remove _cpp suffix
      
      * adopt new API
      
      * lint
      da7680f0
  2. 14 Dec, 2021 1 commit
  3. 10 Nov, 2021 2 commits
  4. 05 Nov, 2021 1 commit
  5. 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
  6. 25 Oct, 2021 1 commit
  7. 21 Oct, 2021 1 commit
  8. 18 Oct, 2021 1 commit
  9. 17 Sep, 2021 1 commit
  10. 01 Sep, 2021 1 commit
  11. 19 Aug, 2021 1 commit
  12. 16 Aug, 2021 1 commit
  13. 12 Aug, 2021 1 commit
  14. 28 Jun, 2021 1 commit
  15. 24 Jun, 2021 1 commit
  16. 10 Jun, 2021 1 commit
  17. 09 Jun, 2021 2 commits
  18. 08 Jun, 2021 1 commit
  19. 07 Jun, 2021 1 commit
  20. 04 Jun, 2021 1 commit
  21. 01 Jun, 2021 1 commit
  22. 21 May, 2021 2 commits
  23. 11 May, 2021 1 commit
  24. 27 Apr, 2021 1 commit
  25. 31 Mar, 2021 1 commit
  26. 24 Mar, 2021 1 commit
  27. 12 Mar, 2021 1 commit
  28. 10 Mar, 2021 1 commit
  29. 12 Feb, 2021 1 commit
  30. 11 Feb, 2021 1 commit
  31. 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
  32. 27 Jan, 2021 1 commit
  33. 25 Jan, 2021 1 commit
  34. 22 Jan, 2021 1 commit
  35. 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
  36. 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