aboutsummaryrefslogtreecommitdiff
path: root/lib/service
AgeCommit message (Collapse)Author
2008-10-18emit evUpdatedInfo on id3 taglist parse and implement YEAR tagAndreas Frisch
2008-10-15remove unnecessary debug and fix typo bugAndreas Frisch
2008-10-15allow gstreamer to signalize missing plugins to the gui (requires ↵Andreas Frisch
reconfiguring enigma2) and add support for flac files (requires libflac7, gst-plugin-flac)
2008-10-12preprocessor statement fixAndreas Frisch
2008-10-12fix (S)VCD playback by adding cdxa-unwrapper elementAndreas Frisch
2008-10-09implement parsing of srt subtitles with 8859-15 encodingAndreas Frisch
2008-10-07move #endif of HAVE_GSTREAMER to the end of codeAndreas Frisch
2008-10-06fix compiler warningsAndreas Monzner
2008-10-06fix parsing of external .srt subtitle filesAndreas Frisch
2008-10-06subtitle bugfixesAndreas Frisch
2008-10-06Fixes with audio codec and subtitles detection and selectionAndreas Frisch
2008-10-06small fixesAndreas Monzner
2008-10-04fix some compiler warningsAndreas Monzner
fix audio track info for audio tracks without language code
2008-10-03Allow playback of VCD (Video CD) and SVCDAndreas Frisch
2008-10-03add code to simulate recordings (with faked frontends)Andreas Monzner
now its more easy to build a timer overlap detection or similar
2008-10-02check for presence of a correspondant .srt subtitle file and try parsing itAndreas Frisch
2008-10-02add basic mkv inline ssa/ass subtitle supportAndreas Frisch
2008-10-01add possibility to delete all playable files in movielist..Andreas Monzner
2008-09-27read aspect, width, height, framerate and progressive fromAndreas Monzner
/proc/stb/vmpeg/X/...
2008-09-25fix pause, introduce rudimentary fast forward and get rid of latency of ↵Andreas Frisch
AudioSelection. however, all of this is far away from being frame accurate (yet).
2008-09-25small fixAndreas Monzner
2008-09-25add possibility to query current progressive / framerate stateAndreas Monzner
2008-09-25fix crash (since audioselection) on playing audio only filesAndreas Frisch
2008-09-24fix crash in language tag parsingAndreas Frisch
2008-09-23fix crashes (e.g. on missing gst-plugin-selector)Andreas Frisch
2008-09-22Add basic AudioSelection support for video containersAndreas Frisch
2008-09-17error handling for unsupported video stream typesAndreas Frisch
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-08-05add support for "frame rate changed" and "progressive changed" video eventAndreas Monzner
(the last needs new drivers)
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-22add sCurrentChapter, sCurrentTitle, sTotalChapters, sTotalTitlesAndreas Monzner
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-06-27revert local changesAndreas Monzner
2008-06-27rewrite ServiceEventTracker and PerServiceBase service event handle codeAndreas Monzner
2008-06-27add missing evTunedIn to iPlayableServiceAndreas Monzner
2008-06-21add invalidateAndreas Monzner
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
dont export AddRef, Release, ptrref and grabRef to python some cleanups
2008-05-15limit gstreamer queue memory sizeFelix Domke
2008-05-15remove 'unhandled extension' debug messageFelix Domke
2008-05-15add support for rolloff and pilot changing (needed for some 8PSK transponders)Andreas Monzner
this both values are transmitted to the frontend via linux tv api inversion param hack bits 0..1 are used for real inversion param (OFF, ON, AUTO) bits 2..3 are now used for rolloff param (0.35, 0.25, 0.20) bits 4..5 are now used for pilot param (OFF, ON, AUTO) this needs a linuxtv api kernel patch, and a driver change (alps_bsbe2.ko) both are not yet pushed to OE!!
2008-05-07store position when 1..99% and not 5..95%Felix Domke
2008-05-01fix warningsAndreas Monzner
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
2008-03-31add support for user events and user informationsAndreas Monzner
2008-03-27add iServiceKeys interface (No not what you think ;) it simply means itsAndreas Monzner
now possible to deliver normal button presses into services)
2008-03-26fix: comparison is always true due to limited range of data typeAndreas Oberritter