Codebase list rust-stfu8 / ab479ac
v_frame - new package Sebastian Ramacher 1 year, 10 months ago
6 changed file(s) with 170 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-v-frame (0.2.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package v_frame 0.2.5 from crates.io using debcargo 2.5.0
3
4 -- Sebastian Ramacher <sramacher@debian.org> Thu, 23 Jun 2022 21:48:28 +0200
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: v_frame
2 Upstream-Contact: Luca Barbato <lu_zero@gentoo.org>
3 Source: https://github.com/xiph/rav1e/
4
5 Files: *
6 Copyright: 2017-2021, the rav1e contributors
7 License: BSD-2-Clause
8
9 Files: debian/*
10 Copyright:
11 2022 Sebastian Ramacher <sramacher@debian.org>
12 License: BSD-2-Clause
13
14 License: BSD-2-Clause
15 Redistribution and use in source and binary forms, with or without
16 modification, are permitted provided that the following conditions are met:
17 .
18 1. Redistributions of source code must retain the above copyright notice, this
19 list of conditions and the following disclaimer.
20 .
21 2. Redistributions in binary form must reproduce the above copyright notice,
22 this list of conditions and the following disclaimer in the documentation
23 and/or other materials provided with the distribution.
24 .
25 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: v_frame
2 Upstream-Contact: Luca Barbato <lu_zero@gentoo.org>
3 Source: https://github.com/xiph/rav1e/
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Luca Barbato <lu_zero@gentoo.org>
7 License: BSD-2-Clause
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: ./LICENSE
15 Copyright: 2017-2021, the rav1e contributors
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./src/frame.rs
22 Copyright: 2018-2020, The rav1e contributors. All rights reserved
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: ./src/lib.rs
29 Copyright: 2020, The rav1e contributors. All rights reserved
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/math.rs
36 Copyright: 2017-2020, The rav1e contributors. All rights reserved
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./src/pixel.rs
43 Copyright: 2017-2021, The rav1e contributors. All rights reserved
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/plane.rs
50 Copyright: 2017-2021, The rav1e contributors. All rights reserved
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: debian/*
57 Copyright:
58 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
59 2022 Sebastian Ramacher <sramacher@debian.org>
60 License: BSD-2-Clause
61
62 License: BSD-2-Clause
63 Redistribution and use in source and binary forms, with or without
64 modification, are permitted provided that the following conditions are met:
65 .
66 1. Redistributions of source code must retain the above copyright notice, this
67 list of conditions and the following disclaimer.
68 .
69 2. Redistributions in binary form must reproduce the above copyright notice,
70 this list of conditions and the following disclaimer in the documentation
71 and/or other materials provided with the distribution.
72 .
73 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
74 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
75 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
76 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
77 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
78 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
79 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
80 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
81 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
82 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 overlay = "."
1 uploaders = ["Sebastian Ramacher <sramacher@debian.org>"]
2 collapse_features = true
0 Description: Remove rust_hawktracer and wasm-bindgen dependency
1 Author: Sebastian Ramacher
2 Last-Update: 2022-06-23
3 --- a/Cargo.toml
4 +++ b/Cargo.toml
5 @@ -32,19 +32,10 @@
6 [dependencies.rayon]
7 version = "1.0"
8
9 -[dependencies.rust_hawktracer]
10 -version = "0.7.0"
11 -
12 [dependencies.serde]
13 version = "1.0"
14 features = ["derive"]
15 optional = true
16
17 -[dependencies.wasm-bindgen]
18 -version = "0.2.63"
19 -optional = true
20 -
21 [features]
22 serialize = ["serde"]
23 -tracing = ["rust_hawktracer/profiling_enabled"]
24 -wasm = ["wasm-bindgen"]
25 --- a/src/plane.rs
26 +++ b/src/plane.rs
27 @@ -10,7 +10,6 @@
28 use rayon::current_num_threads;
29 use rayon::iter::ParallelIterator;
30 use rayon::prelude::*;
31 -use rust_hawktracer::*;
32 use std::cmp;
33 use std::marker::PhantomData;
34 use std::mem;
35 @@ -559,7 +558,6 @@
36 /// Downscales the source plane by a factor of `scale`, writing the result to `in_plane` (not padded)
37 ///
38 /// `in_plane`'s width and height must be sufficient for `scale`.
39 - #[hawktracer(downscale)]
40 pub fn downscale_in_place(&self, scale: usize, in_plane: &mut Plane<T>) {
41 let src = self;
42 let box_pixels = scale * scale;