forked from wang-bin/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog: - VDA: use NV12 as default format. Support 0 copy. Better performance than any other playrs - CUDA: fix wrong bitstream filters - OpenGL: * 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/QMLPlayer: * decoder detail * more options: preview config, buffer, fps, timeout * unregister context menu(win32) if uninstalled, ifw2.0 * QMLPlayer file associate for android
- Loading branch information
Showing
13 changed files
with
73 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 1,29 @@ | ||
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 | ||
|
@@ -18,7 44,7 @@ qtav (1.5.0) unstable; urgency=low | |
* player: real time preview on progress bar | ||
* Fast seek and display if seek shortcut is pressed and hold | ||
|
||
-- Wang Bin <[email protected]> Sat, 13 Feb 2015 20:19:00 0800 | ||
-- Wang Bin <[email protected]> Thu, 23 Apr 2015 18:00:00 0800 | ||
|
||
qtav (1.4.2) unstable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters