~trebelnik-stefina/cinnamon-test/+git/qtav:prelease

Last commit made on 2016-06-19
Get this branch:
git clone -b prelease https://git.launchpad.net/~trebelnik-stefina/cinnamon-test/+git/qtav

Branch merges

Branch information

Recent commits

500eb8e... by bin

version 1.11.0

Changelog
- Dynamic load QtAVWidgets in VideoOutput.
`QtAV::Widgets::registerRenderers()` and `QT += avwidgets` is not
requred now.
- D3D11 decoder support. Not stable on Windows phone.
- DXVA refactor and bug fix.
- VA-API: fix memory leak when seeking
- OpenGL:
 * Fix PBO binding
 * Custom shader support (WIP)
 * Edit and apply custom shader when playing. Based on Qt property
system.
 * Optimize uniform update
 * GLSL filter support
 * Add `OpenGLVideo.beforeRendering/afterRendering`
- CUDA:
 * Direct copy is default for windows. Now Rendering CUDA decoded frames
is faster than any other players
 * 0-copy is default for linux.
 * Use new API (4.0)
- AVPlayer:
 * Add `AVPlayer.stoppedAt` signal
 * add `setTimeRange()`
 * setStart/StopPosition can be called at any time with any value
 * Ensure all threads are running when `started` is emitted
 * Support preload using `load()`. Now no reload in `play()`
- Fix build with QT_NAMESPACE
- Fix swscale color range
- Fix linux install destinations
- Add AVTranscoder.async, encoders are in individual threads
- Add FrameReader class
- Use FFmpeg 3.0 API
- QML:
 * Support filters, including sw filters from libavfilter, and GLSL
filter
 * Add `MediaPlayer/Video.audioBackends` property
 * Support autoLoad
 * Add `VideoOutput.mapTo/FromXXX` between source frame and item
 * Video EQ in VideoOutput/Video
 * Add `MediaPlayer.startPosition/stopPotion`
- QMLPlayer: Open video and subtitle at the same time. History view.
Zoom. Video EQ

0840e69... by bin

update translations

5669836... by bin

hwa: remove LazyCopy

d3df80c... by bin

update build_ffmpeg

9e6b9d0... by bin

examples/qml: add filter example

41a4550... by bin

gl: fix texture effective width change detection

6bfebf1... by bin

comments on AVPlayer::Status, started

341ccb7... by bin

copyright update

ebde934... by bin

compat: do not use deprecated AVPixFmtDescriptor fields in 3.0

d458ab8... by bin

use av_packet_unref