summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-19Added input plugin type to cdda GETAUTOPLAYSIZE request.phintuka
This makes it possible to query playlist size without opening the input plugin and without interfering the playback.
2008-10-18Merge from 1.0.3:phintuka
Fixed MIN/MAX for MAC OS X (Thanks to Tero Siironen)
2008-10-18re-syncphintuka
2008-10-18Updated finnish translationsphintuka
(Patch from Rolf Ahrenberg)
2008-10-18Translate some tvtime settingsphintuka
(Patch from Rolf Ahrenberg)
2008-10-17Added Diego's real namephintuka
2008-10-17re-syncphintuka
2008-10-16re-syncphintuka
2008-10-16Updated finnish translations. Now using UTF-8.phintuka
(Patch from Rolf Ahrenberg)
2008-10-06Updated Italian translations (Thanks to Diego Pierotto)phintuka
2008-10-04Start 1.1.0.phintuka
(Stable 1.0.x branched)
2008-10-041.0.2phintuka
2008-10-04Always enable overlayphintuka
2008-10-04Use proper stream in exec_osd_commandphintuka
2008-09-25Forward preferred SPU language to DVD input pluginphintuka
2008-09-25Let DVD menu selection override automatic SPU channel selectionphintuka
2008-09-25Signal automatically (or from DVD menu) selected SPU channel to VDRphintuka
2008-09-25Set SPU stream to automatic while in DVD menusphintuka
2008-09-23send preferred DVD subtitle languagephintuka
2008-09-22Removed extra RCS ID linephintuka
2008-09-22Removed OS X specific part as it is not needed anymorephintuka
(Reported by Tero Siironen)
2008-09-22Replaced exp10f with own implementation.phintuka
exp10f is GNU extension and not available in OS X. (Reported by Tero Siironen)
2008-09-211.0.2phintuka
2008-09-21Check if palette exists.phintuka
This should fix segfaults when committing uninitialized OSD. (Thanks to Rolf Ahrenberg)
2008-09-21Added iso639_1_to_iso639_2phintuka
2008-09-19Added WM class hint to sxfe windowsphintuka
(Thanks to Rolf Ahrenberg)
2008-09-19Display warning message when HUD OSD not compiled inphintuka
(Thanks to Rolf Ahrenberg)
2008-09-19Eliminated compiler warningsphintuka
2008-09-19Forward XINE_EVENT_UI_NUM_BUTTONS events to VDRphintuka
2008-09-18Added INFO DVDBUTTONS handlerphintuka
2008-09-18Use number of DVD menu buttons to detect DVD menus when title = 0 method ↵phintuka
does not work
2008-09-18Cosmeticsphintuka
2008-09-18Added miDvdButtons (number of DVD menu buttons) to eMetainfoTypephintuka
2008-09-16removed #if defined(VDRSPUPATCH)phintuka
2008-09-06Simplifyphintuka
2008-09-06Restore playlist file detection (was lost in commit 1.65)phintuka
2008-09-06Image player: escape only local filenamesphintuka
(Thanks to Rolf Ahrenberg)
2008-09-05Added missing line feed to help textphintuka
2008-08-03Cosmeticsphintuka
2008-08-03Improved support for dshowserver/CoreAVCphintuka
2008-08-03post_frame_end() : removed unnecessarily checkphintuka
2008-08-03Minor optimizations to post_frame_h264.phintuka
Added check for still frames. Added DTS parsing.
2008-08-03Fixed order of headersphintuka
(definition of XINE_VERSION_CODE is needed for #include <libavutil/mem.h>)
2008-08-02Improved MPEG2 video decoder detection.phintuka
Added H.264 video decoder detection.
2008-07-31Added some commentsphintuka
2008-07-31Added post_sequence_end() : Add MPEG2 or H.264 sequence end code to fifo buffer.phintuka
post_sequence_end() is used when decoder needs to be flushed (end of recording, when displaying still image, ...)
2008-07-30Cosmetics (changed order of function declarations, removed dead code)phintuka
2008-07-30- Fixed queue_nosignal when using ffmpeg mpeg2 decoder:phintuka
- Added BUF_FLAG_FRAME_END to last video packet - Added MPEG2 end of sequence code after video data (This enables OSD even if there is no video stream available) - Use new defines from h264.h and pes.h
2008-07-30Fixed H.264 ES -> PES conversion (MPEG2 end of sequence --> H.264 NAL end of ↵phintuka
sequence)
2008-07-29Revert notesphintuka