Skip to content

Tags: xingskycn/QtAV

Tags

1.2.4

Toggle 1.2.4's commit message
Fix version in change log

v1.2.4

Toggle v1.2.4's commit message
version 1.2.4

Changelog:
- QML support(thanks theoribeiro <[email protected]>). Can replace some of qtmultimedia qml apps, e.g. qmlvideofx
- Fix build for FFmpeg >= 0.9, libav >= 0.8
- Channel can be choosed by user: original, stero, left, right, centre(mono)
- OSD for GL ES2 renderer
- player: statistics viewer, disable screensaver on widows when playing

Signed-off-by: wang-bin <[email protected]>

v1.2.3

Toggle v1.2.3's commit message
version 1.2.3

Changelog:
- FFmpeg/libav avresample support
- OpenGL ES2 support. Can build against Qt5 GLES2 version now
- XV support for Qt5
- more audio format support, e.g. sample format, channels.
- Fix H.264 decoding error for the beginning frames.
- Fix audio decoding error if packet should be decoded multiple times.
WMA audio.
- Save video captures to system Picture directory

v1.2.2

Toggle v1.2.2's commit message
version 1.2.2

Changelog:
- Audio resampler using swresample
- Play speed control
- Audio format
- Play good with audio that noise before(mp3, ...)
- init and deinit FFmpeg only when needed
- Component id accessed by symbol
- mms support

v1.2.1

Toggle v1.2.1's commit message
version 1.2.1

Changelog:
- Configurable video quality
- Correct aspect ratio. Any value is supported
- Fix some media playing problem
- Fix crash if no audio
- Fix d2d crash by setting multi-thread type
- Fix WidgetRenderer can not update problem
- Fix mem leak if renderer changed
- player: volume control, display correct online tv name, correct
display time

v1.2.0

Toggle v1.2.0's commit message
version 1.2.0

Changelog:
version 1.2.0    2013-05-27

- Better gui for the player example
- Dynamically change renderer engine
- Filter framework works. Filters on data and renderer support
- XV rendering support
- Fix some qmake project bugs
- Other features, bug fix, code refine

v1.1

Toggle v1.1's commit message
update documents and README

v1.1.11

Toggle v1.1.11's commit message
version 1.1.11

Changelog:
- OpenGL support. Only rendering now.
- OSD support.
- New shortcuts: Ctrl O=>open, O=>switch OSD, Q/ESC=>quit
- Command line option: -vo gl/d2d/gdi/qt, -h|--help
- Fix wrong aspect ratio when resizing
- Better qmake project
- Building debian package support: make deb
- Bug fix

v1.1.10

Toggle v1.1.10's commit message
version 1.1.10

Changelog:
- Direct2D support. Auto check before compile
- GDI  renderer improved
- Custom renderer template
- Aspect ratio switch support
- Config test support for both Qt4 and Qt5
- Better build system
- Auto update rc file
- Some documents

compiletest

Toggle compiletest's commit message
enable compile tests for qmake. tested on windows mingw(with/without

msys) and vc