|
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 |
|
|
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 |
|
|
5afe774f40
|
crate: update bitflags
|
2017-07-10 11:35:49 +02:00 |
|
|
b48521108e
|
*: update dependencies
|
2017-02-19 01:45:05 +01:00 |
|
|
a0882e0422
|
codec/decoder/slice: change flags API style
|
2015-05-28 18:13:35 +02:00 |
|
|
757088f46c
|
codec: refactor decoder and encoder
|
2015-05-16 17:28:25 +02:00 |
|