Log of /branches/phonon

View Directory Listing Directory Listing


Sticky Revision:

Revision 983650 - Directory Listing
Modified Thu Jun 18 17:57:58 2009 UTC (14 years, 5 months ago) by rdieter
encode #'s too

CCBUG: 172242


Revision 950739 - Directory Listing
Modified Tue Apr 7 17:28:33 2009 UTC (14 years, 7 months ago) by pfister
fix videowidget cursor handling
videowidget.cpp explicitly sets Qt::ArrowCursor under certain
circumstances; after that it is impossible to hide the cursor over the
video widget (needed e.g. in fullscreen mode)
backport of 950148


Revision 932518 - Directory Listing
Modified Thu Feb 26 20:32:31 2009 UTC (14 years, 9 months ago) by thiago
Update Phonon version number to 4.3.2.

The phonon/4.3 branch contains some fixes not present in Phonon 4.3.1 (which is shipping with Qt 4.5.0)

Revision 932516 - Directory Listing
Modified Thu Feb 26 20:29:41 2009 UTC (14 years, 9 months ago) by thiago
Backport r915247

Revision 924854 - Directory Listing
Modified Wed Feb 11 19:44:44 2009 UTC (14 years, 9 months ago) by mkretz
sorry, I thought this was trivial :-S


Revision 924853 - Directory Listing
Modified Wed Feb 11 19:43:46 2009 UTC (14 years, 9 months ago) by mkretz
two more adaptor accesses where adaptor might be 0

Revision 924144 - Directory Listing
Modified Tue Feb 10 09:17:28 2009 UTC (14 years, 9 months ago) by mkretz
Let MediaObject encode the URL to a Xine MRL. This is not as easy as
QUrl::toEncoded as xine then can't know anymore what encoding to use for local
files. Instead, for local files, use QFile::encodeName to create an 8-bit string
that is then percent encoded as needed and prefixed with "file:/".

BUG: 172242


Revision 921034 - Directory Listing
Modified Wed Feb 4 11:08:10 2009 UTC (14 years, 10 months ago) by mkretz
backport SVN commit 921006 by thiago:

Fixes:    Crash in Amarok

Task:     None, running Amarok
RevBy:    Jens
AutoTest: None
Details:  createBackend() ended up doing emit adaptor->..., before
adaptor got a chance to be created. So invert the order and initialise
the adaptor first thing.


