19ab5f67ad
Fix linting errors
2021-07-07 16:52:30 +02:00
e947bc5606
Fix clippy::transmute_ptr_to_ptr
2020-07-26 12:26:20 +08:00
c9c6031a53
Fix clippy::ptr_offset_with_cast
2020-07-26 01:01:21 +08:00
73b66ea438
Fix clippy::redundant_field_names
2020-07-26 01:01:13 +08:00
d3c10e4068
Fix libc::uint8_t deprecation
2020-05-31 14:16:23 +08: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
5ac0527bdc
*: use latest ffmpeg-sys using bindgen
...
* Update bindings to newest ffmpeg version for new ffmpeg-sys, which is mostly generated by bindgen
* Bring back removed feature flags
* Fix whitespace formating
* Remove prepended enum names to enum variants
* Remove unneeded allows
2017-07-08 17:00:27 +02:00
fafcf1d433
*: check unsafe slice creation
2016-05-01 02:01:00 +02:00
2d8485732a
util/format/sample: add inline attributes
2015-10-29 18:06:47 +01:00
2ca44d08d4
*: fix UB with CString usage
2015-09-22 02:44:13 +02:00
b2c9dc3747
util/format/sample: improve ergonomics
2015-06-01 20:32:53 +02:00
72895052e6
util/frame/audio: add samples accessor
2015-06-01 16:52:19 +02:00
daeec01897
util/format/sample: change channels type to u16
2015-05-31 18:58:43 +02:00
5c402a1256
util: move SampleFormat and PixelFormat to util::format
2015-05-13 23:36:08 +02:00