Sebastian Dröge
|
65fcd55160
|
Update for event/message/query view API changes
|
2022-01-19 15:07:45 +02:00 |
|
Sebastian Dröge
|
51f8e963d6
|
Add SPDX-License-Identifier to all file headers
|
2022-01-15 21:18:47 +02:00 |
|
Sebastian Dröge
|
0c7764fa40
|
Update versions to 0.9.0
|
2022-01-15 20:33:49 +02:00 |
|
Sebastian Dröge
|
ab14c50d1c
|
Ignore clippy::non_send_fields_in_send_ty lint
It's useless in its current shape and wrongly triggering on all types.
See https://github.com/rust-lang/rust-clippy/issues/8045
|
2022-01-14 12:09:57 +02:00 |
|
Sebastian Dröge
|
3ed9e291c2
|
Update for decide/propose_allocation() API changes
|
2021-12-06 19:11:24 +02:00 |
|
Sebastian Dröge
|
d9bda62a47
|
Update for GLib/GStreamer API changes
And clean up a lot of related property/caps/structure code.
|
2021-11-06 09:34:10 +02:00 |
|
Sebastian Dröge
|
0a7d1639e7
|
Update to Rust edition 2021 and minimum supported Rust version to 1.56
|
2021-10-31 17:40:05 +02:00 |
|
Sebastian Dröge
|
b9541b2ca4
|
Update for GstObjectImpl API change
|
2021-10-23 12:31:33 +03:00 |
|
Sebastian Dröge
|
d17c3483c1
|
video: Update for new decide_allocation() signature
|
2021-10-16 15:02:11 +03:00 |
|
Sebastian Dröge
|
ea2a313d01
|
ffv1dec: Add support for 4:1:0 and 4:1:1 YUV
|
2021-09-18 12:34:31 +03:00 |
|
Sebastian Dröge
|
2878e4ce7c
|
ffv1dec: Fix decoding of 4:4:4 / 4:4:4:4 / 4:2:2 / 4:4:2:2 YUV formats
|
2021-09-18 12:34:31 +03:00 |
|
Sebastian Dröge
|
600d217e7d
|
ffv1dec: Add support for >8 bit color formats
|
2021-09-18 12:34:31 +03:00 |
|
Sebastian Dröge
|
08229402cd
|
ffv1dec: Don't copy decoded memory if the strides are not matching but downstream supports video meta
|
2021-09-18 12:34:31 +03:00 |
|
Sebastian Dröge
|
fd1c0a7518
|
ffv1dec: Drop decoder state before calling VideoDecoder::negotiate()
It calls into other elements via the allocation query and the caps
event, which makes it dangerous to keep a mutex locked at the same time.
|
2021-09-18 12:34:31 +03:00 |
|
Sebastian Dröge
|
f4613bfc07
|
Use Buffer::from_mut_slice() in more places
This allows downstream to map the memory mutable.
|
2021-09-18 11:58:59 +03:00 |
|
Sebastian Dröge
|
b9864acad6
|
ffv1: Lower minimum required GStreamer version to 1.12
|
2021-09-10 09:42:25 +03:00 |
|
Sebastian Dröge
|
c8fc082968
|
ffv1: Update version to 0.8.0 like elsewhere
|
2021-09-10 09:22:11 +03:00 |
|
Arun Raghavan
|
bb3949aeda
|
video: Add a new ffv1 decoder plugin
|
2021-09-10 06:20:31 +00:00 |
|