|
a5a112713c
|
util: fix formatting
|
2017-06-22 22:16:46 +02:00 |
|
|
1dd672546d
|
util: fix code style
|
2017-06-22 22:16:46 +02:00 |
|
|
62739b803d
|
util: fix formatting
|
2017-06-22 22:16:46 +02:00 |
|
|
0f48e9472b
|
frame/video: make plane_height() public
|
2017-06-22 22:16:46 +02:00 |
|
|
c873287eb8
|
frame/video: use correct height in video frame data getters
|
2017-06-22 22:16:46 +02:00 |
|
|
b14dd01126
|
frame/audio: fix return type of frame::Audio::plane_mut()
|
2017-06-14 13:01:15 +02:00 |
|
|
b48521108e
|
*: update dependencies
|
2017-02-19 01:45:05 +01:00 |
|
|
90291de572
|
frame/video: add stride() getter
|
2016-12-28 23:42:29 +01:00 |
|
|
2ed824aaac
|
*: upgrade to 3.2
Fix errors when built with https://github.com/meh/rust-ffmpeg-sys/pull/35.
|
2016-11-27 23:16:47 +01:00 |
|
|
fafcf1d433
|
*: check unsafe slice creation
|
2016-05-01 02:01:00 +02:00 |
|
|
2e054ed1c3
|
util/frame: inline drop
|
2015-11-05 14:37:41 +01:00 |
|
|
62ebd122ac
|
util/frame/video: add more inline attributes
|
2015-10-29 06:04:21 +01:00 |
|
|
65d5ab89bb
|
util/frame/audio: refactor data() and data_mut()
|
2015-10-26 14:44:26 +01:00 |
|
|
8298586d9f
|
util/frame/video: refactor data() and data_mut()
|
2015-10-26 14:44:06 +01:00 |
|
|
b7687b9bd9
|
util/frame/video: add inline attributes
|
2015-10-14 17:44:23 +02:00 |
|
|
5c4ac30f20
|
util/frame: add iniline attributes
|
2015-10-14 17:44:06 +02:00 |
|
|
132c514e3f
|
*: returning &mut Self from setters was an awful idea
Deref breaks things.
|
2015-10-04 03:21:52 +02:00 |
|
|
a544f0827c
|
util/frame: make it Sync
|
2015-09-29 01:11:14 +02:00 |
|
|
33a116023e
|
util/frame: make pts return Option<i64>
|
2015-09-28 02:25:26 +02:00 |
|
|
510e8604b6
|
*: refactor setters to return self
|
2015-09-26 18:01:23 +02:00 |
|
|
d908df7ab8
|
frame/video: add set_kind() method
|
2015-09-19 12:38:47 +02:00 |
|
|
3f282a8202
|
util/frame: make set_pts take an Option
|
2015-09-09 16:44:58 +02:00 |
|
|
7c42d6a2e9
|
util/frame: implement set_pts()
|
2015-09-09 13:49:20 +02:00 |
|
|
f2fb08e491
|
util/dictionary: refactor and make more sound
|
2015-09-08 18:26:29 +02:00 |
|
|
b5c7d27f96
|
frame/video: implement From<Frame>
|
2015-09-02 12:43:52 +02:00 |
|
|
71d14e15ba
|
frame/audio: implement From<Frame>
|
2015-09-02 12:43:44 +02:00 |
|
|
5332dabffa
|
util/frame/video: set alignment to 32 in av_frame_get_buffer()
In all places where the function `av_frame_get_buffer()` was used on a video
frame in the ffmpeg sources the value `32` was used as an alignment.
|
2015-08-31 22:47:29 +02:00 |
|
|
c0049beaba
|
util/frame/audio: set alignment to 0 in av_frame_get_buffer()
In all places where the function `av_frame_get_buffer()` was used on an audio
frame in the ffmpeg sources the value `0` was used as an alignment.
Also [1] states the value `0` as the default alignment.
[1]: http://www.ffmpeg.org/doxygen/2.7/group__lavu__sampfmts.html#gaa7368bc4e3a366b688e81938ed55eb06
|
2015-08-31 22:43:46 +02:00 |
|
|
e063da22a4
|
frame/side_data: add inline attributes
|
2015-08-14 19:33:06 +02:00 |
|
|
7dc9858ee0
|
frame/video: change some inline attributes
|
2015-08-05 19:32:48 +02:00 |
|
|
61b2e5b81b
|
frame/audio: change some inline attributes
|
2015-08-05 19:31:37 +02:00 |
|
|
19b0351574
|
frame/audio: add inline attributes
|
2015-08-05 17:08:15 +02:00 |
|
|
3c138fe189
|
frame/audio: make Sample unsafe and add more implementations
|
2015-08-04 15:42:34 +02:00 |
|
|
898069692d
|
frame/video: make Component unsafe
|
2015-08-04 15:31:05 +02:00 |
|
|
c1b1a5b722
|
frame/video: implement Component for a couple more types
|
2015-08-04 14:38:42 +02:00 |
|
|
67b683169c
|
crate: add image support
|
2015-08-03 18:52:30 +02:00 |
|
|
8d4ee5f8bf
|
util/frame/audio: implement Debug
|
2015-07-15 14:23:07 +02:00 |
|
|
bb4263b7be
|
util/rational: some more refactoring
|
2015-06-25 22:23:33 +02:00 |
|
|
348623e8cc
|
util/frame/video: use a trait instead of type_of
|
2015-06-10 22:04:18 +02:00 |
|
|
0bed7e7346
|
util/frame/audio: use a trait instead of type_of
|
2015-06-10 22:03:59 +02:00 |
|
|
32bf1b37ac
|
util/frame: only Frame needs to be Send
|
2015-06-09 23:47:10 +02:00 |
|
|
c7ec5a8117
|
util/frame/video: improve ergonomics
|
2015-06-08 15:52:22 +02:00 |
|
|
02ea528c26
|
util/frame/audio: improve ergonomics
|
2015-06-08 15:52:01 +02:00 |
|
|
065337925f
|
util/frame: add predicate for emptyness
|
2015-06-08 15:51:04 +02:00 |
|
|
ff1b880be6
|
*: make internal pointer handling safer
|
2015-06-04 03:03:19 +02:00 |
|
|
d737ccdc37
|
util/samples: use ChannelLayout
|
2015-06-01 20:32:25 +02:00 |
|
|
956ed014d7
|
util/frame/audio: use ChannelLayout
|
2015-06-01 18:34:42 +02:00 |
|
|
ea6b10ba84
|
util/frame/audio: change rate type to u32
|
2015-06-01 16:57:04 +02:00 |
|
|
72895052e6
|
util/frame/audio: add samples accessor
|
2015-06-01 16:52:19 +02:00 |
|
|
f8d4403c3a
|
util/frame/video: derive PartialEq and Eq
|
2015-05-31 19:29:04 +02:00 |
|