[CST] Focus
4ab22136d9
gui/audioplayer.cpp: add AAC file type, save last used directory
2013-12-15 14:40:54 +04:00
[CST] Focus
77f28b6825
driver/file.cpp: add AAC file type, add .dts extension
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
73ebc90a1f
driver/netfile.cpp: fix warning
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
7f72fa6f3d
- mod_auth.cpp: fix no_auth_client handling
...
change find() to compare()
2013-12-14 22:27:19 +01:00
M. Liebmann
b41e444887
CComponentsHeader: Fix positioning of items
2013-12-13 22:33:21 +01:00
martii
4d0eea3b23
gui/bouquetlist: fix 73152bd
and 4dcc804
2013-12-13 16:53:05 +01:00
martii
4dcc804a39
gui/bedit/bouqueteditor: use Font::getMaxDigitWidth()
2013-12-13 16:45:51 +01:00
martii
73152bd30b
gui/bouquetlist: use Font::getMaxDigitWidth()
2013-12-13 16:44:59 +01:00
martii
c954efc59f
gui/widget/menue: clear old menue hint if none is set for current item
2013-12-13 16:43:53 +01:00
martii
365f3ea395
gui/widget/stringinput: sms-input: cleanup last push, no binary change
...
add timer to change to next field
2013-12-12 08:24:24 +01:00
M. Liebmann
c2c5b931cd
CComponentsHeader: Fix height calculation
2013-12-11 15:55:14 +01:00
M. Liebmann
78bdef9c0a
CInfoViewer: Not start clock thread
2013-12-11 15:55:14 +01:00
M. Liebmann
0434061172
CComponentsFrmClock: Initialize 'activeClock' variable
...
- Add function setClockActiv()
2013-12-11 15:55:14 +01:00
M. Liebmann
bc1b94deb9
CInfoClock: Remove clock off via exit button
2013-12-11 15:55:14 +01:00
M. Liebmann
713003aa84
CComponentsFrmClock: Use blinking function for InfoClock & Channellist
2013-12-11 15:55:14 +01:00
M. Liebmann
4f93850708
CComponentsFrmClock: Add blinking function
2013-12-11 15:55:14 +01:00
M. Liebmann
a4dc972774
CInfoClock: Fix size & position calculation
2013-12-11 15:55:14 +01:00
Stefan Seyfried
e9673d8798
locale: adapt helper scripts to current compilers
2013-12-10 19:52:01 +01:00
svenhoefer
4b4ef281a4
- osd-setup: fix e97e33532b
2013-12-10 03:02:44 +01:00
svenhoefer
e97e33532b
- infoclock: add some features
...
* add shadow to infoclock
* rename some locals
* change default height of clock
* add option to switch bachground on/off (default off)
* add option to switch seconds on/off (default on)
2013-12-10 02:38:43 +01:00
svenhoefer
25b1b35872
- osd-setup: add option to switch clock on or off
2013-12-10 02:22:27 +01:00
Thilo Graf
467515fd70
CComponentsFrmClock: fix calculate minimal separator width
...
It's nevertheless necessary to use more than one space char.
Some "exotic" font types can make issues with its size handling.
We use char size of some possible chars to get minimal separator size.
2013-12-10 10:42:55 +01:00
Thilo Graf
63392accda
CComponentsHeader: use also lower height if size mode==CC_HEADER_SIZE_SMALL
2013-12-10 09:30:53 +01:00
Thilo Graf
ad80daea96
CComponentsForm/CComponentsHeader: use start pos x=1 instead 0
...
0 could make problems on fit items into container
2013-12-10 09:30:52 +01:00
svenhoefer
52f51e7f27
- infoclock: cleanup (remove unneeded stuff)
2013-12-09 23:12:23 +01:00
martii
45028b116c
luainstance: support new text coloring scheme
...
Signed-off-by: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
2013-12-08 21:28:38 +01:00
Stefan Seyfried
bbd0a5e27a
coolstream: align shutdown handling with other archs
...
instead of just running rcK (which might not exist) and then
switching off the box hard, exit with proper exit code and
let a helper binary shut off the box with wakeup timer in a
shutdown script.
2013-12-07 23:14:08 +01:00
Stefan Seyfried
5976f03ca2
Merge remote-tracking branch 'check/next-cc'
2013-12-07 18:28:56 +01:00
svenhoefer
a8f7668a9c
- yWeb: use same order in search for channellogos as neutrino
2013-12-06 13:30:52 +01:00
Thilo Graf
08fed0f5d6
CComponentsFrmClock: use only space char for minimal separator width
...
Calculate of minimal separator width by a space char should be enough
in all cases.
A switch statement should be also unnecessary, if we check for digits.
2013-12-03 20:43:51 +01:00
Thilo Graf
e2d920660e
CMenuForwarder: declare some members as const
...
Technically some member functions can be const
2013-12-03 14:55:39 +01:00
Thilo Graf
4d213e9ed9
CAudioPlayerGui: move scope of char *type
...
scope can be reduced
2013-12-03 14:55:39 +01:00
Thilo Graf
074713bb29
CAudioPlayerGui: assign value of variable 'step' with current value
...
Variable 'step' is reassigned a value before the old one has been used.
2013-12-03 14:55:39 +01:00
Thilo Graf
7e4bdebba1
CAudioPlayerSetup: remove redundant parent->hide()
...
Possible null pointer dereference: parent - otherwise it is redundant
to check it against null.
2013-12-03 14:55:39 +01:00