Polochon-street and GitHub
c53730e7ab
Fix raspberry pi support ( #171 )
2024-01-03 21:35:17 +01:00
AdrianEddy and GitHub
849eeb8d86
FFmpeg 6.1 support ( #165 )
2023-12-03 19:55:27 +01:00
AdrianEddy and GitHub
64ae502f34
Merge branch 'zmwangx:master' into master
2023-03-13 16:07:38 +01:00
Polochon-street
1e58806354
Fix clippy (again)
2023-03-12 13:58:15 +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
022eaa28cf
Fix clippy
2022-09-07 23:49:28 +02: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
lifningand lifning
d5e9f34b6a
fix build on platforms where std::os::raw::c_char is not i8
...
c_char may be i8 or u8, depending on target platform: https://doc.rust-lang.org/std/os/raw/type.c_char.html
2021-07-28 13:18:27 -07: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
b0722df007
Fix clippy::match_like_matches_macro
2020-10-11 10:10:08 +08:00
Maor Kleinberger and Zhiming Wang
6a7a69e1e7
util::error: drop reserved errnos that are not available on Windows
...
Signed-off-by: Zhiming Wang <i@zhimingwang.org >
2020-08-12 10:30:11 +08:00
Zhiming Wang
c9d223e8fe
util::error: correct comment regarding errno reexports
2020-08-09 13:57:43 +08:00
Zhiming Wang
81e142c6b7
util: introduce new Error variant Error:Other { errno }
...
Do not hide all the POSIX error codes behind a useless Error::Unknown.
Fixes #24 .
2020-08-08 23:16:09 +08:00
Kornel Lesiński and Zhiming Wang
53570d13d7
Add Debug for dictionary
2020-08-07 22:42:17 +08:00
Zhiming Wang
d3270133be
Add log::util module
2020-08-03 18:46:49 +08: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 Hellhake and Zhiming Wang
65be233a12
Add Raspberry Pi compatibility
...
Signed-off-by: Zhiming Wang <i@zhimingwang.org >
2020-07-24 22:18:58 +08:00
Zhiming Wang
d4c64458db
Fix ARM compatibility
...
Tested to successfully compile in an arm64v8/debian:buster container (running
on an x64 box through qemu-aarch64). Should work on armhf too, though haven't
tested yet.
2020-07-24 20:27:58 +08:00