Zhiming Wang
|
d3270133be
|
Add log::util module
|
2020-08-03 18:46:49 +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 Barzdziusandmeh
|
991bbc24e8
|
format: add interrupt callback support
|
2017-07-08 17:05:44 +02:00 |
|
meh
|
c66aa6efbb
|
util/dictionary: add a dict! macro to create a dictionary
|
2015-10-26 20:25:44 +01:00 |
|
 lummaxandmeh
|
03740c31c0
|
util/mathematics: add rounding and rescaling
|
2015-10-25 23:28:27 +01:00 |
|
 lummaxandmeh
|
a736c8b438
|
format/context/input: add seek() method
|
2015-10-14 18:24:11 +02:00 |
|
meh
|
4cc4ba3579
|
util: add inline attributes
|
2015-10-01 20:43:40 +02:00 |
|
meh
|
67a2c60a33
|
util/option: add some basic options handling
|
2015-09-04 16:34:02 +02:00 |
|
meh
|
02ea528c26
|
util/frame/audio: improve ergonomics
|
2015-06-08 15:52:01 +02:00 |
|
meh
|
e05dd04882
|
util/channel_layout: add ChannelLayout
|
2015-06-01 18:34:01 +02:00 |
|
meh
|
72895052e6
|
util/frame/audio: add samples accessor
|
2015-06-01 16:52:19 +02:00 |
|
meh
|
883654ebda
|
util/time: add time helpers
|
2015-05-26 20:36:27 +02:00 |
|
meh
|
2dd658f337
|
util/frame: add some more accessors
|
2015-05-15 21:58:28 +02:00 |
|
meh
|
5c402a1256
|
util: move SampleFormat and PixelFormat to util::format
|
2015-05-13 23:36:08 +02:00 |
|
meh
|
3a1af24d2f
|
util/color: move color enums to their own module
|
2015-05-13 15:16:42 +02:00 |
|
meh
|
72025673c9
|
util/picture: add picture::Type
|
2015-05-12 19:19:52 +02:00 |
|
meh
|
2ff14a2043
|
util/frame: add Frame, frame::Video and frame::Audio
|
2015-05-12 03:25:29 +02:00 |
|
meh
|
1a9ca7a4a0
|
util/pixel_format: add PixelFormat
|
2015-05-12 03:23:29 +02:00 |
|
meh
|
403989a85c
|
util/sample_format: add SampleFormat
|
2015-05-12 03:22:51 +02:00 |
|
meh
|
7cd4a3d531
|
util/media: add media::Type
|
2015-05-12 03:21:32 +02:00 |
|
meh
|
8d828575df
|
util/color_range: add ColorRange
|
2015-05-12 03:17:17 +02:00 |
|
meh
|
1aea2f63f7
|
util/color_space: add ColorSpace
|
2015-05-12 03:16:36 +02:00 |
|
meh
|
ae148f4e59
|
util/rational: add Rational
|
2015-05-12 03:15:38 +02:00 |
|
meh
|
1c2b78a3f2
|
util/dictionary: add Dictionary
|
2015-05-12 03:12:55 +02:00 |
|
meh
|
eef3e9c556
|
util/error: add error handling
|
2015-05-07 04:32:32 +02:00 |
|