dc2a82f890
software::resampling::Context: add get_with method ( #41 )
...
get_with allows setting additional options not covered by swr_alloc_set_opts.
Signed-off-by: Zhiming Wang <i@zhimingwang.org >
2020-12-13 10:39:04 +08:00
b31b5507fb
Add Send trait to resampling::Context
2020-08-07 22:31:11 +08:00
73b66ea438
Fix clippy::redundant_field_names
2020-07-26 01:01:13 +08:00
587ec66592
Fix libc::int64_t deprecation
2020-05-31 13:34:24 +08:00
a7ea073619
scaling and resampling contexts: fix null checks
...
dc6ace91ec
Fixes #1 .
2019-02-16 21:20:56 +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
0c2962c573
software/resampling: add some documentation
2016-05-24 18:01:55 +02:00
9fb581884d
software/resampling: rename next
to flush
2016-05-24 18:01:46 +02:00
6c7db403f2
software/resampling: add wrapper
2015-06-08 15:53:21 +02:00