90 Commits

Author SHA1 Message Date
meh
195d5dc9d4 codec/packet: change some types 2015-05-21 20:25:11 +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
84943d8eda codec/subtitle: change some datatypes 2015-05-21 20:20:36 +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
0956eaba59 codec/subtitle: change width and height to u32 2015-05-19 04:31:19 +02:00
meh
6b85baedb5 codec/picture: add .rows() and .rows_mut() 2015-05-19 04:30:49 +02:00
meh
068d42cbb8 codec/picture: fix .data() and .data_mut() 2015-05-19 04:30:33 +02:00
meh
f0b11a960a codec/picture: change width and height to u32 2015-05-18 23:32:11 +02:00
meh
18d91a9dd9 codec/encoder/video: change width and height to u32 2015-05-18 23:31:02 +02:00
meh
22faf2f99c codec/decoder/video: change width and height to u32 2015-05-18 22:58:28 +02:00
meh
3825c5486b codec/picture: add data accessor 2015-05-17 04:26:33 +02:00
meh
fc7016a8c1 codec/encoder/video: add some accessors 2015-05-16 22:50:01 +02:00
meh
e02bd1e763 codec/encoder: add some accessors 2015-05-16 22:47:38 +02:00
meh
4fe66b6735 codec/encoder/decision: add enum 2015-05-16 22:41:01 +02:00
meh
2de64a1a37 codec/encoder/comparison: add enum 2015-05-16 22:40:44 +02:00
meh
457bffbeb2 codec/encoder/prediction: add enum 2015-05-16 22:40:17 +02:00
meh
d68a9192ba codec/encoder/motion_estimation: add enum 2015-05-16 22:39:48 +02:00
meh
a0dae25b94 codec/threading: add threading configuration 2015-05-16 19:18:26 +02:00
meh
e2039ac550 codec/decoder: add some accessors 2015-05-16 18:40:32 +02:00
meh
4fdef8af50 codec/profile: add enum 2015-05-16 18:39:59 +02:00
meh
507a1b9e95 codec/decoder: add error checking 2015-05-16 17:34:31 +02:00
meh
757088f46c codec: refactor decoder and encoder 2015-05-16 17:28:25 +02:00
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