Commit Graph

42 Commits

Author SHA1 Message Date
Frankenstone
244d1d9447 fix ffmpeg compiler warnings, thx DboxOldie
Origin commit data
------------------
Branch: ni/coolstream
Commit: 48882de906
Author: Frankenstone <dampf_acc@online.de>
Date: 2019-02-27 (Wed, 27 Feb 2019)


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

------------------
This commit was generated by Migit
2019-02-27 23:25:44 +01:00
vanhofen
774b23685e move compatibility headers to /lib/hardware
Origin commit data
------------------
Branch: ni/coolstream
Commit: 651a56aab8
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-21 (Fri, 21 Dec 2018)

Origin message was:
------------------
- move compatibility headers to /lib/hardware

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

------------------
This commit was generated by Migit
2018-12-21 22:30:34 +01:00
vanhofen
d30b21564d rename COVERDIR => COVERDIR_TMP
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1c59a17fc6
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-09-18 (Tue, 18 Sep 2018)

Origin message was:
------------------
- rename COVERDIR => COVERDIR_TMP

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

------------------
This commit was generated by Migit
2018-09-18 21:18:40 +02:00
max_10
71320a28d7 ffmpegdec: fix audio playback for ARM_HARDWARE
Origin commit data
------------------
Branch: ni/coolstream
Commit: 647a69c0cf
Author: max_10 <max_10@gmx.de>
Date: 2017-11-30 (Thu, 30 Nov 2017)

Origin message was:
------------------
- ffmpegdec: fix audio playback for ARM_HARDWARE

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

------------------
This commit was generated by Migit
2017-11-30 12:38:40 +01:00
vanhofen
6252c82a18 Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 37f6b7a963
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-28 (Wed, 28 Jun 2017)


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

------------------
This commit was generated by Migit
2017-06-28 22:51:27 +02:00
vanhofen
c5dbede1d3 audiodec: unify cover handling
Origin commit data
------------------
Branch: ni/coolstream
Commit: ae0f735d99
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-27 (Tue, 27 Jun 2017)

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

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

------------------
This commit was generated by Migit
2017-06-27 23:45:57 +02:00
vanhofen
1f5b252c74 Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: e5cf06ec8a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-19 (Mon, 19 Jun 2017)


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

------------------
This commit was generated by Migit
2017-06-19 23:08:41 +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
6850970ff1 Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 292d7a2d5d
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 23:24:19 +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
vanhofen
ca99393430 Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Conflicts:
	lib/libdvbsub/dvbsubtitle.cpp
	src/neutrino.cpp
	src/nhttpd/tuxboxapi/neutrinoyparser.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 69d8616a91
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-12 (Sun, 12 Mar 2017)



------------------
This commit was generated by Migit
2017-03-12 22:03:03 +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
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
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
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
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
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
martii
8e3224acad driver/audiodec: metadata fix
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5a7b190790
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
martii
f7d8a89dd4 driver/audiodec: Switch to ffmpeg, drop custom decoder implementations, drop libvorbis/libmad/libid3/libogg/libflac. Not fully regression tested.
Conflicts:
	configure.ac
	src/Makefile.am
	src/driver/audiodec/Makefile.am


Origin commit data
------------------
Branch: ni/coolstream
Commit: d5ea074457
Author: martii <m4rtii@gmx.de>
Date: 2013-10-19 (Sat, 19 Oct 2013)



------------------
This commit was generated by Migit
2013-12-15 14:40:53 +04:00
martii
68f05c8d01 driver/audiodec/ffmpegdec: minor cleanup
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7bcd72afe3
Author: martii <m4rtii@gmx.de>
Date: 2013-10-17 (Thu, 17 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
992df5f59c driver/audiodec/ffmpegdec: reopen codec on error (experimental fix)
Origin commit data
------------------
Branch: ni/coolstream
Commit: c11aa70f28
Author: martii <m4rtii@gmx.de>
Date: 2013-10-13 (Sun, 13 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
b5799595f2 driver/audiodec: implement AAC support (via FFMPEG, with some rough edges)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 52620ccc91
Author: martii <m4rtii@gmx.de>
Date: 2013-10-13 (Sun, 13 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