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
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
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
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
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
Zhiming Wang
2c5abbfe33
Add missing macros (FFmpeg 4.0.2)
2018-09-10 16:22:16 -04:00
Zhiming Wang
37d47c0d6e
Fix AV_PIX_FMT_XVMC situation
2018-09-10 15:08:52 -04:00
Zhiming Wang
8199541f09
Drop obselete macros (obselete wrt FFmpeg 4.0)
2018-09-10 14:39:28 -04:00
Tadas Barzdžius and meh
0bcd4550b8
*: format code with rustfmt and fix clippy suggestions
...
* Add avformat_close_input call to clean up AVFormantContext
* Format code with rustfmt
* Fix clippy lint double_parens
* Fix clippy lint deref_addrof
* Fix clippy lint identity_conversion
* Fix clippy lint match_ref_pats
* Fix clippy lint cast_lossless
* Fix clippy lint cmp_null
* Fix clippy lint clone_on_ref_ptr
* Fix clippy lint map_clone
* Fix clippy lint needless_borrow
* Fix clippy lint needless_pass_by_value
* Fix clippy lints for examples
* Fix clippy lint unused_io_amount
* Fix clippy lint new_without_default
* Ignore inline_always clippy lint
* Add vim temp files to .gitignore
2018-04-10 16:06:42 +02:00