|
| 1 | +qtav (1.11.0) unstable; urgency=low |
| 2 | + |
| 3 | + * Dynamic load QtAVWidgets in VideoOutput. avwidgets module is not requred now. |
| 4 | + * D3D11 decoder support. Not stable on Windows phone. |
| 5 | + * DXVA refactor and bug fix. |
| 6 | + * VA-API: fix memory leak when seeking |
| 7 | + * Fix PBO binding |
| 8 | + * Custom shader support (WIP) |
| 9 | + * Edit and apply custom shader when playing. Based on Qt property system. |
| 10 | + * Optimize uniform update |
| 11 | + * GLSL filter support |
| 12 | + * Add `OpenGLVideo.beforeRendering/afterRendering` |
| 13 | + * CUDA: Direct copy is default on windows. CUDA rendering is faster than any other players |
| 14 | + * CUDA: 0-copy is default for linux. |
| 15 | + * CUDA: Use new API (4.0) |
| 16 | + * Add `AVPlayer.stoppedAt` signal |
| 17 | + * Add `AVPlayer.setTimeRange()` |
| 18 | + * AVPlayer.setStart/StopPosition can be called at any time with any value |
| 19 | + * Ensure all threads are running when `AVPlayer.started` is emitted |
| 20 | + * Support preload using `AVPlayer.load()`. Now no reload in `play()` |
| 21 | + * Fix build with QT_NAMESPACE |
| 22 | + * Fix swscale color range |
| 23 | + * Fix linux install destinations |
| 24 | + * Add AVTranscoder.async, encoders are in individual threads |
| 25 | + * Add FrameReader class |
| 26 | + * Use FFmpeg 3.0 API |
| 27 | + * QML: Support filters, including sw filters from libavfilter, and GLSL filter |
| 28 | + * QML: Add `MediaPlayer/Video.audioBackends` property |
| 29 | + * QML: Support autoLoad |
| 30 | + * QML: Add `VideoOutput.mapTo/FromXXX` between source frame and item |
| 31 | + * QML: Video EQ in VideoOutput/Video |
| 32 | + * QML: Add `MediaPlayer.startPosition/stopPotion` |
| 33 | + * QMLPlayer: Open video and subtitle at the same time. History view. Zoom. Video EQ |
| 34 | + |
| 35 | + -- Wang Bin (Lucas) < [email protected]> Sun, 19 Jun 2016 21:13:08 +0800 |
| 36 | + |
1 | 37 | qtav (1.10.0) unstable; urgency=low
|
2 | 38 |
|
3 | 39 | * Improve seek speed, fix drop too much frames after seek
|
|
0 commit comments