summaryrefslogtreecommitdiff
path: root/vdr_player.c
AgeCommit message (Collapse)Author
2008-12-28Eliminate compiler warnings, improve error messages.Ville Skyttä
2008-12-19make DisplayMode configurableworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1218 e10066b5-e1e2-0310-b819-94efdf66514b
2008-11-16Patch by Andreas Brachold (indentation fixed by wolfgang61):woro
make gcc4.3 happy by adding more parentheses and brackets git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1215 e10066b5-e1e2-0310-b819-94efdf66514b
2008-11-16add another sanity check for osd layoutworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1212 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-21fix image modes Black and TVworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1202 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-20when showing covers as bitmaps, honour the image show duration from setupworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1200 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-18rename background mode to image mode which is more appropriate since the ↵woro
last changes. Since this also changes the name under which the value is stored in the setup file, you will lose your old value after updating. git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1194 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-18remove compile option USE_BITMAP, add it as a new backgroundworo
mode git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1193 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-18use constants for background modesworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1192 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-18guard against null dereference if no player active and playerworo
commands are entered better separate mgSelMenu and mgMenu in ProcessKey make sure a displayed list is never empty. If the database is empty, show just one item "Synchronize database" git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1191 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-14flush the osd less oftenworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1189 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-14get rid of HAVE_OSDMOD, and make USE_BITMAP work onworo
unmodified FF cards. Both by dynamically reducing OSD mem footage until the OSD can handle it. git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1186 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-12display small cover: appeared at the wrong placeworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1177 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-11merge mp3ng branch into trunkworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1173 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-19rename a few muggle classes because mp3/mp3ng has the same classes,woro
sort that out later git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1035 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-18use new, more secure msprintf instead of asprintf. Doworo
not use cString::sprintf from core vdr because it does not work nicely together with STL which we use heavily add more translation strings and their german and french translations git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1033 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-18better fix for making sure the core vdr does not redefine swapworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1031 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-14circumvent missing include in <linux/vdr.h>woro
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1030 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-12do not translate 2 error messages pointing to programming errorworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1024 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-10revert last revision about msprintf. msprintf has a problem with va_list ↵woro
which I cannot resolve. git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1014 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-10hide asprintf calls in msprintf, msprintf checks forworo
error results (happens especially with illegal UTF-8 characters) git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1013 e10066b5-e1e2-0310-b819-94efdf66514b
2007-12-30Whitespace, NFC.scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@961 e10066b5-e1e2-0310-b819-94efdf66514b
2007-01-27Fix plugin name in error log messages.ville
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@959 e10066b5-e1e2-0310-b819-94efdf66514b
2006-05-10Use <vdr/foo.h> instead of <foo.h> for VDR includes everywhere. This is howville
stuff in VDR example plugins and Makefiles is, and since one <vdr/...> crept in in 0.1.11, let's just use it everywhere. git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@955 e10066b5-e1e2-0310-b819-94efdf66514b
2006-05-10Fix size_t format string warnings.ville
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@953 e10066b5-e1e2-0310-b819-94efdf66514b
2006-05-10Fix compilation.ville
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@952 e10066b5-e1e2-0310-b819-94efdf66514b
2006-05-10Change cStatus call to enable graphTFT display of cover imagesLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@948 e10066b5-e1e2-0310-b819-94efdf66514b
2006-05-10Removed cout to debug cover transfer to graphTFTLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@947 e10066b5-e1e2-0310-b819-94efdf66514b
2006-05-08Patch von Hulk: Vereinheitlich Debugoutput, wie in vdr selber. Kompiliert, ↵wr61
aber ungetestet git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@946 e10066b5-e1e2-0310-b819-94efdf66514b
2006-05-08Rework problem with messaging functionsLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@945 e10066b5-e1e2-0310-b819-94efdf66514b
2006-03-05Rework broken integration with graphTFT, improve import of covers from a ↵LarsAC
GD-compliant database git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@933 e10066b5-e1e2-0310-b819-94efdf66514b
2006-03-04eliminate compiler warningwr61
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@930 e10066b5-e1e2-0310-b819-94efdf66514b
2006-02-12Fixed Playing() function so that player is not shut down in case of lengthy ↵LarsAC
initialization (e.g. due to switching audio mode when a Dolby Digital channel is broadcasted) git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@925 e10066b5-e1e2-0310-b819-94efdf66514b
2006-01-23adapt for 1.3.38 (MsgReplaying)wr61
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@918 e10066b5-e1e2-0310-b819-94efdf66514b
2006-01-08patch for vdr 1.3.38: MsgReplayingwr61
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@903 e10066b5-e1e2-0310-b819-94efdf66514b
2005-11-25Added support for graphTFT image display again. Remove bug not showing live ↵LarsAC
display. git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@900 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-09Remove several bugs in image display codeLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@878 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-09Do not convert/show images when background mode is black or live image.LarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@876 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-08Avoid gcc4 uninitialized warnings.ville
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@872 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-08Restructure code. Check whether images are available from provider.LarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@863 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-08Show images on a basis of seconds. Poll more often, until first pic is receivedLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@859 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-06Show track number on detailed track displayLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@855 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-06Switch images according to setup optionLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@852 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-06Seek hierarchy upwards for covers if there are none in the song tags or ↵LarsAC
directory git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@845 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-05Merged changes from muggle-imagesLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@835 e10066b5-e1e2-0310-b819-94efdf66514b
2005-07-29Merged from 0.1.7-wrLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@791 e10066b5-e1e2-0310-b819-94efdf66514b
2005-04-19Merged changes from 0.1.6-wrLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@637 e10066b5-e1e2-0310-b819-94efdf66514b
2005-03-21Merged changes from 0.1.5-wrLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@582 e10066b5-e1e2-0310-b819-94efdf66514b
2005-03-06Merged changes for 0.1.4LarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@542 e10066b5-e1e2-0310-b819-94efdf66514b
2005-02-20track info shows file namewr61
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@502 e10066b5-e1e2-0310-b819-94efdf66514b