Revision 916830 - Directory Listing
Modified Mon Jan 26 07:52:37 2009 UTC (14 years, 10 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 915667 - Directory Listing
Modified Fri Jan 23 13:32:42 2009 UTC (14 years, 10 months ago) by mkretz
this check is not necessary anymore

Revision 915243 - Directory Listing
Modified Thu Jan 22 16:37:04 2009 UTC (14 years, 10 months ago) by mkretz
old junk

Revision 915240 - Directory Listing
Modified Thu Jan 22 16:28:06 2009 UTC (14 years, 10 months ago) by mkretz
this was always supposed to be LGPL, the GPL header was an error

Revision 914467 - Directory Listing
Modified Wed Jan 21 08:28:22 2009 UTC (14 years, 10 months ago) by mkretz
bump version to 4.3.0

Revision 914375 - Directory Listing
Modified Wed Jan 21 00:06:02 2009 UTC (14 years, 10 months ago) by alexmerry
Backport r914374: make the volume go down when negative decibel values are entered, not up.



Revision 910152 - Directory Listing
Modified Mon Jan 12 19:17:16 2009 UTC (14 years, 10 months ago) by chehrlic
compile with qt4.4 (backport from trunk)

Revision 906924 - Directory Listing
Modified Wed Jan 7 07:31:04 2009 UTC (14 years, 10 months ago) by mkretz
bump cmake requirement
bump phonon version to RC1 number

Revision 906923 - Directory Listing
Modified Wed Jan 7 07:26:23 2009 UTC (14 years, 10 months ago) by mkretz
Phonon 4.3 branch


Revision 889152 - Directory Listing
Modified Wed Nov 26 08:16:05 2008 UTC (15 years ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 889054 - Directory Listing
Modified Tue Nov 25 21:38:45 2008 UTC (15 years ago) by aacid
use recently added XGETTEXT_QT instead of XGETTEXT


Revision 887722 - Directory Listing
Modified Sat Nov 22 17:00:09 2008 UTC (15 years ago) by mkretz
revert this part: it breaks at least the xine backend to know when the source queue is empty and it shouldn't wait for the next MediaSource to play

Revision 886889 - Directory Listing
Modified Thu Nov 20 13:40:11 2008 UTC (15 years ago) by mkretz
bump version

Revision 886888 - Directory Listing
Modified Thu Nov 20 13:36:19 2008 UTC (15 years ago) by mkretz
switch to automoc convenience macros

Revision 886874 - Directory Listing
Modified Thu Nov 20 12:13:25 2008 UTC (15 years ago) by mkretz
revert MediaObject::clear addition

Revision 886872 - Directory Listing
Modified Thu Nov 20 12:06:17 2008 UTC (15 years ago) by mkretz
revert rev. 861156 which introduced a new symbol in the branch.

Revision 886746 - Directory Listing
Modified Wed Nov 19 22:57:51 2008 UTC (15 years ago) by mkretz
whitespace changes and explicit inlining to reduce the diff to trunk

Revision 886744 - Directory Listing
Modified Wed Nov 19 22:56:14 2008 UTC (15 years ago) by mkretz
missing //

Revision 886740 - Directory Listing
Modified Wed Nov 19 22:47:25 2008 UTC (15 years ago) by mkretz
backport: skip adaptor compilation with QT_NO_DBUS

Revision 886739 - Directory Listing
Modified Wed Nov 19 22:46:48 2008 UTC (15 years ago) by mkretz
backport: try harder to show diagnostics when a Path connection fails

Revision 886737 - Directory Listing
Modified Wed Nov 19 22:44:08 2008 UTC (15 years ago) by mkretz
backport: cleanup for the platformplugin creation and explicitly stop all MediaObjects on shutdown

Revision 886735 - Directory Listing
Modified Wed Nov 19 22:42:45 2008 UTC (15 years ago) by mkretz
backport some docs

Revision 886729 - Directory Listing
Modified Wed Nov 19 22:20:06 2008 UTC (15 years ago) by mkretz
update the license headers to the same as is in trunk

Revision 886721 - Directory Listing
Modified Wed Nov 19 22:03:19 2008 UTC (15 years ago) by mkretz
fileFlags is not guaranteed to return only LocalDiskFlag, so better mask it

Revision 885956 - Directory Listing
Modified Tue Nov 18 09:31:11 2008 UTC (15 years ago) by mkretz
let libphonon add its own install prefix to the Qt library paths to make sure that non-KDE apps running without QT_PLUGIN_PATH set and no libraryPath entry in Trolltech.conf find the backends installed alongside the Phonon prefix

Revision 885953 - Directory Listing
Modified Tue Nov 18 09:17:57 2008 UTC (15 years ago) by tbastian
- fix for loading invalid MediaSource
- adding MediaObject::clear (for unloading)
- Trolltech -> Nokia copyright


Revision 885947 - Directory Listing
Modified Tue Nov 18 09:03:35 2008 UTC (15 years ago) by tbastian
update for 2 bugs regarding loading invalid mediasource

Revision 879829 - Directory Listing
Modified Tue Nov 4 07:35:56 2008 UTC (15 years, 1 month ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 873773 - Directory Listing
Modified Mon Oct 20 06:40:40 2008 UTC (15 years, 1 month ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 872186 - Directory Listing
Modified Thu Oct 16 14:27:12 2008 UTC (15 years, 1 month ago) by mkretz
backport: the availableAudioCaptureDevicesChanged signal wasn't connected

Revision 863771 - Directory Listing
Modified Tue Sep 23 06:09:35 2008 UTC (15 years, 2 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 861156 - Directory Listing
Modified Mon Sep 15 10:46:31 2008 UTC (15 years, 2 months ago) by tbastian
sync with perforce:
- effectwidget is now used in the mediaplayer demo

Revision 855218 - Directory Listing
Modified Sun Aug 31 10:13:11 2008 UTC (15 years, 3 months ago) by pino
do not leak the d-ptr


Revision 855215 - Directory Listing
Modified Sun Aug 31 10:12:13 2008 UTC (15 years, 3 months ago) by pino
do not leak the d-ptr


Revision 853068 - Directory Listing
Modified Wed Aug 27 06:06:16 2008 UTC (15 years, 3 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 852007 - Directory Listing
Modified Mon Aug 25 05:27:13 2008 UTC (15 years, 3 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 851136 - Directory Listing
Modified Fri Aug 22 23:48:45 2008 UTC (15 years, 3 months ago) by mpyne
Backport fix for phonon-gst opening files with characters handled specially in URIs to phonon/4.2
branch.


Revision 848557 - Directory Listing
Modified Mon Aug 18 05:09:26 2008 UTC (15 years, 3 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 846101 - Directory Listing
Modified Tue Aug 12 23:39:43 2008 UTC (15 years, 3 months ago) by chehrlic
backport mingw compile++, now we can enable ds9 backend

Revision 846092 - Directory Listing
Modified Tue Aug 12 23:12:30 2008 UTC (15 years, 3 months ago) by chehrlic
backport some compile fixes from trunk

Revision 843370 - Directory Listing
Modified Thu Aug 7 04:49:31 2008 UTC (15 years, 3 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 842897 - Directory Listing
Modified Wed Aug 6 08:01:55 2008 UTC (15 years, 4 months ago) by tbastian
Fixed compilation with namespace in AbstractMediaStream
and m_backendObject initialization in FActoryPrivate

Revision 842690 - Directory Listing
Modified Tue Aug 5 19:41:32 2008 UTC (15 years, 4 months ago) by mkretz
backport: it's not a good idea to use name before it gets initialized

Revision 842668 - Directory Listing
Modified Tue Aug 5 18:45:28 2008 UTC (15 years, 4 months ago) by mkretz
readd lost m_backendObject initialization and add missing //

Revision 842608 - Directory Listing
Modified Tue Aug 5 16:13:23 2008 UTC (15 years, 4 months ago) by mkretz
without MediaStream don't compile the whole kiofallback and MediaStream error reporting code

Revision 842593 - Directory Listing
Modified Tue Aug 5 15:33:13 2008 UTC (15 years, 4 months ago) by mkretz
clean this up further, this is in libphononexperimental already and can move when ready

Revision 842576 - Directory Listing
Modified Tue Aug 5 15:08:16 2008 UTC (15 years, 4 months ago) by tbastian
still some left-overs. Sorry for those incomplete commits...

Revision 842569 - Directory Listing
Modified Tue Aug 5 14:54:14 2008 UTC (15 years, 4 months ago) by mkretz
with QT_NO_PHONON_ABSTRACTMEDIASTREAM the moc shouldn't be included

Revision 842567 - Directory Listing
Modified Tue Aug 5 14:53:47 2008 UTC (15 years, 4 months ago) by mkretz
this private class is useless with QT_NO_PHONON_ABSTRACTMEDIASTREAM

Revision 842565 - Directory Listing
Modified Tue Aug 5 14:50:55 2008 UTC (15 years, 4 months ago) by tbastian
make the volume slider get its icon from the style

Revision 842561 - Directory Listing
Modified Tue Aug 5 14:42:47 2008 UTC (15 years, 4 months ago) by tbastian
was strangely not part of the previous patch...

Revision 842501 - Directory Listing
Modified Tue Aug 5 12:37:48 2008 UTC (15 years, 4 months ago) by tbastian
adding QFEATURES support for reducing the size of the library when configuring Qt. Added macros are:
QT_NO_PHONON_ABSTRACTMEDIASTREAM
QT_NO_PHONON_AUDIOCAPTURE
QT_NO_PHONON_EFFECT
QT_NO_PHONON_MEDIACONTROLLER
QT_NO_PHONON_OBJECTDESCRIPTIONMODEL
QT_NO_PHONON_PLATFORMPLUGIN
QT_NO_PHONON_SEEKSLIDER
QT_NO_PHONON_VIDEO
QT_NO_PHONON_VOLUMESLIDER
QT_NO_PHONON_EFFECTWIDGET
QT_NO_PHONON_VIDEOPLAYER
QT_NO_PHONON_VOLUMEFADEREFFECT

Revision 841786 - Directory Listing
Modified Mon Aug 4 04:57:00 2008 UTC (15 years, 4 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 841310 - Directory Listing
Modified Sun Aug 3 04:50:22 2008 UTC (15 years, 4 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 840646 - Directory Listing
Modified Fri Aug 1 12:08:17 2008 UTC (15 years, 4 months ago) by tbastian
sync with perforce
-fixed a path reconnection issue
-fixed videoplayer to try to play anyway (the error is not synchronous)

Revision 839905 - Directory Listing
Modified Thu Jul 31 04:52:14 2008 UTC (15 years, 4 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 838938 - Directory Listing
Modified Tue Jul 29 04:45:44 2008 UTC (15 years, 4 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 836516 - Directory Listing
Modified Tue Jul 22 12:49:24 2008 UTC (15 years, 4 months ago) by mkretz
bump to 4.2.0

Revision 835916 - Directory Listing
Modified Mon Jul 21 11:49:05 2008 UTC (15 years, 4 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 835131 - Directory Listing
Modified Sat Jul 19 22:34:25 2008 UTC (15 years, 4 months ago) by segato
backport the fix in commit 834755 by chehrlic

Revision 834237 - Directory Listing
Modified Fri Jul 18 13:18:38 2008 UTC (15 years, 4 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 833844 - Directory Listing
Modified Thu Jul 17 13:20:56 2008 UTC (15 years, 4 months ago) by mkretz
it seems the IEC958 code I merged from gst-plugins-base-0.10.18 needs gst >= 0.10.18

Revision 833681 - Directory Listing
Modified Thu Jul 17 10:34:55 2008 UTC (15 years, 4 months ago) by mkretz
/usr/include/alsa/global.h needs this information, else it thinks it has to redefine struct timeval and struct timespec

Revision 833675 - Directory Listing
Modified Thu Jul 17 10:14:21 2008 UTC (15 years, 4 months ago) by mkretz
merge alsasink to gst-plugins-base 0.10.18

Revision 833673 - Directory Listing
Modified Thu Jul 17 10:12:34 2008 UTC (15 years, 4 months ago) by mkretz
make sure the gst backend is compiled correctly against the new AudioOutput interface

Revision 833666 - Directory Listing
Modified Thu Jul 17 09:55:01 2008 UTC (15 years, 4 months ago) by mkretz
merge r829705: -apply patch from guru AT computer-rave DOT com , search CMAKE_INSTALL_PREFIX correctly, i.e.
without the /lib, since this is already part of the PATH_SUFFIX

Revision 833384 - Directory Listing
Modified Wed Jul 16 18:43:38 2008 UTC (15 years, 4 months ago) by mkretz
backport: regain hidden visibility and other goodies


Revision 833262 - Directory Listing
Modified Wed Jul 16 15:01:03 2008 UTC (15 years, 4 months ago) by mkretz
unhide advanced devices from the platform plugin
CCBUG: 166713

Revision 832248 - Directory Listing
Modified Mon Jul 14 08:20:01 2008 UTC (15 years, 4 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 830283 - Directory Listing
Modified Thu Jul 10 03:10:13 2008 UTC (15 years, 4 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 829600 - Directory Listing
Modified Tue Jul 8 17:36:35 2008 UTC (15 years, 4 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 829173 - Directory Listing
Modified Mon Jul 7 19:01:06 2008 UTC (15 years, 4 months ago) by mkretz
restore SC on the backend interface. Backends now need to define PHONON_BACKEND_VERSION_4_2 in order to implement the new interface

Revision 829169 - Directory Listing
Modified Mon Jul 7 18:32:03 2008 UTC (15 years, 4 months ago) by mkretz
SVN_SILENT: MediaQueue is long gone

Revision 828599 - Directory Listing
Modified Sun Jul 6 05:57:05 2008 UTC (15 years, 5 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 827262 - Directory Listing
Modified Wed Jul 2 13:31:33 2008 UTC (15 years, 5 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 826718 - Directory Listing
Modified Tue Jul 1 06:57:41 2008 UTC (15 years, 5 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 825225 - Directory Listing
Modified Fri Jun 27 16:07:38 2008 UTC (15 years, 5 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 824816 - Directory Listing
Modified Thu Jun 26 16:50:14 2008 UTC (15 years, 5 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 824413 - Directory Listing
Modified Wed Jun 25 17:31:46 2008 UTC (15 years, 5 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 823984 - Directory Listing
Modified Tue Jun 24 14:22:57 2008 UTC (15 years, 5 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 823628 - Directory Listing
Modified Mon Jun 23 18:13:56 2008 UTC (15 years, 5 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 822992 - Directory Listing
Modified Sun Jun 22 10:41:01 2008 UTC (15 years, 5 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 822491 - Directory Listing
Modified Fri Jun 20 12:05:18 2008 UTC (15 years, 5 months ago) by mkretz
- bump patch version to 83 like kdelibs
- put Qt includes last to avoid including phonon headers shipped with Qt

Revision 820366 - Directory Listing
Modified Fri Jun 13 23:43:14 2008 UTC (15 years, 5 months ago) by aacid
Extract messages from this backend too


Revision 819916 - Directory Listing
Modified Thu Jun 12 16:13:40 2008 UTC (15 years, 5 months ago) by jriddell
add missing licence file

Revision 819722 - Directory Listing
Modified Wed Jun 11 21:10:51 2008 UTC (15 years, 5 months ago) by aacid
Vir wanted this for phonon too


Revision 819638 - Directory Listing
Modified Wed Jun 11 16:28:41 2008 UTC (15 years, 5 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 819292 - Directory Listing
Modified Tue Jun 10 20:57:15 2008 UTC (15 years, 5 months ago) by scripty
SVN_SILENT made messages (.desktop file)

Revision 817778 - Directory Listing
Modified Fri Jun 6 21:01:10 2008 UTC (15 years, 5 months ago) by aacid
Since r817777 phonon is a qt_only program and such already gets this flags, no need to add them here again


Revision 816899 - Directory Listing
Modified Wed Jun 4 22:07:53 2008 UTC (15 years, 6 months ago) by dfaure
Same as SVN commit r815981 by neundorf: search in more directories (i.e. allow me to set CMAKE_PREFIX_PATH to kdesupport's prefix)


Revision 814583 - Directory Listing
Modified Fri May 30 18:50:14 2008 UTC (15 years, 6 months ago) by chehrlic
merge my changes from trunk

Revision 814171 - Directory Listing
Modified Thu May 29 14:39:45 2008 UTC (15 years, 6 months ago) by mkretz
backport: build a shared library instead

Revision 813403 - Directory Listing
Modified Tue May 27 15:27:46 2008 UTC (15 years, 6 months ago) by mkretz
it ships with 4.2 so the check is not needed anymore

Revision 813375 - Directory Listing
Modified Tue May 27 14:38:08 2008 UTC (15 years, 6 months ago) by mkretz
add pkgconfig file and fix some more cmake variables

Revision 813281 - Directory Listing
Modified Tue May 27 10:52:23 2008 UTC (15 years, 6 months ago) by mkretz
more correct version numbers

Revision 813272 - Directory Listing
Modified Tue May 27 10:33:13 2008 UTC (15 years, 6 months ago) by mkretz
remove the lib prefix for a plugin

Revision 813020 - Directory Listing
Modified Mon May 26 21:01:21 2008 UTC (15 years, 6 months ago) by mkretz
backport SVN commit 812962 by dfaure:

Fixes for -pedantic -- unfortunately gstreamer needed its own set of fixes too, for this to compile.


Revision 812943 - Directory Listing
Modified Mon May 26 17:26:51 2008 UTC (15 years, 6 months ago) by mkretz
pull AbstractMediaStream2 again. It's not ready for the 4.2 release and needs some review before it can be released

Revision 812938 - Directory Listing
Modified Mon May 26 17:14:03 2008 UTC (15 years, 6 months ago) by mkretz
backport include fix; disable qt7 and ds9 backends which will not be developed for the 4.2 release (at least not by me)

Revision 812935 - Directory Listing
Modified Mon May 26 17:06:43 2008 UTC (15 years, 6 months ago) by mkretz
revert
> SVN commit 798057 by beschow:
>
> Fix layout direction in vertical mode.

to fix layout direction in vertical mode. Why is it a fix to put the mute button/icon below the slider?

CCMAIL: bbeschow@cs.tu-berlin.de


Revision 812932 - Directory Listing
Modified Mon May 26 16:56:44 2008 UTC (15 years, 6 months ago) by mkretz
forwardport r799334: fixed build issue on MSVC2002

Revision 812930 - Directory Listing
Modified Mon May 26 16:54:45 2008 UTC (15 years, 6 months ago) by mkretz
forwardport r799334: video player had getters as slots

Revision 812929 - Directory Listing
Modified Mon May 26 16:52:29 2008 UTC (15 years, 6 months ago) by mkretz
backport r799334: workatround for compiz fullscreen mode

Revision 812884 - Directory Listing
Modified Mon May 26 15:06:14 2008 UTC (15 years, 6 months ago) by mkretz
open a 4.2 branch to be released with KDE 4.1


Revision 799334 - Directory Listing
Modified Mon Apr 21 08:49:35 2008 UTC (15 years, 7 months ago) by tbastian
-video player had getters as slots
-objectdescriptionmodel: fixed build issue on MSVC2002
-videowidget: workatround for compiz fullscreen mode

Revision 793325 - Directory Listing
Modified Thu Apr 3 16:57:42 2008 UTC (15 years, 8 months ago) by mkretz
svn merge didn't merge correctly it seems. factory.h -> factory_p.h

Revision 793320 - Directory Listing
Modified Thu Apr 3 16:42:19 2008 UTC (15 years, 8 months ago) by mkretz
backport: private headers need _p

Revision 791194 - Directory Listing
Modified Fri Mar 28 17:34:53 2008 UTC (15 years, 8 months ago) by mkretz
backport r791192:
Factory is an internal class, so the header needs to be called factory_p.h instead


Revision 785598 - Directory Listing
Modified Fri Mar 14 13:22:38 2008 UTC (15 years, 8 months ago) by tbastian
fixed issue with full screen mode

Revision 785579 - Directory Listing
Modified Fri Mar 14 12:13:21 2008 UTC (15 years, 8 months ago) by tbastian
recommit last changes from Qt 4.4:
- phononVersion
- compat with VC6

Revision 785571 - Directory Listing
Modified Fri Mar 14 11:42:43 2008 UTC (15 years, 8 months ago) by mkretz
the KDE code does not get released with Qt 4.4


Revision 785567 - Directory Listing
Modified Fri Mar 14 11:38:12 2008 UTC (15 years, 8 months ago) by mkretz
branch of libphonon 4.1 - the version that will be released with Qt 4.4


Revision 785565 - Directory Listing
Added Fri Mar 14 11:36:40 2008 UTC (15 years, 8 months ago) by dfaure
dir for phonon branches