9 Commits
Author SHA1 Message Date
AdrianEddyandGitHub 849eeb8d86 FFmpeg 6.1 support (#165) 2023-12-03 19:55:27 +01:00
Tadas Barzdžiusandmeh 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
Tadas Barzdžiusandmeh 5afe774f40 crate: update bitflags 2017-07-10 11:35:49 +02:00
meh b48521108e *: update dependencies 2017-02-19 01:45:05 +01:00
meh fc693f8bfc util/channel_layout: add default constructor 2016-05-23 23:06:00 +02:00
meh ae2cc97f65 util/channel_layout: add inline attributes 2015-10-14 17:46:23 +02:00
meh 19548810dd *: update to 2.8 2015-09-15 20:53:49 +02:00
lummaxandmeh 0e83f8a0c4 encoder/audio: add set_channels()
For this a method for `ChannelLayout` to retrieve the number of channels was
also added.
2015-08-31 22:59:35 +02:00
meh e05dd04882 util/channel_layout: add ChannelLayout 2015-06-01 18:34:01 +02:00