|
7a8643f2cc
|
Migrate crates to Rust edition 2021 (#24)
* Migrate ffmpeg-sys to Edition 2021
* Migrate ffmpeg to Edition 2021
* Remove now-redundant imports
* Reorder imports after edition migration
|
2024-04-06 21:31:36 -04:00 |
|
|
22ad8b9598
|
Bump version to use ffmpeg 5
|
2022-02-11 17:58:42 +01:00 |
|
|
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 |
|
|
d56ac34413
|
*: use is_null instead of == ptr::null()
|
2015-06-08 15:48:28 +02:00 |
|
|
1150527c35
|
device: add handling
|
2015-05-12 03:58:34 +02:00 |
|