Commit Graph

31 Commits

Author SHA1 Message Date
meh
132c514e3f *: returning &mut Self from setters was an awful idea
Deref breaks things.
2015-10-04 03:21:52 +02:00
meh
a544f0827c util/frame: make it Sync 2015-09-29 01:11:14 +02:00
meh
33a116023e util/frame: make pts return Option<i64> 2015-09-28 02:25:26 +02:00
meh
510e8604b6 *: refactor setters to return self 2015-09-26 18:01:23 +02:00
meh
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
meh
f2fb08e491 util/dictionary: refactor and make more sound 2015-09-08 18:26:29 +02:00
meh
32bf1b37ac util/frame: only Frame needs to be Send 2015-06-09 23:47:10 +02:00
meh
065337925f util/frame: add predicate for emptyness 2015-06-08 15:51:04 +02:00
meh
ff1b880be6 *: make internal pointer handling safer 2015-06-04 03:03:19 +02:00
meh
97b6100810 util/frame: fix cloning 2015-05-31 18:57:37 +02:00
meh
34cbbf08c5 util/frame: add copy method to copy properties 2015-05-28 18:21:08 +02:00
meh
c7f0b15fdc util/frame/flag: change flags API style 2015-05-28 18:15:14 +02:00
meh
823f4a7ef4 util/frame: avoid using ffmpeg frame refs 2015-05-28 14:09:06 +02:00
meh
038440dd41 util/frame: change best_effort_timestamp to timestamp 2015-05-26 20:37:01 +02:00
meh
73accc66b5 util/frame: split it up in files 2015-05-21 20:38:34 +02:00
meh
41a35bc542 util/frame: make it Send 2015-05-21 20:24:48 +02:00
meh
08d1188d2c util/frame: change some types 2015-05-21 20:24:23 +02:00
meh
b9e6eaeb93 util/frame: change width and height to u32 2015-05-19 04:31:34 +02:00
meh
bdc4c427a8 util/frame: make Flags a c_int for compatibility 2015-05-16 17:27:42 +02:00
meh
2dd658f337 util/frame: add some more accessors 2015-05-15 21:58:28 +02:00
meh
930af9d581 util/frame: take advantage of Deref 2015-05-15 21:51:25 +02:00
meh
5c402a1256 util: move SampleFormat and PixelFormat to util::format 2015-05-13 23:36:08 +02:00
meh
d5b024dea9 util/frame: add more accessors 2015-05-13 15:17:08 +02:00
meh
7c213c2516 util/frame: add Frame::aspect_ratio 2015-05-12 20:03:16 +02:00
meh
4a3d43afc1 util/frame: use lifetime elision 2015-05-12 19:58:37 +02:00
meh
37cbaa5660 util/frame: add Video::kind 2015-05-12 19:26:28 +02:00
meh
5ab02b8649 util/frame: add setters for Video::height and Video::width 2015-05-12 19:26:12 +02:00
meh
d0d706ea73 util/frame: add Audio::samples 2015-05-12 19:25:34 +02:00
meh
05921ce5d8 util/frame: handle unknown format case 2015-05-12 19:21:13 +02:00
meh
2ff14a2043 util/frame: add Frame, frame::Video and frame::Audio 2015-05-12 03:25:29 +02:00