这是indexloc提供的服务,不要输入任何密码
Sign in
android
/
platform
/
external
/
rust
/
crabbyavif
/
HEAD
906d9a6
Upgrade crabbyavif to 963898a53d056da5ab97193fb3087e208c88dc34
by Vignesh Venkatasubramanian
· 4 months ago
main
963898a
dav1d: Refactor some code into a function
by Vignesh Venkat
· 4 months ago
87a85d7
dav1d: Set max_frame_delay conditionally
by Vignesh Venkat
· 4 months ago
12628e7
codec: Add a function to determine codec type
by Vignesh Venkat
· 4 months ago
34d6e69
mediacodec: Use constant for timeout
by Vignesh Venkat
· 4 months ago
6c62e48
dav1d: Refactor initialize as a separate function
by Vignesh Venkat
· 4 months ago
221f23e
Android.bp: Make sure lib.rs always appears first
by Vignesh Venkatasubramanian
· 4 months ago
73afe6c
mediacodec: Decode grids asynchronously
by Vignesh Venkat
· 4 months ago
3aa3289
mediacodec: Make low_latency a parameter
by Vignesh Venkat
· 4 months ago
9be2a0b
mediacodec: Fix some clippy warnings
by Vignesh Venkat
· 4 months ago
711f6a6
decoder: Add a function to decode grid images
by Vignesh Venkat
· 4 months ago
2eb5a5a
Move some validations into the Image struct
by Vignesh Venkat
· 4 months ago
b0c2715
mediacodec: Make flags a parameter
by Vignesh Venkat
· 4 months ago
014c5ea
Move validate_grid_dims to internal_utils
by Vignesh Venkat
· 4 months ago
5b5dedb
Small grid/overlay refactor.
by Maryla Ustarroz-Calonge
· 4 months ago
97c9c71
image: Pass grid into copy_from_tile
by Vignesh Venkat
· 4 months ago
e1421bc
mediacodec: Refactor some code into functions
by Vignesh Venkat
· 4 months ago
a79b7cd
image: Refactor copy_properties_from
by Vignesh Venkat
· 4 months ago
02d0fad
decode: Fix alpha premultiplied
by Vignesh Venkat
· 4 months ago
f649652
decode: Add option to ignore xmp and exif
by Vignesh Venkat
· 4 months ago
fae0637
aom: Add aom-sys crate
by Vignesh Venkat
· 4 months ago
b0d7856
Move Fraction structs out of internal_utils
by Vignesh Venkat
· 4 months ago
d6510c5
Move some structs out of the decoder module
by Vignesh Venkat
· 5 months ago
88a305b
Handle animation with audio track.
by Maryla Ustarroz-Calonge
· 5 months ago
bc47b31
Check the auxiliary track type.
by Maryla Ustarroz-Calonge
· 5 months ago
e8b91a8
Mark some functions with #[no_sanitize(cfi)]
by Bryan Kersting
· 5 months ago
a75457c
gainmap: Validate metadata
by Vignesh Venkat
· 5 months ago
635fd3e
trivial: Fix a clippy warning
by Vignesh Venkat
· 5 months ago
b08656d
Upgrade crabbyavif to cbc72d88fb179f62da63d8bd50c9fab5d1bbd15f am: fc50c4d476
by Vignesh Venkatasubramanian
· 5 months ago
fc50c4d
Upgrade crabbyavif to cbc72d88fb179f62da63d8bd50c9fab5d1bbd15f
by Vignesh Venkatasubramanian
· 5 months ago
51a1e69
Upgrade crabbyavif to 8a929315bff56d1977b0c5a715625741f55e9d2c am: be97c073be
by Vignesh Venkatasubramanian
· 5 months ago
cbc72d8
Remove some stale TODOs
by Vignesh Venkat
· 5 months ago
be97c07
Upgrade crabbyavif to 8a929315bff56d1977b0c5a715625741f55e9d2c
by Vignesh Venkatasubramanian
· 5 months ago
8a92931
Treat size limit of 0 as unlimited
by Vignesh Venkat
· 5 months ago
2a2cb1c
decode: Set thread count when jobs == 0
by Vignesh Venkat
· 5 months ago
e8cf997
rgb: Support alpha channel for RGBA_1010102
by Vignesh Venkat
· 5 months ago
b3df30f
decode: Print clap information
by Vignesh Venkat
· 5 months ago
bc23322
decode: Print the file format
by Vignesh Venkat
· 5 months ago
2689533
github: Update actions/cache to 4.2.0
by Vignesh Venkat
· 5 months ago
7d6d26c
mediacodec: Add MediaImage2 for non-soong builds
by Vignesh Venkat
· 6 months ago
d53adc6
decode: Validate some input args
by Vignesh Venkat
· 6 months ago
0199f2f
trivial: Re-org use statements
by Vignesh Venkat
· 6 months ago
121fbc2
decode: Add support for progressive
by Vignesh Venkat
· 6 months ago
854156c
decode: Refactor some validations
by Vignesh Venkat
· 6 months ago
0b5d8dd
decode: Add jpeg output
by Vignesh Venkat
· 6 months ago
374bec9
tests: Use png crate for PNG decoding
by Vignesh Venkat
· 6 months ago
12a3999
png: Write xmp metadata
by Vignesh Venkat
· 6 months ago
bc03ee9
png: Support target depth
by Vignesh Venkat
· 6 months ago
6d47f11
png: Use grayscale for monochrome images
by Vignesh Venkat
· 6 months ago
7bb88a5
Add png output to the decoder utility
by Vignesh Venkat
· 6 months ago
5ea20eb
decode: Use yuv as extension for raw yuv
by Vignesh Venkat
· 6 months ago
749ec23
Merge "Add libjpeg dep to liblibyuv_sys" into main am: 09178c87d2
by Ivan Lozano
· 6 months ago
09178c8
Merge "Add libjpeg dep to liblibyuv_sys" into main
by Ivan Lozano
· 6 months ago
603b994
decode: Add support for raw yuv output
by Vignesh Venkat
· 6 months ago
2e9f730
Replace bool returns with AvifResult
by Vignesh Venkat
· 6 months ago
b0d6165
Implement decode in the utility
by Vignesh Venkat
· 6 months ago
9e257e3
y4m: Move it out of the library
by Vignesh Venkat
· 6 months ago
73c9e1e
Remove old decoder example
by Vignesh Venkat
· 6 months ago
fd6b719
Add decoder utility
by Vignesh Venkat
· 6 months ago
cb54061
Upgrade crabbyavif to c5938b119ef52f9ff628436c1e66c9a5322ece83 am: 8ba1488217
by Vignesh Venkatasubramanian
· 6 months ago
8ba1488
Upgrade crabbyavif to c5938b119ef52f9ff628436c1e66c9a5322ece83
by Vignesh Venkatasubramanian
· 6 months ago
c5938b1
decoder: Parse gainmap item earlier
by Vignesh Venkat
· 6 months ago
d8aa7f3
decoder: Handle no derived items case
by Vignesh Venkat
· 6 months ago
986d51d
timing: Do not treat sample table absence as error
by Vignesh Venkat
· 6 months ago
47c577e
Upgrade crabbyavif to 375c4261638ad66ddd713707c31ff26c34f7ce12 am: bd12176453
by Vignesh Venkatasubramanian
· 6 months ago
bd12176
Upgrade crabbyavif to 375c4261638ad66ddd713707c31ff26c34f7ce12
by Vignesh Venkatasubramanian
· 6 months ago
375c426
crabbyavif, overlay: Use proper background color
by Vignesh Venkat
· 6 months ago
e79fcf4
Implement support for image overlays
by Vignesh Venkat
· 6 months ago
252de1e
Add libjpeg dep to liblibyuv_sys
by Ivan Lozano
· 6 months ago
578cd9e
item: Refactor derived dimensions validation
by Vignesh Venkat
· 6 months ago
6d704e1
decoder: Move repeated calls into a function
by Vignesh Venkat
· 6 months ago
e7c6a73
trivial: Rename grid_item_ids to derived_item_ids
by Vignesh Venkat
· 6 months ago
db7d13b
Treat transformative properties as essential
by Vignesh Venkat
· 6 months ago
bc6e3e0
Upgrade crabbyavif to 1edc2450421e2c477c7a1265eda4be5b1793d390 am: ea84eb3f13
by Vignesh Venkatasubramanian
· 6 months ago
ea84eb3
Upgrade crabbyavif to 1edc2450421e2c477c7a1265eda4be5b1793d390
by Vignesh Venkatasubramanian
· 6 months ago
1edc245
android heic: Ignore error in alpha decoding
by Vignesh Venkat
· 6 months ago
46aba09
Android.bp: Add logger dependencies am: 89a42e6e71
by Vignesh Venkatasubramanian
· 6 months ago
ffaeba1
heic: Use any available HEIC item
by Vignesh Venkat
· 6 months ago
e039819
image: Replace Clone with try_clone
by Vignesh Venkat
· 6 months ago
89a42e6
Android.bp: Add logger dependencies
by Vignesh Venkatasubramanian
· 6 months ago
0e8d863
Update TEST_MAPPING with two more tests am: 208bff3e9c
by Vignesh Venkatasubramanian
· 6 months ago
208bff3
Update TEST_MAPPING with two more tests
by Vignesh Venkatasubramanian
· 6 months ago
9abd958
Upgrade crabbyavif to 53b089825302e098af1628a9a8fcf70ddbb0d9f4 am: 1c34917587
by Vignesh Venkatasubramanian
· 6 months ago
1c34917
Upgrade crabbyavif to 53b089825302e098af1628a9a8fcf70ddbb0d9f4
by Vignesh Venkatasubramanian
· 6 months ago
53b0898
mediacodec: Populate CICP values
by Vignesh Venkat
· 6 months ago
057ad33
heic: Copy CICP values from decoded image
by Vignesh Venkat
· 6 months ago
1b867b2
capi: Do not copy entire plane in avifImageCopy
by Vignesh Venkat
· 6 months ago
e451d86
c_api_tests: Refactor ImageCopyTest
by Vignesh Venkat
· 6 months ago
79dfff5
heic: Populate codec_config for tracks
by Vignesh Venkat
· 6 months ago
ac7b2be
Revert "mp4box: Remove unused profile function"
by Vignesh Venkat
· 6 months ago
a69fca6
c_api_tests: Rename get_file_name
by Vignesh Venkat
· 6 months ago
69fd06d
c_api_test: Add CreateDecoder util function
by Vignesh Venkat
· 6 months ago
33c3da0
Update TEST_MAPPING with explicit list of tests am: 71b83f776d
by Vignesh Venkatasubramanian
· 6 months ago
76f2938
c_api_tests: Refactor the tests
by Vignesh Venkat
· 6 months ago
71b83f7
Update TEST_MAPPING with explicit list of tests
by Vignesh Venkatasubramanian
· 6 months ago
9976a1a
cleanup: Restrict visibility of some functions
by Vignesh Venkat
· 6 months ago
5223e73
image: Rename to_usize to as_usize
by Vignesh Venkat
· 6 months ago
96d5959
reformat: Validate RGB depth
by Vignesh Venkat
· 6 months ago
b7283fe
mp4box: Remove unused profile function
by Vignesh Venkat
· 6 months ago
40113fb
stream: Remove unused function skip_u16
by Vignesh Venkat
· 6 months ago
Next »