e9870589b6
filter/mod: fix mutability
2018-09-10 16:22:28 -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
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
5afe774f40
crate: update bitflags
2017-07-10 11:35:49 +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
b48521108e
*: update dependencies
2017-02-19 01:45:05 +01:00
132c514e3f
*: returning &mut Self from setters was an awful idea
...
Deref breaks things.
2015-10-04 03:21:52 +02:00
56bb62eae3
filter/graph: implement Send
and Sync
2015-09-30 18:02:09 +02:00
510e8604b6
*: refactor setters to return self
2015-09-26 18:01:23 +02:00
2ca44d08d4
*: fix UB with CString usage
2015-09-22 02:44:13 +02:00
4471ffc934
filter/source: add flush()
method
2015-09-19 12:32:59 +02:00
056293a244
filter/graph: add dump()
method
2015-09-09 20:25:27 +02:00
d1e693965c
filter/sink: add set_frame_size()
2015-09-08 19:11:18 +02:00
2a3a4e6169
filter: add avfilter wrapper
2015-09-04 16:36:04 +02:00