50 Commits
Author SHA1 Message Date
Polochon-streetandGitHub c53730e7ab Fix raspberry pi support (#171) 2024-01-03 21:35:17 +01:00
AdrianEddyandGitHub 849eeb8d86 FFmpeg 6.1 support (#165) 2023-12-03 19:55:27 +01:00
AdrianEddy 10733b732f Add ffmpeg 6.0 support 2023-02-27 12:06:58 +01:00
AdrianEddy baf16ed864 Don't crash, just warn 2022-12-14 05:57:54 +01:00
AdrianEddy 792db4cc98 Make it compile with ffmpeg-master 2022-12-01 18:10:30 +01:00
Polochon-street b6b2311fcf Bump to 5.1.1 2022-08-08 18:37:14 +02:00
Polochon-street 22ad8b9598 Bump version to use ffmpeg 5 2022-02-11 17:58:42 +01:00
Polochon-street 19ab5f67ad Fix linting errors 2021-07-07 16:52:30 +02:00
Zero 9c7ecb9b53 Initial ffmpeg 4.4 support 2021-05-06 17:08:45 -04:00
Zhiming Wang b28e852eb0 Implement automatic FFmpeg version detection
Based on ffmpeg-sys-next 4.3.2.
2020-08-02 11:44:13 +08:00
Zhiming Wang e947bc5606 Fix clippy::transmute_ptr_to_ptr 2020-07-26 12:26:20 +08:00
Zhiming Wang c9c6031a53 Fix clippy::ptr_offset_with_cast 2020-07-26 01:01:21 +08:00
Zhiming Wang 73b66ea438 Fix clippy::redundant_field_names 2020-07-26 01:01:13 +08:00
Tim HellhakeandZhiming Wang 65be233a12 Add Raspberry Pi compatibility
Signed-off-by: Zhiming Wang <i@zhimingwang.org>
2020-07-24 22:18:58 +08:00
Zhiming Wang 15c87a7837 Add FFmpeg 4.3 specific code 2020-06-17 01:51:38 +08:00
Zhiming Wang 036c0e5b42 Fix duplicate enum variant issues for FFmpeg 3.4 2020-06-11 23:18:47 +08:00
Zhiming Wang fcca68ae5e Add FFmpeg 4.2 specific code 2020-06-01 14:42:39 +08:00
Zhiming Wang a69a457e3a Add FFmpeg 4.1 specific code 2020-06-01 14:15:33 +08:00
Zhiming Wang 6220b88ef2 util/format/pixel: drop deprecated error::Error::description 2020-06-01 13:39:59 +08:00
Zhiming Wang 506f66ac51 Fix issues related to duplicate enum variants
C enums allow duplicate variants, but Rust enums don't. At some point bindgen
switched to generating duplicate variants as associated constants instead of
module-level constants, so use SomeEnum::* broke. Here we switch to associated
constants in the native API as well.
2020-06-01 13:36:50 +08:00
Zhiming Wang 13a2354a2c Fix bare_trait_objects deprecation 2020-05-31 14:16:23 +08:00
Zhiming Wang d3c10e4068 Fix libc::uint8_t deprecation 2020-05-31 14:16:23 +08:00
Zhiming Wang cd6c9d972b Fix std::error::Error::description deprecation 2020-05-31 14:16:23 +08:00
Zhiming Wang a7eee9142f Revert 8199541 and guard with not(ffmpeg4) 2018-09-19 17:08:42 -04:00
Zhiming Wang 0e05c0bb29 Mark new macros introduced in 2c5abbf as ffmpeg4 2018-09-19 16:54:16 -04:00