Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-19 | Added 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-18 | Merge from 1.0.3: | phintuka | |
Fixed MIN/MAX for MAC OS X (Thanks to Tero Siironen) | |||
2008-10-18 | re-sync | phintuka | |
2008-10-18 | Updated finnish translations | phintuka | |
(Patch from Rolf Ahrenberg) | |||
2008-10-18 | Translate some tvtime settings | phintuka | |
(Patch from Rolf Ahrenberg) | |||
2008-10-17 | Added Diego's real name | phintuka | |
2008-10-17 | re-sync | phintuka | |
2008-10-16 | re-sync | phintuka | |
2008-10-16 | Updated finnish translations. Now using UTF-8. | phintuka | |
(Patch from Rolf Ahrenberg) | |||
2008-10-06 | Updated Italian translations (Thanks to Diego Pierotto) | phintuka | |
2008-10-04 | Start 1.1.0. | phintuka | |
(Stable 1.0.x branched) | |||
2008-10-04 | 1.0.2 | phintuka | |
2008-10-04 | Always enable overlay | phintuka | |
2008-10-04 | Use proper stream in exec_osd_command | phintuka | |
2008-09-25 | Forward preferred SPU language to DVD input plugin | phintuka | |
2008-09-25 | Let DVD menu selection override automatic SPU channel selection | phintuka | |
2008-09-25 | Signal automatically (or from DVD menu) selected SPU channel to VDR | phintuka | |
2008-09-25 | Set SPU stream to automatic while in DVD menus | phintuka | |
2008-09-23 | send preferred DVD subtitle language | phintuka | |
2008-09-22 | Removed extra RCS ID line | phintuka | |
2008-09-22 | Removed OS X specific part as it is not needed anymore | phintuka | |
(Reported by Tero Siironen) | |||
2008-09-22 | Replaced exp10f with own implementation. | phintuka | |
exp10f is GNU extension and not available in OS X. (Reported by Tero Siironen) | |||
2008-09-21 | 1.0.2 | phintuka | |
2008-09-21 | Check if palette exists. | phintuka | |
This should fix segfaults when committing uninitialized OSD. (Thanks to Rolf Ahrenberg) | |||
2008-09-21 | Added iso639_1_to_iso639_2 | phintuka | |
2008-09-19 | Added WM class hint to sxfe windows | phintuka | |
(Thanks to Rolf Ahrenberg) | |||
2008-09-19 | Display warning message when HUD OSD not compiled in | phintuka | |
(Thanks to Rolf Ahrenberg) | |||
2008-09-19 | Eliminated compiler warnings | phintuka | |
2008-09-19 | Forward XINE_EVENT_UI_NUM_BUTTONS events to VDR | phintuka | |
2008-09-18 | Added INFO DVDBUTTONS handler | phintuka | |
2008-09-18 | Use number of DVD menu buttons to detect DVD menus when title = 0 method ↵ | phintuka | |
does not work | |||
2008-09-18 | Cosmetics | phintuka | |
2008-09-18 | Added miDvdButtons (number of DVD menu buttons) to eMetainfoType | phintuka | |
2008-09-16 | removed #if defined(VDRSPUPATCH) | phintuka | |
2008-09-06 | Simplify | phintuka | |
2008-09-06 | Restore playlist file detection (was lost in commit 1.65) | phintuka | |
2008-09-06 | Image player: escape only local filenames | phintuka | |
(Thanks to Rolf Ahrenberg) | |||
2008-09-05 | Added missing line feed to help text | phintuka | |
2008-08-03 | Cosmetics | phintuka | |
2008-08-03 | Improved support for dshowserver/CoreAVC | phintuka | |
2008-08-03 | post_frame_end() : removed unnecessarily check | phintuka | |
2008-08-03 | Minor optimizations to post_frame_h264. | phintuka | |
Added check for still frames. Added DTS parsing. | |||
2008-08-03 | Fixed order of headers | phintuka | |
(definition of XINE_VERSION_CODE is needed for #include <libavutil/mem.h>) | |||
2008-08-02 | Improved MPEG2 video decoder detection. | phintuka | |
Added H.264 video decoder detection. | |||
2008-07-31 | Added some comments | phintuka | |
2008-07-31 | Added 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-30 | Cosmetics (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-30 | Fixed H.264 ES -> PES conversion (MPEG2 end of sequence --> H.264 NAL end of ↵ | phintuka | |
sequence) | |||
2008-07-29 | Revert notes | phintuka | |