8 Commits
Author SHA1 Message Date
Zhiming Wang 73b66ea438 Fix clippy::redundant_field_names 2020-07-26 01:01:13 +08: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 7d980a693e *: fix warnings
- Don't use deprecated function for packet dropping
- Fix compiler warning about values, which do not need to be mutable
2017-09-19 14:36:35 +02:00
Tadas Barzdžiusandmeh 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
lummaxandmeh 56bb62eae3 filter/graph: implement Send and Sync 2015-09-30 18:02:09 +02:00
meh 2ca44d08d4 *: fix UB with CString usage 2015-09-22 02:44:13 +02:00
lummaxandmeh 056293a244 filter/graph: add dump() method 2015-09-09 20:25:27 +02:00
meh 2a3a4e6169 filter: add avfilter wrapper 2015-09-04 16:36:04 +02:00