Eugene Kliuchnikov

Results 156 comments of Eugene Kliuchnikov

`closure-compiler-v20210302.jar` has the same problem

Still one c-cast remains, but ok. Going to fix it and other ~55 entries in one go afterwards (regex `[^fL]\(\w+_t\)[^,;:>)]`)

It seems to be not implementable in a clear way. There is solution, but I think it is not worth it...

Workaround: run `_bin` bazel-bin artefact directly

@fabiangreffrath: according to @enzo1982 comment we can close this issue; channel coupling is still not implemented, but that would be a feature request, not a bug.

After 3 years, I fear the answer is "not anytime soon". xHE-AAC is mostly an umbrella, to implement it we have to support all the parts first. HE-AAC is there....

Just checked with tip-of-tree build. It does not crash anymore, but it does not decode too. ``` **** MP4 header **** Brand: avc1(version 0) Compatible brands: isomavc1 *track media type:...

Before some moment in 2017 `mp4ff` stream parser was used. It supported tracks. Later it was replaced with `mp4util`. The later does not support tracks -- its codebase is 3x...

(strictly speaking, it is not the problem of `libfaad`, but rather the problem of `frontend`)

Found quicktime format specification, and now mp4 code is not abracadabra for me =) Only one piece seems to be missing (parsing `stsc`) to fix the issue. Will try to...