617 Commits

Author SHA1 Message Date
meh
623f798ca4 crate: disable unused unstable features 2015-06-10 22:04:37 +02:00
meh
348623e8cc util/frame/video: use a trait instead of type_of 2015-06-10 22:04:18 +02:00
meh
0bed7e7346 util/frame/audio: use a trait instead of type_of 2015-06-10 22:03:59 +02:00
meh
24af20b79d format/context: do not use unstable to_cstring 2015-06-10 22:03:25 +02:00
meh
72965fc57a format/context: make it Send 2015-06-09 23:47:31 +02:00
meh
32bf1b37ac util/frame: only Frame needs to be Send 2015-06-09 23:47:10 +02:00
meh
e188c69030 format/context: use AsRef<Path> instead of Path 2015-06-08 20:41:32 +02:00
meh
1fa4cfefc6 crate: bump version 2015-06-08 15:53:46 +02:00
meh
6c7db403f2 software/resampling: add wrapper 2015-06-08 15:53:21 +02:00
meh
2439e67fd0 software/scaling/context: allocate the output if it's empty 2015-06-08 15:52:45 +02:00
meh
c7ec5a8117 util/frame/video: improve ergonomics 2015-06-08 15:52:22 +02:00
meh
02ea528c26 util/frame/audio: improve ergonomics 2015-06-08 15:52:01 +02:00
meh
065337925f util/frame: add predicate for emptyness 2015-06-08 15:51:04 +02:00
meh
ea89b6f73f format/context: add a packets iterator 2015-06-08 15:49:54 +02:00
meh
a290eebdfb codec/packet: add read/write support 2015-06-08 15:49:36 +02:00
meh
d56ac34413 *: use is_null instead of == ptr::null() 2015-06-08 15:48:28 +02:00
meh
ff1b880be6 *: make internal pointer handling safer 2015-06-04 03:03:19 +02:00
meh
b2c9dc3747 util/format/sample: improve ergonomics 2015-06-01 20:32:53 +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
7ac2d29718 codec/decoder/audio: use ChannelLayout 2015-06-01 18:34:22 +02:00
meh
e05dd04882 util/channel_layout: add ChannelLayout 2015-06-01 18:34:01 +02:00
meh
21141b502a codec/decoder/audio: change rate type to u32 2015-06-01 16:57:16 +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
fd7ff33f68 codec/picture: allow data to return more types 2015-06-01 16:34:35 +02:00
meh
f8d4403c3a util/frame/video: derive PartialEq and Eq 2015-05-31 19:29:04 +02:00
meh
636a372121 util/frame/audio: derive PartialEq and Eq 2015-05-31 19:28:51 +02:00
meh
5e56fc5e04 codec/encoder: add frame_rate accessor 2015-05-31 19:06:23 +02:00
meh
a5df1a3a60 codec/decoder: add frame_rate accessor 2015-05-31 19:01:23 +02:00
meh
22e98c30a9 codec/decoder/audio: change channels type to u16 2015-05-31 18:59:14 +02:00
meh
daeec01897 util/format/sample: change channels type to u16 2015-05-31 18:58:43 +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
46a5f863c8 util/rational: implement Debug and Display 2015-05-30 17:01:38 +02:00
meh
dae7e523f6 util/frame/video: add picture_mut getter 2015-05-29 22:11:56 +02:00
meh
70633b1349 cargo: prepare for release 2015-05-29 19:34:49 +02:00
meh
27fa8c5878 util/frame/video: implement DerefMut 2015-05-28 20:16:41 +02:00
meh
c1d4a1f136 util/frame/audio: implement DerefMut 2015-05-28 20:16:32 +02:00
meh
82ab89d1bf format/context: implement DerefMut 2015-05-28 20:16:17 +02:00
meh
547ea2829e codec/encoder/video: implement DerefMut 2015-05-28 20:16:00 +02:00
meh
6f07c48a04 codec/encoder/subtitle: implement DerefMut 2015-05-28 20:15:47 +02:00
meh
cd9db3adc5 codec/encoder: implement DerefMut 2015-05-28 20:15:29 +02:00
meh
f6e1690292 codec/encoder/audio: implement DerefMut 2015-05-28 20:15:13 +02:00
meh
373ea95b2b codec/decoder/video: implement DerefMut 2015-05-28 20:14:59 +02:00
meh
cad2e451c6 codec/decoder/subtitle: implement DerefMut 2015-05-28 20:14:45 +02:00
meh
5803c023ec codec/decoder: implement DerefMut 2015-05-28 20:13:50 +02:00
meh
3b3f633c39 codec/decoder/audio: implement DerefMut 2015-05-28 20:13:32 +02:00
meh
007947dde2 codec/context: implement DerefMut 2015-05-28 20:11:42 +02:00
meh
deb08c60a0 software/scaling/context: update definitions on cached call 2015-05-28 18:44:18 +02:00