aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.cpp
AgeCommit message (Collapse)Author
2008-08-06allow mono playback. this might possibly break playback of audio files with ↵Andreas Frisch
more than 2 channels, however - i doubt that there really is anything like that and the cpu is not gonna be able to perform the downmix in realtime anyways
2008-07-30try using cdiocddasrc for external usb optical drives too and make audio cd ↵Andreas Frisch
primary choice
2008-07-25Display actual song names for Audio CDs with CD-Text feature (requires libcdio)Andreas Frisch
2008-07-24Fix Mediaplayer crash for WAV playback and add basic Audio CD support (needs ↵Andreas Frisch
kernel module cdfs)
2008-07-04add support for avi/mkv .... please note that not all is working yet, andAndreas Monzner
not all hardware can handle both types... and you need a new gst-plugin-dvbmediasink... new drivers.. and new hardware ;)
2008-05-15limit gstreamer queue memory sizeFelix Domke
2008-04-21add seekTitle to iSeekableService interfaceAndreas Monzner
add default implementation for seekTitle and seekChapter
2008-04-15add seekChapter method to iSeekableService interfaceAndreas Monzner
2008-04-14better handling for eServiceFS file extensionsAndreas Monzner
2007-08-06int -> size_tFelix Domke
2007-08-06better getName for gstreamer-based servicesFelix Domke
2007-07-25use 'id3demux'/'mad' for decoding mp3files instead of decodebinFelix Domke
2007-04-11fire evUpdatedInfo after receiving a tag listFelix Domke
2007-03-17don't crash when no libneonhttpsrc installedFelix Domke
2006-12-12limit queue sizeFelix Domke
2006-12-02enable http automatic redirects (requires very recent neonhttpsrc). (mpeg-1 ↵Felix Domke
podcasts from podcastspot.com do work now.)
2006-11-30use location for neonhttpsrcFelix Domke
2006-11-29add support for fluendo ts/ps demux (preferred above mpegdemux), add support ↵Felix Domke
for neonhttpsrc (streaming)
2006-11-29force channels to 2, should/could fix mono mp3Felix Domke
2006-10-17follow driver changesFelix Domke
2006-06-02add support for playing back videos with the not-yet-finished ↵Felix Domke
dvbvideosink/dvbaudiosink
2006-04-08add dummy setTarget, add skip supportFelix Domke
2006-03-24display id3 tags in media playerStefan Pluecken
2006-03-22add tag information for audio filesFelix Domke
2006-03-16use gstreamer for playing media filesFelix Domke
2006-01-26follow service event changesFelix Domke
2005-12-08add slowmotion / fast forwardFelix Domke
2005-12-05add support for Linkage services ( Premiere Subservices )Andreas Monzner
TODO: show/hide green point depending on avail subservices
2005-12-03add support for read signal quality, power and biterror rate from pythonAndreas Monzner
2005-11-14add audio track selectionFelix Domke
2005-09-29consistently use iServiceHandler instead of eServiceCenter to use properly ↵Felix Domke
wrapped interface
2005-09-29add offline operations to servicesFelix Domke
2005-08-17 - add iSeekableService, implement it for serviceDvbFelix Domke
2005-08-16 - add getLength() call to iStaticServiceInformationFelix Domke
- implementation for dvb pvr streams using tstools - start of implementing status information for PVR
2005-05-18 - split iStaticServiceInformation against iServiceInformationFelix Domke
- add proper getName for DVB services - add missing event evStart for DVB service - display service name in Components.ServiceName
2005-02-07 - added iStaticServiceInformationFelix Domke
- added service list interface for dvb - started work on queries (currently only "instr" on servicename) - started work on infobar - added listbox with service - fixed dvbdb - remove some debug output
2005-01-31 - fixed dvb scanFelix Domke
- fixed dvbdb (reading/writing lamedb) - fixed (i.e. disallow) operator= in iObject (destroyed refcounts before) - implemented listboxcontent for servicelists - implemented getServiceInformation for non-playing services (still not happy with the result, though) - implemented first try of serviceSelector component
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string
2004-09-25 - new GUI libFelix Domke
- fixes
2004-06-02 - disabled gui for a momentFelix Domke
- beginning of GDI2 work (region/fill/line works) - fixed smartptr self assignment - finally replaced "int ref" by something with a constructor
2004-05-23 - eConnections holds reference to objectFelix Domke
- use eAutoInitPtr instead of eAutoInitP for iObject-based stuff - fix some ref initialization - added service stop
2004-05-23added nav coreFelix Domke
2003-10-17import of enigma2Felix Domke