Commit Graph

111 Commits

Author SHA1 Message Date
Jacek Jendrzej
a91765a685 Merge branch 'master' into pu/mp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7ad4a0e6cc
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-02 (Mon, 02 Oct 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-10-02 13:56:25 +02:00
Stefan Seyfried
ef71d00d7f remove "using namespace std" from header files
"using namespace std" in headers is considered bad practice, so move it
either into the respective cpp files or (for files which have lots of
other std::xxx usage anyway) just write it out explicitly.
Looking at the headers and the affected cpp files, one can actually see
why it is bad practice, as it's spreading very far ;-)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0d9139054a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-10-01 (Sun, 01 Oct 2017)



------------------
This commit was generated by Migit
2017-10-02 13:43:57 +02:00
Jacek Jendrzej
a25626adc1 Merge branch 'master' into pu/mp
Origin commit data
------------------
Branch: ni/coolstream
Commit: b7ceb705a0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-09-26 (Tue, 26 Sep 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-09-26 12:52:04 +02:00
Stefan Seyfried
d8ff631f69 add LUA_CFLAGS everywhere widget/menue.h is used
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9e2a7d7f79
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-09-26 12:41:05 +02:00
Michael Liebmann
dbb1faf69d Merge branch 'master' into pu/mp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 542626c0da
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-06-29 (Thu, 29 Jun 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-06-29 15:06:39 +02:00
vanhofen
684cf8076b audiodec: unify cover handling
(cherry picked from commit c5dbede1d3)
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 99d72a0b8a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-27 (Tue, 27 Jun 2017)

Origin message was:
------------------
- audiodec: unify cover handling

(cherry picked from commit c5dbede1d3)
Signed-off-by: Thilo Graf <dbt@novatux.de>


------------------
This commit was generated by Migit
2017-06-28 20:35:18 +02:00
Jacek Jendrzej
a916fad179 Merge branch 'master' into pu/mp
Origin commit data
------------------
Branch: ni/coolstream
Commit: cf951434d5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-06-20 (Tue, 20 Jun 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-06-20 14:26:38 +02:00
Jacek Jendrzej
17b08e16ba try to fix versio check for ffmpeg
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0bc31c6397
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-06-18 (Sun, 18 Jun 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-06-18 21:43:34 +02:00
vanhofen
cd653ca806 Merge branch 'master' into pu/mp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 11a28c07d6
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-19 (Wed, 19 Apr 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-04-19 21:35:56 +02:00
Jacek Jendrzej
fee0463182 try to fix version check for avformat codecpar
Origin commit data
------------------
Branch: ni/coolstream
Commit: a3bf23d9c9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-04-19 (Wed, 19 Apr 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-04-19 17:19:43 +02:00
Stefan Seyfried
587fa7d77a Merge remote-tracking branch 'tuxbox/master'
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6f1cfd42bb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-03-07 (Tue, 07 Mar 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-03-07 19:43:06 +01:00
Jacek Jendrzej
4c19475bd1 make neutrino compatible with new ffmpeg
Origin commit data
------------------
Branch: ni/coolstream
Commit: bfa589eb08
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-03-07 (Tue, 07 Mar 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-03-07 15:00:17 +01:00
Stefan Seyfried
9da0bb35b9 driver: use newer ffmpeg API
Reduce the "deprecated function" warnings a bit when compiling against
recent ffmpeg releases. Just the drop-in-replacement "av_packet_unref"
which works with both old and new ffmpeg versions.
The other stuff needs rewrites which are not compatible with all ffmpeg
releases :-(


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7154f36258
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-11-12 (Sat, 12 Nov 2016)



------------------
This commit was generated by Migit
2016-11-13 01:44:45 +01:00
Stefan Seyfried
8a0cebc9fc driver: use newer ffmpeg API
Reduce the "deprecated function" warnings a bit when compiling against
recent ffmpeg releases. Just the drop-in-replacement "av_packet_unref"
which works with both old and new ffmpeg versions.
The other stuff needs rewrites which are not compatible with all ffmpeg
releases :-(


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4a400c909a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-11-12 (Sat, 12 Nov 2016)



------------------
This commit was generated by Migit
2016-11-12 22:16:42 +01:00
Stefan Seyfried
3f75ef5f47 Merge remote-tracking branch 'tuxbox/master'
* needs compile fixes
* needs additional tests, of course :-)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 13ab1ebc8a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-10-22 (Sat, 22 Oct 2016)



------------------
This commit was generated by Migit
2016-10-22 11:37:40 +02:00
Jacek Jendrzej
beae26be1d some never read compil warning fixes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0d9fbd5378
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-24 (Sun, 24 Apr 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-04-24 17:18:37 +02:00
Stefan Seyfried
67208da51c ffmpegdec: fix playback for big-endian arch
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8e763ca183
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-17 (Sun, 17 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-01-17 15:22:49 +01:00
Stefan Seyfried
28ab173560 Merge remote-tracking branch 'cst-next'
Origin commit data
------------------
Branch: ni/coolstream
Commit: 572de2bbcb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-01-16 12:51:04 +01:00
Stefan Seyfried
1364beedc3 port HWLIB_CFLAGS from neutrino-mp to neutrino-hd
Origin commit data
------------------
Branch: ni/coolstream
Commit: 79d800f955
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-12 (Tue, 12 Jan 2016)

Origin message was:
------------------
- port HWLIB_CFLAGS from neutrino-mp to neutrino-hd

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
247c16a717 fix build with newer openSUSE ffmpeg packages (again)
Origin commit data
------------------
Branch: ni/coolstream
Commit: d3245a4f90
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-13 (Sun, 13 Dec 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-12-13 18:16:16 +01:00
Stefan Seyfried
5f89c9a312 Merge remote-tracking branch 'uncool/cst-next'
This need buildfixes and some functional updates...


Origin commit data
------------------
Branch: ni/coolstream
Commit: eeee5bacab
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-13 (Sun, 13 Dec 2015)



------------------
This commit was generated by Migit
2015-12-13 17:41:55 +01:00
Jacek Jendrzej
15e1a8b955 audioplayer: -add flv format (THX Houdini)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 29aa47aef0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-07-27 (Mon, 27 Jul 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-07-27 12:40:41 +02:00
Jacek Jendrzej
05271cb12b supplement to 189e55ec30
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2c9d0674cd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-04-18 (Sat, 18 Apr 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-04-18 20:03:44 +02:00
Stefan Seyfried
f76a607799 add CFLAGS for libsigc
Origin commit data
------------------
Branch: ni/coolstream
Commit: a92eb8f8e7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-01-02 (Fri, 02 Jan 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-01-02 21:00:18 +01:00
Stefan Seyfried
f8f6c58bdc add CFLAGS for libsigc
Origin commit data
------------------
Branch: ni/coolstream
Commit: 41dd237498
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-12-25 (Thu, 25 Dec 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-12-25 18:11:36 +01:00
Stefan Seyfried
c8e3ec41a9 Merge remote-tracking branch 'check/cst-next'
needs build- and functional fixes

Conflicts:
	configure.ac
	data/icons/shutdown.jpg
	data/icons/start.jpg
	data/locale/deutsch.locale
	data/locale/english.locale
	lib/libmd5sum/md5.c
	src/driver/scanepg.cpp
	src/driver/streamts.cpp
	src/driver/vfd.cpp
	src/driver/vfd.h
	src/driver/volume.cpp
	src/eitd/dmx.cpp
	src/eitd/xmlutil.cpp
	src/gui/Makefile.am
	src/gui/audiomute.cpp
	src/gui/channellist.cpp
	src/gui/dboxinfo.cpp
	src/gui/epgview.cpp
	src/gui/eventlist.cpp
	src/gui/filebrowser.cpp
	src/gui/hdd_menu.cpp
	src/gui/infoviewer.cpp
	src/gui/infoviewer_bb.cpp
	src/gui/infoviewer_bb.h
	src/gui/keybind_setup.cpp
	src/gui/luainstance.cpp
	src/gui/luainstance.h
	src/gui/miscsettings_menu.cpp
	src/gui/moviebrowser.cpp
	src/gui/movieplayer.cpp
	src/gui/osd_progressbar_setup.cpp
	src/gui/osd_progressbar_setup.h
	src/gui/osd_setup.cpp
	src/gui/osdlang_setup.cpp
	src/gui/personalize.cpp
	src/gui/plugins.cpp
	src/gui/plugins.h
	src/gui/scan.cpp
	src/gui/scan_setup.cpp
	src/gui/update_settings.cpp
	src/gui/user_menue.cpp
	src/gui/user_menue_setup.cpp
	src/gui/videosettings.cpp
	src/gui/widget/buttons.cpp
	src/gui/widget/menue.cpp
	src/gui/widget/menue.h
	src/gui/widget/progresswindow.cpp
	src/neutrino.cpp
	src/neutrino_menue.cpp
	src/nhttpd/yhttpd.cpp
	src/system/helpers.cpp
	src/system/locals.h
	src/system/locals_intern.h
	src/system/setting_helpers.cpp
	src/zapit/lib/zapitclient.cpp
	src/zapit/src/fastscan.cpp
	src/zapit/src/frontend.cpp
	src/zapit/src/getservices.cpp
	src/zapit/src/scan.cpp
	src/zapit/src/scannit.cpp
	src/zapit/src/scanpmt.cpp
	src/zapit/src/transponder.cpp
	src/zapit/src/zapit.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 69c4dbbdba
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-12-25 (Thu, 25 Dec 2014)



------------------
This commit was generated by Migit
2014-12-25 18:03:08 +01:00
martii
730d7dc55f driver/audiodec/ffmpegdec: work-around for pre-2.2 ffmpeg API build
Origin commit data
------------------
Branch: ni/coolstream
Commit: be45410a3d
Author: martii <m4rtii@gmx.de>
Date: 2014-04-13 (Sun, 13 Apr 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-09-29 14:37:12 +04:00
martii
f5a5894579 driver/audiodec/ffmpegdec: adapt to 2.0 ffmpeg API
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0d44d40dc0
Author: martii <m4rtii@gmx.de>
Date: 2014-04-03 (Thu, 03 Apr 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-09-29 14:37:05 +04:00
Stefan Seyfried
a3d104a600 Merge remote-tracking branch 'check/next-cc'
Origin commit data
------------------
Branch: ni/coolstream
Commit: f6d8c02313
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-19 (Wed, 19 Feb 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-02-19 11:29:29 +01:00
Jacek Jendrzej
69b86dba0b CFfmpegDec::Decoder -fix possible floating point exception
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9a6a2f70c6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-02-17 (Mon, 17 Feb 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-02-17 16:24:44 +01:00
Stefan Seyfried
6fae9a0db4 Merge remote-tracking branch 'check/next-cc'
untested, probably needs some buildfixing


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7d87ce9c54
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-12-22 (Sun, 22 Dec 2013)



------------------
This commit was generated by Migit
2013-12-22 21:25:05 +01:00
martii
d02e2981dd driver/audiodec/ffmpegdec: trim metadata strings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 27acdadf30
Author: martii <m4rtii@gmx.de>
Date: 2013-12-15 (Sun, 15 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-12-16 14:54:37 +01:00
[CST] Focus
e20505a328 driver/audiodec/ffmpegdec.cpp: fix warning after 3d22253951
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3ac714d93a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-15 (Sun, 15 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-12-15 14:57:29 +04:00
[CST] Focus
3d22253951 driver/audiodec/ffmpegdec.cpp: comment selecting input format from file type,
let ffmpeg to find input format


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2ebdf6dfbb
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-15 (Sun, 15 Dec 2013)



------------------
This commit was generated by Migit
2013-12-15 14:46:45 +04:00
[CST] Focus
6aa17d2ae9 driver/audiodec: get back old audio decoders code, use configure option ENABLE_FFMPEGDEC
to switch between old code and ffmpegdec


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0cb07d75d9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-15 (Sun, 15 Dec 2013)



------------------
This commit was generated by Migit
2013-12-15 14:46:45 +04:00
[CST] Focus
7ba89f8f08 driver/audiodec/mp3dec.cpp: save cover only on play start, unlink on play stop
Origin commit data
------------------
Branch: ni/coolstream
Commit: 554bb40189
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-13 (Fri, 13 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-12-15 14:46:45 +04:00
[CST] Focus
2222d274b1 driver/audiodec/ffmpegdec.cpp: try to save cover only at play start time,
looks like race, but CAudioPlayerGui::updateMetaData should detect changed metadata and display cover


Origin commit data
------------------
Branch: ni/coolstream
Commit: c263bdba51
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-12 (Thu, 12 Dec 2013)



------------------
This commit was generated by Migit
2013-12-15 14:46:45 +04:00
[CST] Focus
05c1e1f221 driver/audiodec/ffmpegdec.cpp: fix jump forward/backward
Origin commit data
------------------
Branch: ni/coolstream
Commit: fcc6cc6ff2
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-11 (Wed, 11 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-12-15 14:40:54 +04:00
[CST] Focus
8153296942 driver/audiodec/ffmpegdec.cpp: add support to downmix and play multichannel audio,
fix seek function,
use duration reported by ffmpeg if reported,
set analyzeduration to 1 second


Origin commit data
------------------
Branch: ni/coolstream
Commit: ecf0fb03a6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-10 (Tue, 10 Dec 2013)



------------------
This commit was generated by Migit
2013-12-15 14:40:54 +04:00
[CST] Focus
6349136b3f driver/audiodec/ffmpegdec.cpp: parse metadata only for AVMEDIA_TYPE_AUDIO streams;
fix type_info and possible crash (thanks Jacek)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 66b0dc0306
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-05 (Thu, 05 Dec 2013)



------------------
This commit was generated by Migit
2013-12-15 14:40:54 +04:00
[CST] Focus
03ada2fc7a driver/audiodec/ffmpegdec.cpp: fix ogg; get metadata also from streams,
ie some ogg dont have global metadata


Origin commit data
------------------
Branch: ni/coolstream
Commit: 294766e4d5
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-03 (Tue, 03 Dec 2013)



------------------
This commit was generated by Migit
2013-12-15 14:40:54 +04:00
[CST] Focus
f72be84e08 driver/audiodec/ffmpegdec.cpp: fix bits per sample, fix av_free_packet
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6aab9783f1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-02 (Mon, 02 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-12-15 14:40:54 +04:00
[CST] Focus
a9344c2cec driver/audiodec/ffmpegdec.cpp, driver/audiometadata.cpp: fix compile
Origin commit data
------------------
Branch: ni/coolstream
Commit: 38ca5c4f38
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-02 (Mon, 02 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-12-15 14:40:54 +04:00
martii
7f0c91d25d driver/audiodec,audiometadata: cover file handling fixed
Origin commit data
------------------
Branch: ni/coolstream
Commit: 579ca91889
Author: martii <m4rtii@gmx.de>
Date: 2013-11-12 (Tue, 12 Nov 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-12-15 14:40:54 +04:00
martii
ef037124c6 driver/audiodec/ffmpegdec: cover fix
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0d55807143
Author: martii <m4rtii@gmx.de>
Date: 2013-11-12 (Tue, 12 Nov 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-12-15 14:40:54 +04:00
martii
a792ce7705 driver/audiodec/ffmpegdec: don't set cover-art variable on failure
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1575fad077
Author: martii <m4rtii@gmx.de>
Date: 2013-11-11 (Mon, 11 Nov 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-12-15 14:40:54 +04:00
martii
b4459af5fe audioplayer, ffmpegdec: embedded cover support
Conflicts:
	src/gui/audioplayer.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5d02024ae1
Author: martii <m4rtii@gmx.de>
Date: 2013-11-11 (Mon, 11 Nov 2013)



------------------
This commit was generated by Migit
2013-12-15 14:40:54 +04:00
martii
7c4d89cf40 drop #ifdef ENABLE_FLAC
Origin commit data
------------------
Branch: ni/coolstream
Commit: bf694d32f1
Author: martii <m4rtii@gmx.de>
Date: 2013-10-31 (Thu, 31 Oct 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-12-15 14:40:54 +04:00
martii
517b1f5e55 driver/audiodec: don't encode utf8 to utf8
Origin commit data
------------------
Branch: ni/coolstream
Commit: e41f122970
Author: martii <m4rtii@gmx.de>
Date: 2013-10-31 (Thu, 31 Oct 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-12-15 14:40:53 +04:00
martii
b836d50ddd audiodec/ffmpegdec: convert id3 tags to UTF8
Origin commit data
------------------
Branch: ni/coolstream
Commit: d3f31195a2
Author: martii <m4rtii@gmx.de>
Date: 2013-10-20 (Sun, 20 Oct 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-12-15 14:40:53 +04:00