Commit Graph

113 Commits

Author SHA1 Message Date
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
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
e05dd04882 util/channel_layout: add ChannelLayout 2015-06-01 18:34:01 +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
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
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
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
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
b57bff3e61 util/frame/video: rename new to empty and make new allocate the buffers 2015-05-27 18:58:07 +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
aa5d34ad8e util/rational: implement missing features 2015-05-26 20:39:00 +02:00
meh
7802046e28 util/frame/video: add repeat getter 2015-05-26 20:38:30 +02:00
meh
038440dd41 util/frame: change best_effort_timestamp to timestamp 2015-05-26 20:37:01 +02:00
meh
883654ebda util/time: add time helpers 2015-05-26 20:36:27 +02:00
meh
df52ef68d8 util/error: make index a private function 2015-05-24 19:13:20 +02:00
meh
5b80b10949 util/error: refactor error handling 2015-05-24 18:51:34 +02:00
meh
2716893612 util/error: add more helpers 2015-05-24 16:11:58 +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
00508e2485 util/error: make it Send and Clone 2015-05-21 20:20:16 +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
8bdb50ebaf util/error: implement From for Error 2015-05-16 14:44:48 +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
3a1af24d2f util/color: move color enums to their own module 2015-05-13 15:16:42 +02:00
meh
7c213c2516 util/frame: add Frame::aspect_ratio 2015-05-12 20:03:16 +02:00
meh
47f010a3cb util/sample_format: use lifetime elision 2015-05-12 20:01:38 +02:00
meh
e07c7ec4cd util/frame: use lifetime elision 2015-05-12 20:00:56 +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