616 Commits

Author SHA1 Message Date
meh
bdc4c427a8 util/frame: make Flags a c_int for compatibility 2015-05-16 17:27:42 +02:00
meh
bcde567734 format/stream: make Disposition a c_int for compatibility 2015-05-16 17:27:22 +02:00
meh
fbf4bb8f73 codec/subtitle: make Flags a c_int for compatibility 2015-05-16 17:27:02 +02:00
meh
58240987d6 codec/packet: make Flags a c_int for compatibility 2015-05-16 17:26:32 +02:00
meh
f93ab9488a codec/context: add some accessors 2015-05-16 17:25:57 +02:00
meh
68a72feb08 codec/debug: add bitflags 2015-05-16 17:25:31 +02:00
meh
2c3b0e2936 codec/compliance: add enum 2015-05-16 17:25:10 +02:00
meh
706f64c133 codec/field_order: add enum 2015-05-16 17:24:33 +02:00
meh
ded50e95a9 codec/audio_service: add enum 2015-05-16 17:20:45 +02:00
meh
6090985707 codec: refactor API 2015-05-16 14:45:21 +02:00
meh
8bdb50ebaf util/error: implement From for Error 2015-05-16 14:44:48 +02:00
meh
7f6d694a7d codec: rename kind() to medium() 2015-05-16 14:43:21 +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
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