Commit Graph

25 Commits

Author SHA1 Message Date
b14dd01126 frame/audio: fix return type of frame::Audio::plane_mut() 2017-06-14 13:01:15 +02:00
fafcf1d433 *: check unsafe slice creation 2016-05-01 02:01:00 +02:00
meh
65d5ab89bb util/frame/audio: refactor data() and data_mut() 2015-10-26 14:44:26 +01:00
meh
132c514e3f *: returning &mut Self from setters was an awful idea
Deref breaks things.
2015-10-04 03:21:52 +02:00
meh
510e8604b6 *: refactor setters to return self 2015-09-26 18:01:23 +02:00
71d14e15ba frame/audio: implement From<Frame> 2015-09-02 12:43:44 +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
meh
61b2e5b81b frame/audio: change some inline attributes 2015-08-05 19:31:37 +02:00
meh
19b0351574 frame/audio: add inline attributes 2015-08-05 17:08:15 +02:00
meh
3c138fe189 frame/audio: make Sample unsafe and add more implementations 2015-08-04 15:42:34 +02:00
meh
8d4ee5f8bf util/frame/audio: implement Debug 2015-07-15 14:23:07 +02:00
meh
0bed7e7346 util/frame/audio: use a trait instead of type_of 2015-06-10 22:03:59 +02:00
meh
32bf1b37ac util/frame: only Frame needs to be Send 2015-06-09 23:47:10 +02:00
meh
02ea528c26 util/frame/audio: improve ergonomics 2015-06-08 15:52:01 +02:00
meh
ff1b880be6 *: make internal pointer handling safer 2015-06-04 03:03:19 +02:00
meh
d737ccdc37 util/samples: use ChannelLayout 2015-06-01 20:32:25 +02:00
meh
956ed014d7 util/frame/audio: use ChannelLayout 2015-06-01 18:34:42 +02:00
meh
ea6b10ba84 util/frame/audio: change rate type to u32 2015-06-01 16:57:04 +02:00
meh
72895052e6 util/frame/audio: add samples accessor 2015-06-01 16:52:19 +02:00
meh
636a372121 util/frame/audio: derive PartialEq and Eq 2015-05-31 19:28:51 +02:00
meh
064b9fe5c4 util/frame/audio: change channels type to u16 2015-05-31 18:58:23 +02:00
meh
97b6100810 util/frame: fix cloning 2015-05-31 18:57:37 +02:00
meh
c1d4a1f136 util/frame/audio: implement DerefMut 2015-05-28 20:16:32 +02:00
meh
049e8a6cdd util/frame/audio: rename new to empty and make new allocate the buffers 2015-05-27 18:57:57 +02:00
meh
73accc66b5 util/frame: split it up in files 2015-05-21 20:38:34 +02:00