131 Commits

Author SHA1 Message Date
meh
70633b1349 cargo: prepare for release 2015-05-29 19:34:49 +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
82ab89d1bf format/context: implement DerefMut 2015-05-28 20:16:17 +02:00
meh
547ea2829e codec/encoder/video: implement DerefMut 2015-05-28 20:16:00 +02:00
meh
6f07c48a04 codec/encoder/subtitle: implement DerefMut 2015-05-28 20:15:47 +02:00
meh
cd9db3adc5 codec/encoder: implement DerefMut 2015-05-28 20:15:29 +02:00
meh
f6e1690292 codec/encoder/audio: implement DerefMut 2015-05-28 20:15:13 +02:00
meh
373ea95b2b codec/decoder/video: implement DerefMut 2015-05-28 20:14:59 +02:00
meh
cad2e451c6 codec/decoder/subtitle: implement DerefMut 2015-05-28 20:14:45 +02:00
meh
5803c023ec codec/decoder: implement DerefMut 2015-05-28 20:13:50 +02:00
meh
3b3f633c39 codec/decoder/audio: implement DerefMut 2015-05-28 20:13:32 +02:00
meh
007947dde2 codec/context: implement DerefMut 2015-05-28 20:11:42 +02:00
meh
deb08c60a0 software/scaling/context: update definitions on cached call 2015-05-28 18:44:18 +02:00
meh
34cbbf08c5 util/frame: add copy method to copy properties 2015-05-28 18:21:08 +02:00
meh
5ad6a3ce1d software/scaling/extensions: remove unused imports 2015-05-28 18:17:00 +02:00
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