On Fri, 18 Mar 2022 02:20:11 GMT, Alexander Matveev
wrote:
>> - Added support for fragmented MP4 with HEVC/H.265, H.264 and AAC.
>> - Added support for elementary AAC streams without any container for audio
>> only streams.
>> - Added "aacparse" plugin from GStreamer. Required on Linux, sinc
> - Added support for fragmented MP4 with HEVC/H.265, H.264 and AAC.
> - Added support for elementary AAC streams without any container for audio
> only streams.
> - Added "aacparse" plugin from GStreamer. Required on Linux, since decoder
> cannot handle AAC elementary streams directly. Direct
This simple PR optimizes the observable `ArrayList` creation by using the
ArrayList constructor/array size so that the underlying array will be
initialized at the correct size which will speed up the creation as the array
does not need to grow as a result of the `addAll` call.
I also added test
Co-authored-by: Naohiro Yoshimoto
Reviewed-by: kcr, aghaisas
-
Commit messages:
- 8197991: Selecting many items in a TableView is very slow
Changes: https://git.openjdk.java.net/jfx11u/pull/82/files
Webrev: https://webrevs.openjdk.java.net/?repo=jfx11u&pr=82&range=00
Issue: http
Reviewed-by: kcr
-
Commit messages:
- 8203463: [Accessibility, Narrator] NPE in TableView
Changes: https://git.openjdk.java.net/jfx11u/pull/81/files
Webrev: https://webrevs.openjdk.java.net/?repo=jfx11u&pr=81&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8203463
Stat
I'm working on an application that uses the JavaFX event system
extensively, and I'm finding it quite hard to use common code for
event handler registrations.
The problem is that the `EventTarget` interface contains no
addEventHandler/removeEventHandler methods, and as a consequence of
that, code
On Wed, 16 Mar 2022 07:54:57 GMT, Peter Zhelezniakov wrote:
> The file `wtf/linux/MemoryPressureLinux.cpp` was renamed
> `wtf/unix/MemoryPressureUnix.cpp` in https://trac.webkit.org/changeset/261428
> . In the openjfx workspace, both files are present. I'm removing the old file.
This pull requ