Stefan Seyfried
79d800f955
- port HWLIB_CFLAGS from neutrino-mp to neutrino-hd
2016-01-14 22:29:00 +01:00
Jacek Jendrzej
29aa47aef0
audioplayer: -add flv format (THX Houdini)
2015-07-27 12:40:41 +02:00
Jacek Jendrzej
2c9d0674cd
supplement to 5ab6b53054
2015-04-18 20:03:44 +02:00
Stefan Seyfried
a92eb8f8e7
add CFLAGS for libsigc
2015-01-02 21:00:18 +01:00
martii
be45410a3d
driver/audiodec/ffmpegdec: work-around for pre-2.2 ffmpeg API build
2014-09-29 14:37:12 +04:00
martii
0d44d40dc0
driver/audiodec/ffmpegdec: adapt to 2.0 ffmpeg API
2014-09-29 14:37:05 +04:00
Jacek Jendrzej
9a6a2f70c6
CFfmpegDec::Decoder -fix possible floating point exception
2014-02-17 16:24:44 +01:00
martii
27acdadf30
driver/audiodec/ffmpegdec: trim metadata strings
2013-12-16 14:54:37 +01:00
[CST] Focus
3ac714d93a
driver/audiodec/ffmpegdec.cpp: fix warning after 2ebdf6dfbb
2013-12-15 14:57:29 +04:00
[CST] Focus
2ebdf6dfbb
driver/audiodec/ffmpegdec.cpp: comment selecting input format from file type,
...
let ffmpeg to find input format
2013-12-15 14:46:45 +04:00
[CST] Focus
0cb07d75d9
driver/audiodec: get back old audio decoders code, use configure option ENABLE_FFMPEGDEC
...
to switch between old code and ffmpegdec
2013-12-15 14:46:45 +04:00
[CST] Focus
554bb40189
driver/audiodec/mp3dec.cpp: save cover only on play start, unlink on play stop
2013-12-15 14:46:45 +04:00
[CST] Focus
c263bdba51
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
2013-12-15 14:46:45 +04:00
[CST] Focus
fcc6cc6ff2
driver/audiodec/ffmpegdec.cpp: fix jump forward/backward
2013-12-15 14:40:54 +04:00
[CST] Focus
ecf0fb03a6
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
2013-12-15 14:40:54 +04:00
[CST] Focus
66b0dc0306
driver/audiodec/ffmpegdec.cpp: parse metadata only for AVMEDIA_TYPE_AUDIO streams;
...
fix type_info and possible crash (thanks Jacek)
2013-12-15 14:40:54 +04:00
[CST] Focus
294766e4d5
driver/audiodec/ffmpegdec.cpp: fix ogg; get metadata also from streams,
...
ie some ogg dont have global metadata
2013-12-15 14:40:54 +04:00
[CST] Focus
6aab9783f1
driver/audiodec/ffmpegdec.cpp: fix bits per sample, fix av_free_packet
2013-12-15 14:40:54 +04:00
[CST] Focus
38ca5c4f38
driver/audiodec/ffmpegdec.cpp, driver/audiometadata.cpp: fix compile
2013-12-15 14:40:54 +04:00
martii
579ca91889
driver/audiodec,audiometadata: cover file handling fixed
2013-12-15 14:40:54 +04:00
martii
0d55807143
driver/audiodec/ffmpegdec: cover fix
2013-12-15 14:40:54 +04:00
martii
1575fad077
driver/audiodec/ffmpegdec: don't set cover-art variable on failure
2013-12-15 14:40:54 +04:00
martii
5d02024ae1
audioplayer, ffmpegdec: embedded cover support
...
Conflicts:
src/gui/audioplayer.cpp
2013-12-15 14:40:54 +04:00
martii
bf694d32f1
drop #ifdef ENABLE_FLAC
2013-12-15 14:40:54 +04:00
martii
e41f122970
driver/audiodec: don't encode utf8 to utf8
2013-12-15 14:40:53 +04:00
martii
d3f31195a2
audiodec/ffmpegdec: convert id3 tags to UTF8
2013-12-15 14:40:53 +04:00
martii
5a7b190790
driver/audiodec: metadata fix
2013-12-15 14:40:53 +04:00
martii
d5ea074457
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
2013-12-15 14:40:53 +04:00
martii
7bcd72afe3
driver/audiodec/ffmpegdec: minor cleanup
2013-12-15 14:40:53 +04:00
martii
c11aa70f28
driver/audiodec/ffmpegdec: reopen codec on error (experimental fix)
2013-12-15 14:40:53 +04:00
martii
52620ccc91
driver/audiodec: implement AAC support (via FFMPEG, with some rough edges)
2013-12-15 14:40:53 +04:00
svenhoefer
22c3cec0ca
- audioplayer: fix cover handling
2013-11-14 23:52:21 +01:00
svenhoefer
014dd3ac7b
Revert "- add missing include of vfd header"
...
This reverts commit 3845feb0e4
.
2013-11-13 23:39:55 +01:00
svenhoefer
3845feb0e4
- add missing include of vfd header
2013-11-13 10:40:18 +01:00
svenhoefer
fe07423ad1
- audioplayer: show cover from id3-tag or folder.jpg in header
...
if exist a file called folder.jpg in same dir as the audiofile
or a audiocover is defined in id3-tag it will be displayed in header.
cover in tag is preferred.
ported from mohusch. original patch by tangocash. thx!
2013-11-09 18:34:09 +01:00
Michael Liebmann
5091e920fc
Replacing obsolete 'INCLUDES' with 'AM_CPPFLAGS' in all Makefile.am
2013-10-17 04:22:49 +02:00
Stefan Seyfried
6e83576a1b
oggdec: remove old include to fix build with new tremor
2013-09-19 08:24:38 +02:00
martii
12910d1af3
fix audiodec/wav
2013-08-20 11:50:53 +02:00
Jacek Jendrzej
0c68a37b70
CBaseDec::GetMetaDataBase - fix segfault on scroll and any file is played
2013-05-23 14:20:06 +02:00
Stefan Seyfried
02efe0918a
mp3dec: recover from PCM write errors without crashing
2013-04-08 13:04:32 +04:00
[CST] Focus
d3d2efe475
Makefiles.am: add conditional include for libcoolstream
2013-01-11 14:17:16 +04:00
satbaby
9124c20f31
comment out never used
2012-08-04 10:03:19 +02:00
Thilo Graf
cc8a1c6a7c
clean up: sort sourcefiles in makefiles
2012-07-08 22:01:11 +02:00
satbaby
e023548008
never used values
2012-05-08 15:49:36 +02:00
satbaby
6ec13051a1
never used value
2012-05-06 14:10:48 +02:00
micha-bbg
f36ee26d87
* Add missing $(top_builddir) to Makefile.am
2012-04-27 16:54:01 +01:00
[CST] Focus
5a66719583
driver/audiodec: make sure driver/netfile.h included as last header
2012-04-17 11:01:02 +04:00
[CST] Focus
cc6787acd4
driver/audiodec/basedec.cpp: fix includes for inet radio after includecleanup
2012-04-17 10:59:52 +04:00
[CST] Bas
bec26850a3
driver: fix compile after include change.
2012-03-04 15:50:19 +08:00
seife
af58480ece
netfile: make f_type const char *
...
Remove lots of unnecessary (and potentially wrong) (char *) casts by
making f_type const char *.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1551 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-06-19 20:26:17 +00:00