diff --git a/Changelog b/Changelog new file mode 100644 index 000000000..d8e609fb0 --- /dev/null +++ b/Changelog @@ -0,0 +1,8 @@ +version 1.1.5 2013-01-18 + +- playing single stream support. i.e. playing video without audio or playing music +- plannar audio support +- output can be shared with multiple player +- g++ compile error fix +- external clock +- optimizations and bug fix diff --git a/QtAV.pro b/QtAV.pro index 067b02e54..8aa7cafa8 100644 --- a/QtAV.pro +++ b/QtAV.pro @@ -6,6 +6,6 @@ libqtav.file = src/libQtAV.pro gui.file = gui/player.pro gui.depends += libqtav -OTHER_FILES += README.md TODO.txt +OTHER_FILES += README.md TODO.txt Changelog