1. 22 Dec, 2021 1 commit
  2. 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
  3. 14 Dec, 2021 1 commit
  4. 10 Nov, 2021 2 commits
  5. 05 Nov, 2021 1 commit
  6. 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
  7. 25 Oct, 2021 1 commit
  8. 21 Oct, 2021 1 commit
  9. 18 Oct, 2021 1 commit
  10. 17 Sep, 2021 1 commit
  11. 01 Sep, 2021 1 commit
  12. 19 Aug, 2021 1 commit
  13. 16 Aug, 2021 1 commit
  14. 12 Aug, 2021 1 commit
  15. 28 Jun, 2021 1 commit
  16. 24 Jun, 2021 1 commit
  17. 10 Jun, 2021 1 commit
  18. 09 Jun, 2021 2 commits
  19. 08 Jun, 2021 1 commit
  20. 07 Jun, 2021 1 commit
  21. 04 Jun, 2021 1 commit
  22. 01 Jun, 2021 1 commit
  23. 21 May, 2021 2 commits
  24. 11 May, 2021 1 commit
  25. 27 Apr, 2021 1 commit
  26. 31 Mar, 2021 1 commit
  27. 24 Mar, 2021 1 commit
  28. 12 Mar, 2021 1 commit
  29. 10 Mar, 2021 1 commit
  30. 12 Feb, 2021 1 commit
  31. 11 Feb, 2021 1 commit
  32. 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
  33. 27 Jan, 2021 1 commit
  34. 25 Jan, 2021 1 commit
  35. 22 Jan, 2021 1 commit
  36. 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