Skip to content

Commit

Permalink
version 1.3.4
Browse files Browse the repository at this point in the history
Changelog:
- CUDA: better quality and performance, Fix wrong display order. No
Mosaics.
- vaapi and dxva support SSE4.1 to copy decoded frame for intel gpu.
vaapi was added months ago, but the performance was very poor. With the
help of SSE4.1 we have greate performance improvement.
- VAAPI supports drm
- Use latest FFmpeg's hw api
- Fix wrong display or crash if change HW decoder
- Add some options for AVCodec and AVFormat as decoder's meta
properties.
- Metadata support
- Display aspect ratio use the value in stream if defined. Thank Sandro
Cavazzoni
- Support install QtAV as a Qt module
- Fix wrong file name encoding.
- Display the image in a music file
  • Loading branch information
wang-bin committed May 31, 2014
1 parent 92fa35e commit d091700
Show file tree
Hide file tree
Showing 13 changed files with 243 additions and 262 deletions.
4 changes: 2 additions & 2 deletions QtAV.pro
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ runConfigTests()
}


PACKAGE_VERSION = 1.3.2
PACKAGE_VERSION = 1.3.4
PACKAGE_NAME= QtAV

include(pack.pri)
#packageSet(1.3.2, QtAV)
#packageSet(1.3.4, QtAV)
Loading

0 comments on commit d091700

Please sign in to comment.