forked from wang-bin/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog
87 lines (73 loc) · 3.51 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
qtav (1.6.0) unstable; urgency=low
* VDA: use NV12 as default format. Support 0 copy. Better performance than any other playrs
* CUDA: fix wrong bitstream filters
* PBO support (enable by enviroment var QTAV_PBO=1)
* Rectangle texture support
* Packed yuv formats support
* Support buffer progress, buffer value control
* Support frame rate setup (AVPlayer::setFrameRate())
* Support RAW streams, such as h264, yuv
* Audio filter support
* Better libavfilter support. Now support libav avfilter, support audio filters from libavfilter
* Add pulseaudio support
* Detect volume change by per-app volume control
* Simplify audio output API
* Volume and mute control by audio backend API
* Use float audio sample if possible
* Fix iOS static link error
* Fix error handling, EOF detect, Qt4.7 build etc.
* Deploy: add qml, fix lib name, deploy sdk from installer, mingw deployment on linux.
* player: decoder detail, more options: preview config, buffer, fps, timeout
* Unregister context menu(win32) if uninstalled, ifw2.0
* QMLPlayer file associate for android
-- Wang Bin <[email protected]> Sat, 13 Feb 2015 20:19:00 +0800
qtav (1.5.0) unstable; urgency=low
* Add QtAVWidgets module contains widget based renderers, video preview widget
* QtAV module only depends on QtCore and QtGui
* Improve audio output API
* Simplify deployment on OSX. Deploy sdk from release packages without build.
* Improve seekable detection
* Fix noise audio if volume increased
* Fix noise and wrong playback speed for wmv videos
* Preview is more accurate
* Do not copy AVPacket but use reference count.
* Faster audio track switch
* Reopen audio output only if audio format changed
* VideoFrame: new API for converting to another format or QImage
* OpenGL VAO, VBO support.
* Fix some crashes in QQuickItemRenderer
* Add FBO item renderer and use the same code path as other opengl renderers
* player: real time preview on progress bar
* Fast seek and display if seek shortcut is pressed and hold
-- Wang Bin <[email protected]> Thu, 23 Apr 2015 18:00:00 +0800
qtav (1.4.2) unstable; urgency=low
* Async load
* Faster seek and preview. Thanks wm4(mpv developer)
* Better a/v sync solution. Play high fps video better than ANY other players.
* DXVA enable HEVC decoder if libavcodec runtime supports.
* Cedarv improvements, nv12 output support, neon code from libvdpau-sunxi
* Multiple OpenAL instances support
* AVInput class to extend media sources. Support play from qrc resouces.
* Display the first frame after seek
* Better clock error correction
* Fix play frame by frame issues
* Fix QML video shake
* More details for error signals
* Apply user options in the next playback
* Dynamic load libass (submodule 'capi' is required)
* VA-API fix blurred bottom line issue. works on libav >= 9 now.
* Progress is start at 0 by default even if 1st pts is not 0.
* Fix capture issues, capture current displayed frame, easier api
* RGB48 support. OpenGL only supports RGB48LE.
* Link to static ffmpeg support
* Fix open error if input url/path contains special charactors
-- Wang Bin <[email protected]> Sat, 10 Jan 2015 23:42:17 +0800
qtav (1.4.1) unstable; urgency=low
* libass support
* More QML APIs compatible with QtMultimedia
* Log level control
* Video preview
-- Wang Bin <[email protected]> Thu, 6 Nov 2014 13:22:33 +0800
qtav (1.4.0) unstable; urgency=low
* Initial release. (Closes: #737016)
-- Sou Bunndu <[email protected]> Fri, 19 Sep 2014 10:47:29 +0800