53 Commits

Author SHA1 Message Date
meh
930af9d581 util/frame: take advantage of Deref 2015-05-15 21:51:25 +02:00
meh
96563ed391 cargo: add features 2015-05-15 21:28:03 +02:00
meh
5c402a1256 util: move SampleFormat and PixelFormat to util::format 2015-05-13 23:36:08 +02:00
meh
e48ee1e3eb codec/subtitle: support empty rects 2015-05-13 22:31:21 +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
604c6549fb format/format: use lifetime elision 2015-05-12 20:07:50 +02:00
meh
3c227329ae codec/subtitle: use lifetime elision 2015-05-12 20:07:33 +02:00
meh
b083d029da codec/packet: use lifetime elision 2015-05-12 20:07:19 +02:00
meh
5436f264a9 codec/codec: use lifetime elision 2015-05-12 20:07:06 +02:00
meh
2f4ca56e46 format/stream: use lifetime elision 2015-05-12 20:05:29 +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
1e594ef40c format/context: drop useless lifetime parameter and use elision 2015-05-12 19:57:52 +02:00
meh
46a9746e00 device: take advantage of lifetime elision 2015-05-12 19:55:48 +02:00
meh
8a8ee131d7 codec/packet: take advantage of lifetime elision 2015-05-12 19:45:15 +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
72025673c9 util/picture: add picture::Type 2015-05-12 19:19:52 +02:00
meh
72e300f09e codec/subtitle: improve Subtitle handling 2015-05-12 18:21:02 +02:00
meh
9a22b27733 device: fix style 2015-05-12 18:19:53 +02:00
meh
bd4cfd56dc codec/picture: add Picture 2015-05-12 18:19:30 +02:00
meh
0174c8f01b util/dictionary: some style fixes 2015-05-12 18:18:32 +02:00
meh
ebdd8fb349 format/context: some style fixes 2015-05-12 18:18:14 +02:00
meh
e004eb9124 codec/context: some style fixes 2015-05-12 18:17:47 +02:00
meh
944c817774 codec/codec: fix PhantomData type 2015-05-12 18:16:47 +02:00
meh
1150527c35 device: add handling 2015-05-12 03:58:34 +02:00
meh
b7a015c79a format: add Format, format::Context and Stream 2015-05-12 03:57:17 +02:00
meh
67efc8b686 format/network: add network helpers 2015-05-12 03:55:41 +02:00
meh
59e067cb4d format: export PixelFormat and SampleFormat 2015-05-12 03:53:54 +02:00
meh
a45c011fbc format: add base 2015-05-12 03:53:19 +02:00
meh
66901497ab codec: add various Codec related stuff 2015-05-12 03:49:55 +02:00
meh
9c8ca6601f codec/discard: add Discard 2015-05-12 03:48:11 +02:00
meh
64c6678f04 codec/subtitle: add Subtitle 2015-05-12 03:46:25 +02:00
meh
42564d0d5e codec/packet: add Packet and packet::SideData 2015-05-12 03:44:45 +02:00
meh
496f3759ec codec/id: add codec::Id 2015-05-12 03:33:33 +02:00
meh
308e36ee48 codec: add base 2015-05-12 03:33:13 +02:00
meh
2ff14a2043 util/frame: add Frame, frame::Video and frame::Audio 2015-05-12 03:25:29 +02:00
meh
1a9ca7a4a0 util/pixel_format: add PixelFormat 2015-05-12 03:23:29 +02:00
meh
403989a85c util/sample_format: add SampleFormat 2015-05-12 03:22:51 +02:00
meh
7cd4a3d531 util/media: add media::Type 2015-05-12 03:21:32 +02:00
meh
8d828575df util/color_range: add ColorRange 2015-05-12 03:17:17 +02:00
meh
1aea2f63f7 util/color_space: add ColorSpace 2015-05-12 03:16:36 +02:00
meh
ae148f4e59 util/rational: add Rational 2015-05-12 03:15:38 +02:00
meh
1c2b78a3f2 util/dictionary: add Dictionary 2015-05-12 03:12:55 +02:00
meh
4e79ee9ae9 crate: ignore some warnings 2015-05-12 03:11:57 +02:00