604 Commits

Author SHA1 Message Date
meh
a85bd6d6c8 examples/codec-info: print capabilities and profiles 2015-08-28 21:25:36 +02:00
meh
a373d9bf3f codec: add profiles getter 2015-08-28 21:25:23 +02:00
meh
e8db20c86b codec/capabilities: add Capabilities and getter 2015-08-28 21:20:57 +02:00
lummax
5fff2ab123 examples/codec-info: add example 2015-08-28 20:37:36 +02:00
lummax
59b1eead16 codec: add several getters 2015-08-28 20:36:55 +02:00
meh
13c9f8e5ab examples/metadata: cleanup and find best streams 2015-08-28 16:33:19 +02:00
meh
549727b084 format/context: implement best stream retrieval 2015-08-28 16:33:04 +02:00
meh
b839b5fe2f *: implement ExactSizeIterator where possible 2015-08-25 16:13:42 +02:00
meh
62acd3ef02 *: use Into<Rational> instead of Rational for setters 2015-08-25 15:53:46 +02:00
meh
2baf1deaab rational: add From<(i32, i32)> for Rational 2015-08-25 15:50:18 +02:00
meh
a282d85662 format/stream: avoid unsoundness splitting Stream into StreamMut 2015-08-25 15:45:55 +02:00
lummax
d1fa9bd864 examples/metadata: add a metadata fetching example 2015-08-24 14:04:55 +02:00
lummax
fa5f07d67c cargo: use bitlags 0.3 to get Debug implementation 2015-08-24 14:04:50 +02:00
lummax
3c9c4f926f util/dictionary: implement Iterator and IntoIterator 2015-08-19 14:24:03 +02:00
lummax
f486b7c051 format/context: expose the metadata dictionary 2015-08-19 14:01:27 +02:00
meh
e063da22a4 frame/side_data: add inline attributes 2015-08-14 19:33:06 +02:00
Aman Gupta
83d3156c62 codec/packet: expose predicates for packet flags 2015-08-14 19:32:22 +02:00
meh
03b1d25fde time: add inline attributes 2015-08-05 19:34:43 +02:00
meh
5d718ffdb9 picture: add inline attributes 2015-08-05 19:34:05 +02:00
meh
a8eceeada1 media: add inline attributes 2015-08-05 19:33:29 +02:00
meh
7dc9858ee0 frame/video: change some inline attributes 2015-08-05 19:32:48 +02:00
meh
61b2e5b81b frame/audio: change some inline attributes 2015-08-05 19:31:37 +02:00
meh
f9d365876b rational: add inline attributes 2015-08-05 17:10:02 +02:00
meh
19b0351574 frame/audio: add inline attributes 2015-08-05 17:08:15 +02:00
meh
3c138fe189 frame/audio: make Sample unsafe and add more implementations 2015-08-04 15:42:34 +02:00
meh
898069692d frame/video: make Component unsafe 2015-08-04 15:31:05 +02:00
meh
c1b1a5b722 frame/video: implement Component for a couple more types 2015-08-04 14:38:42 +02:00
meh
67b683169c crate: add image support 2015-08-03 18:52:30 +02:00
meh
8d4ee5f8bf util/frame/audio: implement Debug 2015-07-15 14:23:07 +02:00
meh
0f494cd9cb format: fix some memory unsafety in helpers 2015-07-02 07:52:59 +02:00
meh
69c8b47861 util/rational: make PartialEq use reduce() 2015-07-02 01:57:53 +02:00
meh
bb4263b7be util/rational: some more refactoring 2015-06-25 22:23:33 +02:00
meh
23b414b01e util/rational: some minor improvements 2015-06-24 22:57:03 +02:00
meh
b712412e77 format/context: fix the packets iterator 2015-06-24 13:34:52 +02:00
meh
1e5d77816a *: update to 2.7 2015-06-19 01:04:49 +02:00
meh
e95c55dbf5 codec/context: move impl Send closer to the type definition 2015-06-10 22:05:20 +02:00
meh
9143df44f4 codec/packet: move impl Send closer to the type definition 2015-06-10 22:05:03 +02:00
meh
623f798ca4 crate: disable unused unstable features 2015-06-10 22:04:37 +02:00
meh
348623e8cc util/frame/video: use a trait instead of type_of 2015-06-10 22:04:18 +02:00
meh
0bed7e7346 util/frame/audio: use a trait instead of type_of 2015-06-10 22:03:59 +02:00
meh
24af20b79d format/context: do not use unstable to_cstring 2015-06-10 22:03:25 +02:00
meh
72965fc57a format/context: make it Send 2015-06-09 23:47:31 +02:00
meh
32bf1b37ac util/frame: only Frame needs to be Send 2015-06-09 23:47:10 +02:00
meh
e188c69030 format/context: use AsRef<Path> instead of Path 2015-06-08 20:41:32 +02:00
meh
1fa4cfefc6 crate: bump version 2015-06-08 15:53:46 +02:00
meh
6c7db403f2 software/resampling: add wrapper 2015-06-08 15:53:21 +02:00
meh
2439e67fd0 software/scaling/context: allocate the output if it's empty 2015-06-08 15:52:45 +02:00
meh
c7ec5a8117 util/frame/video: improve ergonomics 2015-06-08 15:52:22 +02:00
meh
02ea528c26 util/frame/audio: improve ergonomics 2015-06-08 15:52:01 +02:00
meh
065337925f util/frame: add predicate for emptyness 2015-06-08 15:51:04 +02:00