115 Commits

Author SHA1 Message Date
meh
8ceac13065 software/scaling: add software scaling feature 2015-05-28 18:16:07 +02:00
meh
6c8a8f2edd crate: also export rational module for helpers 2015-05-28 18:15:33 +02:00
meh
c7f0b15fdc util/frame/flag: change flags API style 2015-05-28 18:15:14 +02:00
meh
93ca75f6cb format/stream/disposition: change flags API style 2015-05-28 18:15:00 +02:00
meh
f465f62105 codec/subtitle/flag: change flags API style 2015-05-28 18:14:41 +02:00
meh
c389f7a916 codec/packet/flag: change flags API style 2015-05-28 18:14:18 +02:00
meh
a0882e0422 codec/decoder/slice: change flags API style 2015-05-28 18:13:35 +02:00
meh
27264e575a codec/decoder/conceal: change flags API style 2015-05-28 18:12:56 +02:00
meh
f1590620af codec/decoder/check: change flags API style 2015-05-28 18:12:23 +02:00
meh
bff628b2a2 codec/debug: change flags API style 2015-05-28 18:11:11 +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
dc7837b0a9 codec/decoder: add time_base getter 2015-05-26 20:37:44 +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
7cce85709a lib: add a crate init function 2015-05-24 18:52:28 +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
112020a1ce codec/context: make it Send 2015-05-22 12:10:37 +02:00
meh
73accc66b5 util/frame: split it up in files 2015-05-21 20:38:34 +02:00
meh
9666310abf codec/packet: make it Send 2015-05-21 20:25:26 +02:00
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