PR: Add PyTorch FFmpeg to wheel and conda distributions (#2596)
* Add PyTorch FFmpeg to wheel and conda distributions
* Try to install wget from conda
* Add yq flag on Mac
* Correct copy instructions
* Use cURL on Windows
* Call bzip2 directly due to msys2/MSYS2-packages#1548
* Copy ffmpeg binaries to system-wide directories
* Try to use std:c++17 on Windows
* Try to define ssize_t on Windows
* Use C++14
* Declare AVRational structs explicitly
* Initialize AVRational explicitly
* Replace macro to prevent errors on Windows
* Replace AV_TIME_BASE_Q
* Add library paths for video extension
* Force ffmpeg from pytorch channels?
* Fix clang style warnings
* Update CONDA_CHANNEL_FLAGS
* Fix clang style issues
* Update unittest
* Use FFmpeg 4.2
* Install correct version on Mac
* Pin av version to 8.0.0
* Fix string formatting issue
* Fix pip pinning
* Try with 8.0.1
* Use av 8.0.2
* Remove trailling whitespaces
* Disable test_io_opt.py
* Disable test_datasets_video_utils
Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
Showing
Please register or sign in to comment